<xs:attributeGroup name="TextAttGroup">
<xs:attribute name="Language" type="xs:language" use="optional"/>
<xs:attribute name="Role" type="TextRoleCodeType" use="optional"/>
<xs:attribute name="Scope" use="optional">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Restricted"/>
<xs:enumeration value="Private"/>
<xs:enumeration value="Public"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Page" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>a positive integer: a page number %Begin% -%End% : from page %Begin% to page %End%, including extremities %page1%, %Page2%, ..., %PageN% : a collection of discrete pages</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Type" type="TextTypeCodeType" use="optional" default="Text"/>
<xs:attribute name="Encoding" type="TextEncodingCodeType" use="optional"/>
</xs:attributeGroup> |