|
Autres |
|
||||
Union type
<xsd:simpleType name="zipUnion">
<xsd:union memberTypes="USState listOfMyIntType"/>
</xsd:simpleType>
|
Union of different kinds of types :
<xsd:simpleType>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base='nonNegativeInteger'/>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base='string'>
<xsd:enumeration value='unbounded'/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
|
|
|
XML Schema 17/9/2002 |
17/21 |
|