am.common.empty

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
id xs:ID optional

Used By

Attribute Group am.common
Complex Type ptr

Source

<xs:attributeGroup name="am.common.empty">
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attribute name="altrender" type="xs:token"/>
  <xs:attribute name="audience">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="external"/>
        <xs:enumeration value="internal"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>