interval.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:NMTOKENS optional
closure restriction of xs:string closed optional
id xs:ID optional
style xs:string optional
xlink:href anyURI optional
xref xs:IDREF optional

Used By

Complex Type interval.type

Source

<xs:attributeGroup name="interval.attlist">
  <xs:attribute name="closure" default="closed">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="closed"/>
        <xs:enumeration value="open"/>
        <xs:enumeration value="open-closed"/>
        <xs:enumeration value="closed-open"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>