element <mdn> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 4 attributes, 3 elements
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 4 attributes, 3 elements
Used:
XML Representation Summary
<mdn
   
 = 
("yes" | "no")
 = 
("yes" | "no")
 = 
xs:anySimpleType
 = 
xs:anySimpleType
   
>
   
Content: 
</mdn>
Content model elements (3):
Included in content model of elements (4):
li (in ol defined in ExerciseBody group),
li (in ol defined in List group),
li (in ul),
p (defined in Paragraph group)
Known Usage Locations
XML Source (see within schema source)
<xs:element name="mdn">
<xs:complexType>
<xs:sequence>
<xs:element ref="mrow"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="mrow"/>
<xs:element ref="intertext"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="number">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="break">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="alignment"/>
<xs:attribute name="alignat-columns"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 4/4)
alignat-columns
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="alignat-columns"/>

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

break
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="break">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

number
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="number">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Content Element Detail (all declarations; defined within this component only; 3/3)
intertext
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element ref="intertext"/>

mrow
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element ref="mrow"/>

mrow
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element ref="mrow"/>

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