schema location: | realtimeratingsreport.xsd |
attributeFormDefault: | |
elementFormDefault: | |
Elements | Complex types | Simple types |
realTimeRatings | ratingSetType | datePlusHourMin |
realTimeRatingsReport |
diagram | ![]() |
||
properties |
|
||
children | rtTicketId equipmentId status startDateTime endDateTime ratingSet | ||
used by |
|
||
source | <xs:element name="realTimeRatings"> <xs:complexType> <xs:sequence> <xs:element name="rtTicketId" type="xs:long" minOccurs="0"/> <xs:element name="equipmentId" type="xs:string" minOccurs="0"/> <xs:element name="status" type="xs:long" minOccurs="0"/> <xs:element name="startDateTime" type="datePlusHourMin" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24:mi</xs:documentation> </xs:annotation> </xs:element> <xs:element name="endDateTime" type="datePlusHourMin" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24:mi</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ratingSet" type="ratingSetType" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||
type | xs:long | ||||||
properties |
|
||||||
source | <xs:element name="rtTicketId" type="xs:long" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="equipmentId" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:long | ||||||
properties |
|
||||||
source | <xs:element name="status" type="xs:long" minOccurs="0"/> |
diagram | ![]() |
||||||
type | datePlusHourMin | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="startDateTime" type="datePlusHourMin" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24:mi</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
type | datePlusHourMin | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="endDateTime" type="datePlusHourMin" minOccurs="0"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24:mi</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
type | ratingSetType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="ratingSet" type="ratingSetType" minOccurs="0"/> |
diagram | ![]() |
||
properties |
|
||
children | realTimeRatings | ||
source | <xs:element name="realTimeRatingsReport"> <xs:complexType> <xs:sequence> <xs:element ref="realTimeRatings" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="ratingSetType"> <xs:attribute name="tempSet" type="xs:string"/> <xs:attribute name="nl" type="xs:long"/> <xs:attribute name="lt" type="xs:long"/> <xs:attribute name="st" type="xs:long"/> <xs:attribute name="ld" type="xs:long"/> </xs:complexType> |
type | xs:string |
source | <xs:attribute name="tempSet" type="xs:string"/> |
type | xs:long |
source | <xs:attribute name="nl" type="xs:long"/> |
type | xs:long |
source | <xs:attribute name="lt" type="xs:long"/> |
type | xs:long |
source | <xs:attribute name="st" type="xs:long"/> |
type | xs:long |
source | <xs:attribute name="ld" type="xs:long"/> |
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="datePlusHourMin"> <xs:restriction base="xs:string"> <xs:pattern value="\d{2}/\d{2}/\d{4}\s+\d{2}:\d{2}"/> </xs:restriction> </xs:simpleType> |