complexType "CommandCodeType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 4 elements
Used:
at 12 locations
XML Representation Summary
<...>
   
Content: 
</...>
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (12):
Known Usage Locations
Annotation
Contains information on the command used for processing data. Contains a description of the command which should clarify for the user the purpose and process of the command, an in-line provision of the command itself, a reference to an external version of the command such as a coding script, and the option for attaching an extension to DDI to permit insertion of a command code in a foreign namespace. Both Command and CommandFile may be repeated to provide command information in additional programming languages. Multiple Command and CommandFile contents are differentiated by the content of the contained element ProgramLanguage.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="CommandCodeType">
<xs:sequence>
<xs:element minOccurs="0" ref="Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Command"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CommandFile"/>
<xs:element minOccurs="0" ref="StructuredCommand"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
Command
Type:
CommandType, complex content
This is an in-line provision of the command itself.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Command"/>

CommandFile
Type:
CommandFileType, complex content
Identifies and provides a link to an external copy of the command, for example, a SAS Command Code script.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CommandFile"/>

Description
Type:
StructuredStringType, complex content
A description of the purpose and use of the command code provided. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

StructuredCommand
Type:
StructuredCommandType, empty content
The is an extension stub to allow for the insertion of command code using an external namespace.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="StructuredCommand"/>

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