complexType "CommandFileType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
All Direct / Indirect Based Elements (1):
-
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: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)
-
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"/>
|
-
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"/>
|
-
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"/>
|
-
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"/>
|
-
Designates the programming language used for the command. Supports the use of a controlled vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
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"/>
|