<xs:attribute name="org" default="group">
<xs:annotation>
<xs:documentation>(organization) specifies whether all the attributes in the list are available (org="group") or only one of them (org="choice")</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="group">
<xs:annotation>
<xs:documentation>grouped</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="choice">
<xs:annotation>
<xs:documentation>alternated</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |