Documentation for ATIS-Draft-03-00-79

Complex Type: CptEmployeeListSub

[Table of contents]

Super-types: None
Sub-types: None
Name CptEmployeeListSub
Used by (from the same schema document) Element cptEmployeeListSub
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<updated-since> CPT-DateTime </updated-since> [0..1]
<include-employees> [0..1]
Start Sequence [1..25000]
<include-employee> CPTEmployeeIden </include-employee> [1]
End Sequence
</include-employees>
<facilities> [0..1]
Start Sequence [1..100]
<facility> CPTTransitFacilityIden </facility> [1]
End Sequence
</facilities>
<organizations> [0..1]
Start Sequence [1..1000]
<organization> CPTOrganizationalUnitIden </organization> [1]
End Sequence
</organizations>
<categories> [0..1]
Start Sequence [1..300]
<category> CPT-EmplJobCat </category> [1]
End Sequence
</categories>
</...>
Diagram
h-527207252 h1272267302 h-1303246092 h2133900120 h288079624 h1427211368
Schema Component Representation
<xs:complexType name="CptEmployeeListSub">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="updated-since" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="include-employees" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="include-employee" type=" CPTEmployeeIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="facilities" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="facility" type=" CPTTransitFacilityIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="organizations" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="organization" type=" CPTOrganizationalUnitIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="categories" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="300">
<xs:element name="category" type=" CPT-EmplJobCat "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>