element <console> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 5 attributes, 2 elements
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 5 attributes, 2 elements
Used:
XML Representation Summary
<console
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
   
>
   
Content: 
</console>
Content model elements (2):
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="console">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="input">
<xs:complexType mixed="true">
<xs:attribute name="prompt"/>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" ref="output"/>
</xs:sequence>
<xs:attribute name="permid"/>
<xs:attribute name="component"/>
<xs:attribute name="prompt"/>
<xs:attribute name="width"/>
<xs:attribute name="margins"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 5/5)
component
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="component"/>

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"/>

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

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; 2/2)
input
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element name="input">
<xs:complexType mixed="true">
<xs:attribute name="prompt"/>
</xs:complexType>
</xs:element>

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