element <sageplot> (global)
Namespace:
Type:
anonymous complexType
Content:
mixed (allows character data), 4 attributes
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<sageplot
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
("2d" | "3d")
 = 
xs:anySimpleType
   
>
   
Content: 
</sageplot>
Included in content model of elements (1):
image  (defined in ImageCode group)
Known Usage Locations
XML Source (see within schema source)
<xs:element name="sageplot">
<xs:complexType mixed="true">
<xs:attribute name="label"/>
<xs:attribute name="component"/>
<xs:attribute name="variant">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="2d"/>
<xs:enumeration value="3d"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="aspect"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 4/4)
aspect
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="aspect"/>

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

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

variant
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"2d", "3d"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"2d", "3d"
XML Source (see within schema source)
<xs:attribute name="variant">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="2d"/>
<xs:enumeration value="3d"/>
</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