Common elements used to define sequences |
<xs:group name="m.common"> <xs:annotation> <xs:documentation xml:lang="en">Common elements used to define sequences</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="list" type="xces:listType"/> <xs:element name="corr" type="xces:corrType"/> <xs:element name="gap" type="xces:gapType"/> <xs:element name="reg" type="xces:regType"/> <xs:element name="ptr"/> <xs:element name="ref" type="xces:refType"/> <xs:element name="note" type="xces:noteType"/> </xs:choice> </xs:group> |