complexType "OperationType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
r:AgencyOrganizationReference, r:Description
All Direct / Indirect Based Elements (2):
CleaningOperation, ControlOperation
Known Usage Locations
Annotation
A generic operation description used as a type by specified operations. Describes the operation and identifies the organization or individual responsible for performing it.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="OperationType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:AgencyOrganizationReference"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
r:AgencyOrganizationReference
Type:
r:ReferenceType, complex content
A reference to an organization or individual responsible for the operation.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:AgencyOrganizationReference"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the operation.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

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