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: 
</...>
Content Model Elements (2):
CommandCode, ProcessingInstructionReference
All Direct / Indirect Based Elements (1):
RestrictionProcess
Known Usage Locations
Annotation
Allows for a specific machine actionable description of the restriction process using a ProcessingInstructionReference, 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 ref="ProcessingInstructionReference"/>
<xs:element ref="CommandCode"/>
</xs:choice>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
CommandCode
Type:
CommandCodeType, complex 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 ref="CommandCode"/>

ProcessingInstructionReference
Type:
Reference to a ProcessingInstruction containing the process instructions for restricting a level of coverage.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ProcessingInstructionReference"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set