element <image> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 3 attributes, 3 elements
Defined:
locally within ImageWW group in pretext.xsd; see XML source
Includes:
definitions of 3 attributes, 3 elements
XML Representation Summary
<image
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
("yes" | "no")
   
>
   
Content: 
</image>
Content model elements (3):
description (in image defined in ImageWW group),
latex-image (in image defined in ImageWW group),
shortdescription (in image defined in ImageWW group)
Included in content model of elements (3):
hint (defined in HintWW group),
solution (defined in SolutionWW group),
statement (defined in StatementExerciseWW group)
XML Source (see within schema source)
<xs:element name="image">
<xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="shortdescription">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="var"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="description">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:group ref="Paragraph"/>
<xs:element ref="tabular"/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="latex-image" type="xs:string"/>
</xs:choice>
<xs:attribute name="pg-name"/>
<xs:attribute name="width"/>
<xs:attribute name="decorative">
<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; 3/3)
decorative
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="decorative">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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

width
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="width"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
description
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xs:element name="description">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:group ref="Paragraph"/>
<xs:element ref="tabular"/>
</xs:choice>
</xs:complexType>
</xs:element>

latex-image
Type:
xs:string, predefined, simple content
XML Source (see within schema source)
<xs:element name="latex-image" type="xs:string"/>

shortdescription
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element name="shortdescription">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="var"/>
</xs:sequence>
</xs:complexType>
</xs:element>

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