element <image> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 7 attributes, 5 elements
Defined:
Includes:
definitions of 7 attributes, 5 elements
XML Representation Summary
<image
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
("yes" | "no")
   
>
   
Content: 
</image>
Content model elements (5):
description (in image defined in ImageCode group),
latex-image (in image defined in ImageCode group),
shortdescription (in image defined in ImageCode group)
Included in content model of elements (72):
colophon (defined in ColophonBack group),
conclusion (defined in ConclusionDivision group),
conclusion (defined in ConclusionStatement group),
conclusion (defined in ConclusionText group),
hint (defined in Hint group),
introduction (defined in IntroductionText group),
li (in dl),
li (in ol defined in ExerciseBody group),
li (in ol defined in List group),
li (in ul),
paragraphs (defined in Paragraphs group),
paragraphs (defined in ParagraphsNoNumber group),
sidebyside (defined in SideBySide group),
sidebyside (defined in SideBySideNoCaption group),
solution (defined in Solution group),
statement (defined in Statement group),
task (defined in Task 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:choice>
<xs:element name="latex-image">
<xs:complexType mixed="true">
<xs:attribute name="label"/>
<xs:attribute name="component"/>
</xs:complexType>
</xs:element>
<xs:element ref="asymptote"/>
<xs:element ref="sageplot"/>
</xs:choice>
</xs:choice>
<xs:attribute ref="xml:id"/>
<xs:attribute name="permid"/>
<xs:attribute name="component"/>
<xs:attribute name="width"/>
<xs:attribute name="margins"/>
<xs:attribute name="archive"/>
<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; 7/7)
archive
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="archive"/>

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

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>

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

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

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

xml:id
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute ref="xml:id"/>
Content Element Detail (all declarations; defined within this component only; 5/5)
asymptote
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element ref="asymptote"/>

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:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element name="latex-image">
<xs:complexType mixed="true">
<xs:attribute name="label"/>
<xs:attribute name="component"/>
</xs:complexType>
</xs:element>

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

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