attributeGroup "interval.attlist"
Namespace:
Content:
6+any attributes
Defined:
globally in constructs.xsd, see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
    class
 = 
xs:NMTOKENS
    closure
 = 
("closed" | "open" | "open-closed" | "closed-open") : "closed"
    id
 = 
xs:ID
    style
 = 
xs:string
    xlink:href
 = 
anyURI
    xref
 = 
xs:IDREF
    {any attribute with non-schema namespace}
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="interval.attlist">
<xs:attribute default="closed" name="closure">
<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>
Attribute Detail (defined in this component only; 1/7)
closure
Type:
anonymous (restriction of xs:string)
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"closed", "open", "open-closed", "closed-open"
Default:
"closed"
Anonymous simpleType
Type Derivation Tree
xs:string
  simpleType (restriction)
Derivation:
restriction of xs:string
Facets:
enumeration:
"closed", "open", "open-closed", "closed-open"
XML Source (see within schema source)
<xs:attribute default="closed" name="closure">
<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>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set