db:common.idreq.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
annotations optional
arch optional
audience optional
condition optional
conformance optional
dir restriction of xs:token optional
os optional
outputformat optional
prefix optional
property optional
remap optional
resource optional
revision optional
revisionflag restriction of xs:token optional
security optional
typeof optional
userlevel optional
vendor optional
version optional
vocab xs:anyURI optional
wordsize optional
xml:base optional
xml:id xs:ID required
xml:lang optional
xreflabel optional

Used By

Source

<xs:attributeGroup name="common.idreq.attributes">
  <xs:attribute ref="xml:id" use="required"/>
  <xs:attribute ref="xml:lang"/>
  <xs:attribute ref="xml:base"/>
  <xs:attribute name="version"/>
  <xs:attribute name="remap"/>
  <xs:attribute name="xreflabel"/>
  <xs:attribute name="revisionflag">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="changed"/>
        <xs:enumeration value="added"/>
        <xs:enumeration value="deleted"/>
        <xs:enumeration value="off"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="dir">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ltr"/>
        <xs:enumeration value="rtl"/>
        <xs:enumeration value="lro"/>
        <xs:enumeration value="rlo"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="db:effectivity.attributes"/>
  <xs:attributeGroup ref="db:rdfalite.attributes"/>
  <xs:attribute name="annotations"/>
</xs:attributeGroup>