element <author-biographies> (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
<author-biographies
   
 = 
("short" | "long")
/>
Included in content model of elements (1):
Known Usage Locations
XML Source (see within schema source)
<xs:element name="author-biographies">
<xs:complexType>
<xs:attribute name="length" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="short"/>
<xs:enumeration value="long"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 1/1)
length
Type:
anonymous simpleType (restriction of xs:token)
Use:
required
Attribute Value
enumeration of xs:token
Enumeration:
"short", "long"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"short", "long"
XML Source (see within schema source)
<xs:attribute name="length" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="short"/>
<xs:enumeration value="long"/>
</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