schema location: | ..\facilityrequestreport.xsd |
attributeFormDefault: | |
elementFormDefault: | |
Elements | Complex types |
facilityChangeTicket | errorsType |
facilityRequestReport | messagesType |
diagram | ![]() |
||
properties |
|
||
children | pjmTicketId companyShortName ticketStatus equipmentId currentFacilityType ticketFacilityType proposedEffectiveDate pjmPostDateHe lastUpdate | ||
used by |
|
||
source | <xs:element name="facilityChangeTicket"> <xs:complexType> <xs:all> <xs:element name="pjmTicketId" type="xs:long" minOccurs="0"/> <xs:element name="companyShortName" type="xs:string" minOccurs="0"/> <xs:element name="ticketStatus" type="xs:long" minOccurs="0"/> <xs:element name="equipmentId" type="xs:long" minOccurs="0"/> <xs:element name="currentFacilityType" type="xs:long" minOccurs="0"/> <xs:element name="ticketFacilityType" type="xs:long" minOccurs="0"/> <xs:element name="proposedEffectiveDate" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24:mi</xs:documentation> </xs:annotation> </xs:element> <xs:element name="pjmPostDateHe" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24:mi</xs:documentation> </xs:annotation> </xs:element> <xs:element name="lastUpdate" 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="pjmTicketId" type="xs:long" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="companyShortName" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:long | ||||||
properties |
|
||||||
source | <xs:element name="ticketStatus" type="xs:long" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:long | ||||||
properties |
|
||||||
source | <xs:element name="equipmentId" type="xs:long" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:long | ||||||
properties |
|
||||||
source | <xs:element name="currentFacilityType" type="xs:long" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:long | ||||||
properties |
|
||||||
source | <xs:element name="ticketFacilityType" type="xs:long" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="proposedEffectiveDate" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24:mi</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:mi</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="lastUpdate" 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 facilityChangeTicket | ||
source | <xs:element name="facilityRequestReport"> <xs:complexType> <xs:sequence> <xs:element name="errors" type="errorsType" minOccurs="0"/> <xs:element name="messages" type="messagesType" minOccurs="0"/> <xs:element ref="facilityChangeTicket" 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"/> |