db:verbatim.continuation.attribute

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
continuation restriction of xs:token optional

Used By

Source

<xs:attributeGroup name="verbatim.continuation.attribute">
  <xs:attribute name="continuation">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="continues"/>
        <xs:enumeration value="restart"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>