Documentation for ATIS-Draft-03-00-79

Complex Type: CPTOrganizationalUnitIden

[Table of contents]

Super-types: None
Sub-types: None
Name CPTOrganizationalUnitIden
Used by (from the same schema document) Complex Type CptEmployeeList , Complex Type CptEmployeeListSub , Complex Type CCLogOnOperator , Complex Type CPTEmployee , Complex Type SCHVehicleAssignment
Abstract no
XML Instance Representation
<...>
<unit-id> CPT-OrgUnitID </unit-id> [1]
<agency-id> CPT-AgencyID </agency-id> [0..1]
<name> CPT-OrgUnitName </name> [0..1]
</...>
Diagram
h-1440239496 h948193899 h-1090506040
Schema Component Representation
<xs:complexType name="CPTOrganizationalUnitIden">
<xs:sequence>
<xs:element name="unit-id" type=" CPT-OrgUnitID "/>
<xs:element name="agency-id" type=" CPT-AgencyID " minOccurs="0"/>
<xs:element name="name" type=" CPT-OrgUnitName " minOccurs="0"/>
</xs:sequence>
</xs:complexType>