xces:a.declarable

Attributes added to the class of declarable elements.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
default restriction of xs:NMTOKEN n optional

Used By

Source

<xs:attributeGroup name="a.declarable">
  <xs:annotation>
    <xs:documentation xml:lang="en">Attributes added to the class of declarable elements.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="default" default="n">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="y"/>
        <xs:enumeration value="n"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>