Schema realtimeratingsreport.xsd


schema location ..\realtimeratingsreport.xsd
attributeFormDefault
elementFormDefault
 
Elements  Complex types 
realTimeRatings  errorsType 
realTimeRatingsReport  messagesType 
ratingSetType 


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:all>
     
<xs:element name="rtTicketId" type="xs:long" minOccurs="0"/>
     
<xs:element name="equipmentId" type="xs:long" minOccurs="0"/>
     
<xs:element name="status" type="xs:long" minOccurs="0"/>
     
<xs:element name="startDateTime" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>mm/dd/yyyy hh24:mi</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="endDateTime" type="xs:string" 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:all>
 
</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:long
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="equipmentId" type="xs:long" 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 xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
mm/dd/yyyy hh24:mi
source <xs:element name="startDateTime" type="xs:string" 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 xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
mm/dd/yyyy hh24:mi
source <xs:element name="endDateTime" type="xs:string" 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 errors messages realTimeRatings
source <xs:element name="realTimeRatingsReport">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="errors" type="errorsType" minOccurs="0"/>
     
<xs:element name="messages" type="messagesType" minOccurs="0"/>
     
<xs:element ref="realTimeRatings" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

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

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

complexType errorsType
diagram realtimeratingsreport_p11.png
children error
used by
element realTimeRatingsReport/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 realtimeratingsreport_p12.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="error" type="xs:string" maxOccurs="unbounded"/>

complexType messagesType
diagram realtimeratingsreport_p13.png
children message
used by
element realTimeRatingsReport/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 realtimeratingsreport_p14.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="message" type="xs:string" maxOccurs="unbounded"/>

complexType ratingSetType
diagram realtimeratingsreport_p15.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"/>


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