complexType "CommandFileType"
Namespace:
Content:
complex, 6 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 6 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (6):
Binding, InParameter, Location, OutParameter, ProgramLanguage, URI
All Direct / Indirect Based Elements (1):
CommandFile
Known Usage Locations
Annotation
Identifies and provides a link to an external copy of the command, for example, a SAS Command Code script. Designates the programming language of the command file, designates input and output parameters, binding information between input and output parameters, a description of the location of the file , and a URN or URL for the command file.
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="CommandFileType">
<xs:sequence>
<xs:element ref="ProgramLanguage"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InParameter"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="OutParameter"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Binding"/>
<xs:element minOccurs="0" ref="Location"/>
<xs:element minOccurs="0" ref="URI"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 6/6)
Binding
Type:
BindingType, complex content
Defines the link between the output of an external object to an InParameter described above.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Binding"/>

InParameter
Type:
InParameterType, complex content
Describes the information used by the command as it is identified within the command structure. Use of the Alias may be needed to tie the designated input parameter content to its use in the external command file.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InParameter"/>

Location
Type:
InternationalStringType, complex content
A description of the location of the file. This may not be machine actionable. It supports a description expressed in multiple languages.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Location"/>

OutParameter
Type:
ParameterType, complex content
Describes the information that results from the command that may be used as input by another object. Use of the Alias may be needed to tie the designated output parameter content to its use in the external command file.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="OutParameter"/>

ProgramLanguage
Type:
CodeValueType, simple content
Designates the programming language used for the command. Supports the use of a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ProgramLanguage"/>

URI
Type:
xs:anyURI, predefined, simple content
The URL or URN of the command file.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="URI"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set