|
Java example source code file (anyURI_b006.xsd)
The anyURI_b006.xsd Java example source code
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="root">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="foo"/>
<xsd:element ref="bar"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:element type="xsd:anyURI" name="foo">
<xsd:element type="st" name="bar">
<xsd:simpleType name="st">
<xsd:restriction base="xsd:anyURI">
<xsd:enumeration value="/"/>
<xsd:enumeration value="//"/>
<xsd:enumeration value="///"/>
<xsd:enumeration value="//a\\b"/>
<xsd:enumeration value="\"/>
<xsd:enumeration value="\\"/>
<xsd:enumeration value="\\\"/>
<xsd:enumeration value="\\/"/>
<xsd:enumeration value="\\a\b"/>
<xsd:enumeration value="\a\b"/>
<xsd:enumeration value="/a\b"/>
<xsd:enumeration value="..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\a"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
Other Java examples (source code examples)Here is a short list of links related to this Java anyURI_b006.xsd source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.