Schema upcomingfacilitychanges.xsd


schema location ..\upcomingfacilitychanges.xsd
attributeFormDefault
elementFormDefault
 
Elements  Complex types  Simple types 
facility  errorsType  facilityType 
upcomingFacilityChanges  messagesType 


element facility
diagram upcomingfacilitychanges_p1.png
properties
content complex
children ticketId equipmentId currentFacilityType effectiveDate pjmPostDateHe ticketStatus ticketFacilityType lastStatusChange
used by
element upcomingFacilityChanges
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>

element facility/ticketId
diagram upcomingfacilitychanges_p2.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="ticketId" type="xs:long" minOccurs="0"/>

element facility/equipmentId
diagram upcomingfacilitychanges_p3.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="equipmentId" type="xs:long" minOccurs="0"/>

element facility/currentFacilityType
diagram upcomingfacilitychanges_p4.png
type facilityType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration 0
enumeration 1
enumeration 2
annotation
documentation
0=AAR 1=DLR 2=AARException
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>

element facility/effectiveDate
diagram upcomingfacilitychanges_p5.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
mm/dd/yyyy
source <xs:element name="effectiveDate" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>mm/dd/yyyy</xs:documentation>
 
</xs:annotation>
</xs:element>

element facility/pjmPostDateHe
diagram upcomingfacilitychanges_p6.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
mm/dd/yyyy hh24
source <xs:element name="pjmPostDateHe" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>mm/dd/yyyy hh24</xs:documentation>
 
</xs:annotation>
</xs:element>

element facility/ticketStatus
diagram upcomingfacilitychanges_p7.png
type xs:int
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="ticketStatus" type="xs:int" minOccurs="0"/>

element facility/ticketFacilityType
diagram upcomingfacilitychanges_p8.png
type facilityType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration 0
enumeration 1
enumeration 2
annotation
documentation
0=AAR 1=DLR 2=AARException
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>

element facility/lastStatusChange
diagram upcomingfacilitychanges_p9.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
mm/dd/yyyy hh24:mi
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>

element upcomingFacilityChanges
diagram upcomingfacilitychanges_p10.png
properties
content complex
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>

element upcomingFacilityChanges/errors
diagram upcomingfacilitychanges_p11.png
type errorsType
properties
minOcc 0
maxOcc 1
content complex
children error
source <xs:element name="errors" type="errorsType" minOccurs="0"/>

element upcomingFacilityChanges/messages
diagram upcomingfacilitychanges_p12.png
type messagesType
properties
minOcc 0
maxOcc 1
content complex
children message
source <xs:element name="messages" type="messagesType" minOccurs="0"/>

complexType errorsType
diagram upcomingfacilitychanges_p13.png
children error
used by
element upcomingFacilityChanges/errors
source <xs:complexType name="errorsType">
 
<xs:sequence>
   
<xs:element name="error" type="xs:string" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element errorsType/error
diagram upcomingfacilitychanges_p14.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="error" type="xs:string" maxOccurs="unbounded"/>

complexType messagesType
diagram upcomingfacilitychanges_p15.png
children message
used by
element upcomingFacilityChanges/messages
source <xs:complexType name="messagesType">
 
<xs:sequence>
   
<xs:element name="message" type="xs:string" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element messagesType/message
diagram upcomingfacilitychanges_p16.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="message" type="xs:string" maxOccurs="unbounded"/>

simpleType facilityType
type restriction of xs:int
properties
base xs:int
used by
elements facility/currentFacilityType facility/ticketFacilityType
facets
Kind Value Annotation
enumeration 0
enumeration 1
enumeration 2
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy