QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
index | restriction of xs:string | optional |
Elements | atomicElements/input, atomicElements/that |
<xs:complexType name="OneOrTwoDIndexedElement"> <xs:attribute name="index"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:pattern value="\d+|\d+,\d+"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> |