schema location: | ..\lookuptablereport.xsd |
attributeFormDefault: | |
elementFormDefault: | |
Elements | Complex types | Simple types |
lookupTable | messagesType | datePlusHour |
lookupTableReport |
diagram | ![]() |
||
properties |
|
||
children | pjmTicketId companyTicketId groupName ticketStatus startDateTime endDateTime equipmentId companyShortName | ||
used by |
|
||
source | <xs:element name="lookupTable"> <xs:complexType> <xs:sequence> <xs:element name="pjmTicketId" type="xs:long" minOccurs="0"/> <xs:element name="companyTicketId" type="xs:string" minOccurs="0"/> <xs:element name="groupName" type="xs:string" minOccurs="0"/> <xs:element name="ticketStatus" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>-1=Retired 1=Submitted 2=Received 3=Denied 4=Approved 6=Cancelled by Company 7=Cancelled by PJM 8=Revised 9=Implemented 10=Implemented w/o Approve 11=Restored 12=Completed</xs:documentation> </xs:annotation> </xs:element> <xs:element name="startDateTime" type="datePlusHour" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:element> <xs:element name="endDateTime" type="datePlusHour" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:element> <xs:element name="equipmentId" type="xs:long" minOccurs="0"/> <xs:element name="companyShortName" type="xs:string" minOccurs="0"/> </xs:sequence> </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="companyTicketId" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="groupName" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="ticketStatus" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>-1=Retired 1=Submitted 2=Received 3=Denied 4=Approved 6=Cancelled by Company 7=Cancelled by PJM 8=Revised 9=Implemented 10=Implemented w/o Approve 11=Restored 12=Completed</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
type | datePlusHour | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="startDateTime" type="datePlusHour" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
type | datePlusHour | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="endDateTime" type="datePlusHour" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
type | xs:long | ||||||
properties |
|
||||||
source | <xs:element name="equipmentId" type="xs:long" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="companyShortName" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
properties |
|
||
children | messages lookupTable | ||
source | <xs:element name="lookupTableReport"> <xs:complexType> <xs:sequence> <xs:element name="messages" type="messagesType" minOccurs="0"/> <xs:element ref="lookupTable" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||
type | messagesType | ||||||
properties |
|
||||||
children | message | ||||||
source | <xs:element name="messages" type="messagesType" minOccurs="0"/> |
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:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="datePlusHour"> <xs:restriction base="xs:string"> <xs:pattern value="\d{2}/\d{2}/\d{4}\s+\d{2}"/> </xs:restriction> </xs:simpleType> |