element <program> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 8 attributes, 1 element
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 8 attributes, 1 element
Used:
XML Representation Summary
<program
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
("yes" | "no")
 = 
xs:anySimpleType
 = 
"codelens"
   
>
   
Content: 
</program>
Content model elements (1):
input (type xs:string)
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),
Known Usage Locations
XML Source (see within schema source)
<xs:element name="program">
<xs:complexType>
<xs:sequence>
<xs:element name="input" type="xs:string"/>
</xs:sequence>
<xs:attribute name="permid"/>
<xs:attribute name="component"/>
<xs:attribute name="width"/>
<xs:attribute name="margins"/>
<xs:attribute name="language"/>
<xs:attribute name="line-numbers">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="highlight-lines"/>
<xs:attribute name="interactive">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="codelens"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 8/8)
component
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="component"/>

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

interactive
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"codelens"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"codelens"
XML Source (see within schema source)
<xs:attribute name="interactive">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="codelens"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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

line-numbers
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="line-numbers">
<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"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
input
Type:
xs:string, predefined, simple content
XML Source (see within schema source)
<xs:element name="input" type="xs:string"/>

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