element <sage> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 7 attributes, 2 elements
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 7 attributes, 2 elements
Used:
XML Representation Summary
<sage
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
("no" | "yes")
 = 
xs:anySimpleType
 = 
xs:anySimpleType
   
>
   
Content: 
</sage>
Content model elements (2):
input (type xs:string),
Included in content model of elements (48):
conclusion (defined in ConclusionDivision group),
conclusion (defined in ConclusionStatement group),
hint (defined in Hint group),
li (in dl),
li (in ol defined in List group),
li (in ul),
paragraphs (defined in Paragraphs group),
solution (defined in Solution group),
statement (defined in Statement group),
task (defined in Task group),
Known Usage Locations
XML Source (see within schema source)
<xs:element name="sage">
<xs:complexType>
<xs:sequence minOccurs="0">
<xs:element name="input" type="xs:string"/>
<xs:element minOccurs="0" ref="output"/>
</xs:sequence>
<xs:attribute name="permid"/>
<xs:attribute name="component"/>
<xs:attribute name="doctest"/>
<xs:attribute name="tolerance"/>
<xs:attribute name="auto-evaluate">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="no"/>
<xs:enumeration value="yes"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="language"/>
<xs:attribute name="type"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 7/7)
auto-evaluate
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"no", "yes"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"no", "yes"
XML Source (see within schema source)
<xs:attribute name="auto-evaluate">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="no"/>
<xs:enumeration value="yes"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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

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

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

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

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

type
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="type"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
input
Type:
xs:string, predefined, simple content
XML Source (see within schema source)
<xs:element name="input" type="xs:string"/>

output
Type:
xs:string, predefined, simple content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="output"/>

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