element <list-of> (global)
Namespace:
Type:
anonymous complexType
Content:
empty, 4 attributes
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<list-of
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
("yes" | "no")
/>
Included in content model of elements (10):
conclusion (defined in ConclusionDivision group),
paragraphs (defined in Paragraphs group),
Known Usage Locations
XML Source (see within schema source)
<xs:element name="list-of">
<xs:complexType>
<xs:attribute name="elements" use="required"/>
<xs:attribute name="scope"/>
<xs:attribute name="divisions"/>
<xs:attribute name="empty">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 4/4)
divisions
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="divisions"/>

elements
Type:
xs:anySimpleType
Use:
required
XML Source (see within schema source)
<xs:attribute name="elements" use="required"/>

empty
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"yes", "no"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"yes", "no"
XML Source (see within schema source)
<xs:attribute name="empty">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

scope
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="scope"/>

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