DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "CommandType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 1 attribute and 3 elements
Used:
XML Representation Summary
<...
    formalLanguage
 = 
xs:string
    >
   
Content: 
CommandText?, CommandFile*, StructuredCommand?
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A complete structure to describe formal transformation procedures of variables. This could be an XML structure like MathML or a simple string.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="CommandType">
<xs:sequence>
<xs:element minOccurs="0" name="CommandText" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CommandFile"/>
<xs:element minOccurs="0" ref="StructuredCommand"/>
</xs:sequence>
<xs:attribute name="formalLanguage" type="xs:string" use="optional"/>
</xs:complexType>
Attribute Detail (defined in this component only; 1/1)
formalLanguage
Type:
xs:string, predefined
Use:
optional
Name of formal language used (for example, MathML, SPSS).
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="formalLanguage" type="xs:string" use="optional"/>
Content Element Detail (defined in this component only; 3/3)
CommandFile
Type:
CommandFileType, complex content
An etxernal file containing the commands for creating the generation.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CommandFile"/>

CommandText
Type:
xs:string, predefined, simple content
Human-readable text of a command.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CommandText" type="xs:string"/>

StructuredCommand
Type:
StructuredCommandType, empty content
Used to insert extensions to provide structured language for external namespaces such as MathML.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="StructuredCommand"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set