DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "CommandFileType"
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: 
Location*, Path*, URI*
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
References a file which contains commands.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="CommandFileType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Location" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Path" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="URI" type="xs:anyURI"/>
</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
Indicates the formal language of the command file.
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)
Location
Type:
xs:string, predefined, simple content
Documents the location of the command file as human-readable text.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="Location" type="xs:string"/>

Path
Type:
xs:string, predefined, simple content
Provides a machine-readable path expression for the command file's location (e.g. Java).
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="Path" type="xs:string"/>

URI
Type:
xs:anyURI, predefined, simple content
URI for the command file.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="URI" type="xs:anyURI"/>

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