<xs:attributeGroup name="uid_uidRef">
<xs:attribute name="name" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>short descriptive name of element</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="uid" type="xs:anyURI" use="optional">
<xs:annotation>
<xs:documentation>unique ID for this element</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="uidRef" type="xs:anyURI" use="optional">
<xs:annotation>
<xs:documentation>the contents of this element are exactly the same as the contents of the uidRef element. no need repeating it. (similar to xlink)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |