Attributes added to the class of declarable elements. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
default | restriction of xs:NMTOKEN | n | optional |
<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> |