complexType "RestrictionProcessType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
(GenerationInstructionReference | CommandCode)?
</...>
Content Model Elements (2):
CommandCode (in RestrictionProcess), GenerationInstructionReference (in RestrictionProcess)
All Direct / Indirect Based Elements (1):
RestrictionProcess
Known Usage Locations
Annotation
Allows for a specific machine actionable description of the restriction process using a GenerationInstructionReference, if one currently exists, or through a CommandCode. In the case of a physical instance, the RestrictionProcess would be the same as a case, record or variable selection process.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="RestrictionProcessType">
<xs:choice minOccurs="0">
<xs:element name="GenerationInstructionReference"/>
<xs:element name="CommandCode"/>
</xs:choice>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
CommandCode
Type:
xs:anyType, any content
The process instructions for restricting a level of coverage expressed as a command code.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="CommandCode"/>

GenerationInstructionReference
Type:
xs:anyType, any content
Reference to a GenerationInstruction containing the process instructions for restricting a level of coverage.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="GenerationInstructionReference"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set