element <division> (global)
Namespace:
Type:
anonymous complexType
Content:
empty, 1 attribute
Defined:
globally in pretext.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<division
   
 = 
("decorative" | "structural")
/>
Included in content model of elements (1):
Known Usage Locations
XML Source (see within schema source)
<xs:element name="division">
<xs:complexType>
<xs:attribute name="part" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="decorative"/>
<xs:enumeration value="structural"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 1/1)
part
Type:
anonymous simpleType (restriction of xs:token)
Use:
required
Attribute Value
enumeration of xs:token
Enumeration:
"decorative", "structural"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"decorative", "structural"
XML Source (see within schema source)
<xs:attribute name="part" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="decorative"/>
<xs:enumeration value="structural"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set