attlist.Fragment

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
The attribute class may be used to assign a class name to a Fragment. (Ed. in DTD but not described in EN 14463:2007 (E))
type restriction of xs:token item optional
The attribute type defines the type of Fragment. Possible values are item and list. The default value is item.
usage xs:IDREF optional
The attribute usage refers to a UsageKind and specifies the usage of the Fragment.

Used By

Element Fragment

Source

<xs:attributeGroup name="attlist.Fragment">
  <xs:attribute name="class">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute class may be used to assign a class name to a Fragment. (Ed. in DTD but not described in EN 14463:2007 (E))</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="usage" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute usage refers to a UsageKind and specifies the usage of the Fragment.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="type" default="item">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute type defines the type of Fragment. Possible values are item and list. The default value is item.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="item"/>
        <xs:enumeration value="list"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>