schema location: | ..\upcomingfacilitychanges.xsd |
attributeFormDefault: | |
elementFormDefault: | |
Elements | Complex types | Simple types |
facility | errorsType | facilityType |
upcomingFacilityChanges | messagesType |
diagram | ![]() |
||
properties |
|
||
children | ticketId equipmentId currentFacilityType effectiveDate pjmPostDateHe ticketStatus ticketFacilityType lastStatusChange | ||
used by |
|
||
source | <xs:element name="facility"> <xs:complexType> <xs:all> <xs:element name="ticketId" type="xs:long" minOccurs="0"/> <xs:element name="equipmentId" type="xs:long" minOccurs="0"/> <xs:element name="currentFacilityType" type="facilityType" minOccurs="0"> <xs:annotation> <xs:documentation>0=AAR 1=DLR 2=AARException</xs:documentation> </xs:annotation> </xs:element> <xs:element name="effectiveDate" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy</xs:documentation> </xs:annotation> </xs:element> <xs:element name="pjmPostDateHe" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ticketStatus" type="xs:int" minOccurs="0"/> <xs:element name="ticketFacilityType" type="facilityType" minOccurs="0"> <xs:annotation> <xs:documentation>0=AAR 1=DLR 2=AARException</xs:documentation> </xs:annotation> </xs:element> <xs:element name="lastStatusChange" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24:mi</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||
type | xs:long | ||||||
properties |
|
||||||
source | <xs:element name="ticketId" type="xs:long" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:long | ||||||
properties |
|
||||||
source | <xs:element name="equipmentId" type="xs:long" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
type | facilityType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="currentFacilityType" type="facilityType" minOccurs="0"> <xs:annotation> <xs:documentation>0=AAR 1=DLR 2=AARException</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="effectiveDate" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="pjmPostDateHe" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
type | xs:int | ||||||
properties |
|
||||||
source | <xs:element name="ticketStatus" type="xs:int" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
type | facilityType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="ticketFacilityType" type="facilityType" minOccurs="0"> <xs:annotation> <xs:documentation>0=AAR 1=DLR 2=AARException</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="lastStatusChange" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24:mi</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | errors messages facility | ||
source | <xs:element name="upcomingFacilityChanges"> <xs:complexType> <xs:sequence> <xs:element name="errors" type="errorsType" minOccurs="0"/> <xs:element name="messages" type="messagesType" minOccurs="0"/> <xs:element ref="facility" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||
type | errorsType | ||||||
properties |
|
||||||
children | error | ||||||
source | <xs:element name="errors" type="errorsType" minOccurs="0"/> |
diagram | ![]() |
||||||
type | messagesType | ||||||
properties |
|
||||||
children | message | ||||||
source | <xs:element name="messages" type="messagesType" minOccurs="0"/> |
diagram | ![]() |
||
children | error | ||
used by |
|
||
source | <xs:complexType name="errorsType"> <xs:sequence> <xs:element name="error" type="xs:string" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="error" type="xs:string" maxOccurs="unbounded"/> |
diagram | ![]() |
||
children | message | ||
used by |
|
||
source | <xs:complexType name="messagesType"> <xs:sequence> <xs:element name="message" type="xs:string" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="message" type="xs:string" maxOccurs="unbounded"/> |
type | restriction of xs:int | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="facilityType"> <xs:restriction base="xs:int"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> </xs:restriction> </xs:simpleType> |