<xs:simpleType name="Natural2Type">
<xs:annotation>
<xs:documentation>The Natural2Type is an array of two Natural values.</xs:documentation>
</xs:annotation>
<xs:restriction base="ListNaturalType">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType> |