complexType "CommandCodeType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 4 elements
Used:
at 11 locations
XML Representation Summary
<...>
   
Content: 
Description?, Command?, CommandFile?, StructuredCommand?
</...>
Content Model Elements (4):
Command, CommandFile, Description, StructuredCommand
All Direct / Indirect Based Elements (11):
AlternateSequenceType, CommandCode, ConditionForContinuation, Expression, IfCondition, InitialValue, LoopWhile, StepValue, UniverseGenerationCode, UntilCondition, WhileCondition
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.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="CommandCodeType">
<xs:sequence>
<xs:element minOccurs="0" ref="Description"/>
<xs:element minOccurs="0" ref="Command"/>
<xs:element 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 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 minOccurs="0" ref="CommandFile"/>

Description
Type:
StructuredStringType, complex content
A description of the purpose and use of the command code provided. Supports multiple languages.
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.8.7 using DocFlex/XML XSDDoc 2.7.0 template set