Schema realtimeratingsreport.xsd


schema location realtimeratingsreport.xsd
attributeFormDefault
elementFormDefault
 
Elements  Complex types  Simple types 
realTimeRatings  ratingSetType  datePlusHourMin 
realTimeRatingsReport 


element realTimeRatings
diagram realtimeratingsreport_p1.png
properties
content complex
children rtTicketId equipmentId status startDateTime endDateTime ratingSet
used by
element realTimeRatingsReport
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>

element realTimeRatings/rtTicketId
diagram realtimeratingsreport_p2.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="rtTicketId" type="xs:long" minOccurs="0"/>

element realTimeRatings/equipmentId
diagram realtimeratingsreport_p3.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="equipmentId" type="xs:string" minOccurs="0"/>

element realTimeRatings/status
diagram realtimeratingsreport_p4.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="status" type="xs:long" minOccurs="0"/>

element realTimeRatings/startDateTime
diagram realtimeratingsreport_p5.png
type datePlusHourMin
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{2}/\d{2}/\d{4}\s+\d{2}:\d{2}
annotation
documentation
mm/dd/yyyy hh24:mi
source <xs:element name="startDateTime" type="datePlusHourMin" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>mm/dd/yyyy hh24:mi</xs:documentation>
 
</xs:annotation>
</xs:element>

element realTimeRatings/endDateTime
diagram realtimeratingsreport_p6.png
type datePlusHourMin
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{2}/\d{2}/\d{4}\s+\d{2}:\d{2}
annotation
documentation
mm/dd/yyyy hh24:mi
source <xs:element name="endDateTime" type="datePlusHourMin" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>mm/dd/yyyy hh24:mi</xs:documentation>
 
</xs:annotation>
</xs:element>

element realTimeRatings/ratingSet
diagram realtimeratingsreport_p7.png
type ratingSetType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
tempSet  xs:string        
nl  xs:long        
lt  xs:long        
st  xs:long        
ld  xs:long        
source <xs:element name="ratingSet" type="ratingSetType" minOccurs="0"/>

element realTimeRatingsReport
diagram realtimeratingsreport_p8.png
properties
content complex
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>

complexType ratingSetType
diagram realtimeratingsreport_p9.png
used by
element realTimeRatings/ratingSet
attributes
Name  Type  Use  Default  Fixed  Annotation
tempSet  xs:string        
nl  xs:long        
lt  xs:long        
st  xs:long        
ld  xs:long        
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>

attribute ratingSetType/@tempSet
type xs:string
source <xs:attribute name="tempSet" type="xs:string"/>

attribute ratingSetType/@nl
type xs:long
source <xs:attribute name="nl" type="xs:long"/>

attribute ratingSetType/@lt
type xs:long
source <xs:attribute name="lt" type="xs:long"/>

attribute ratingSetType/@st
type xs:long
source <xs:attribute name="st" type="xs:long"/>

attribute ratingSetType/@ld
type xs:long
source <xs:attribute name="ld" type="xs:long"/>

simpleType datePlusHourMin
type restriction of xs:string
properties
base xs:string
used by
elements realTimeRatings/endDateTime realTimeRatings/startDateTime
facets
Kind Value Annotation
pattern \d{2}/\d{2}/\d{4}\s+\d{2}:\d{2}
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>


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