complexType "CommandCodeType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (4):
-
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="Command"/> </xs:sequence> </xs:complexType> |
Content Element Detail (all declarations; defined within this component only; 4/4) -
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"/> |
-
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)
-
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)
-
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)