complexType "CommandType"
Namespace:
Content:
complex, 5 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Provides the following information on the command: The content of the command, the programming language used, the pieces of information (InParameters) used by the command, the pieces of information created by the command (OutParameters) and the source of the information used by the InParameters (Binding).
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="CommandType">
<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="CommandContent"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
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"/>

CommandContent
Type:
xs:string, predefined, simple content
Content of the command itself expressed in the language designated in Programming Language.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="CommandContent"/>

InParameter
Type:
InParameterType, complex content
Describes the information used by the command as it is identified within the command structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InParameter"/>

OutParameter
Type:
ParameterType, complex content
Describes the information that results from the command that may be used as input by another object.
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"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set