Schema projectedconditionalreport.xsd


schema location ..\projectedconditionalreport.xsd
attributeFormDefault
elementFormDefault
 
Elements  Complex types 
projectedConditional  errorsType 
projectedConditionalReport  lookupTicketType 
messagesType 
profilesType 
profileType 
ratingSetType 


element projectedConditional
diagram projectedconditionalreport_p1.png
properties
content complex
children pjmTicketId companyShortName ticketStatus equipmentId lookupTicket ratingSet profiles
used by
element projectedConditionalReport
source <xs:element name="projectedConditional">
 
<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="lookupTicket" type="lookupTicketType" minOccurs="0"/>
     
<xs:element name="ratingSet" type="ratingSetType" minOccurs="0"/>
     
<xs:element name="profiles" type="profilesType" minOccurs="0"/>
   
</xs:all>
 
</xs:complexType>
</xs:element>

element projectedConditional/pjmTicketId
diagram projectedconditionalreport_p2.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="pjmTicketId" type="xs:long" minOccurs="0"/>

element projectedConditional/companyShortName
diagram projectedconditionalreport_p3.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="companyShortName" type="xs:string" minOccurs="0"/>

element projectedConditional/ticketStatus
diagram projectedconditionalreport_p4.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="ticketStatus" type="xs:long" minOccurs="0"/>

element projectedConditional/equipmentId
diagram projectedconditionalreport_p5.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="equipmentId" type="xs:long" minOccurs="0"/>

element projectedConditional/lookupTicket
diagram projectedconditionalreport_p6.png
type lookupTicketType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long        
start  xs:string        
end  xs:string        
status  xs:long        
source <xs:element name="lookupTicket" type="lookupTicketType" minOccurs="0"/>

element projectedConditional/ratingSet
diagram projectedconditionalreport_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 projectedConditional/profiles
diagram projectedconditionalreport_p8.png
type profilesType
properties
minOcc 0
maxOcc 1
content complex
children profile
source <xs:element name="profiles" type="profilesType" minOccurs="0"/>

element projectedConditionalReport
diagram projectedconditionalreport_p9.png
properties
content complex
children errors messages projectedConditional
source <xs:element name="projectedConditionalReport">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="errors" type="errorsType" minOccurs="0"/>
     
<xs:element name="messages" type="messagesType" minOccurs="0"/>
     
<xs:element ref="projectedConditional" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

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

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

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

complexType lookupTicketType
diagram projectedconditionalreport_p14.png
used by
element projectedConditional/lookupTicket
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long        
start  xs:string        
end  xs:string        
status  xs:long        
source <xs:complexType name="lookupTicketType">
 
<xs:attribute name="id" type="xs:long"/>
 
<xs:attribute name="start" type="xs:string"/>
 
<xs:attribute name="end" type="xs:string"/>
 
<xs:attribute name="status" type="xs:long"/>
</xs:complexType>

attribute lookupTicketType/@id
type xs:long
source <xs:attribute name="id" type="xs:long"/>

attribute lookupTicketType/@start
type xs:string
source <xs:attribute name="start" type="xs:string"/>

attribute lookupTicketType/@end
type xs:string
source <xs:attribute name="end" type="xs:string"/>

attribute lookupTicketType/@status
type xs:long
source <xs:attribute name="status" type="xs:long"/>

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

complexType profilesType
diagram projectedconditionalreport_p17.png
children profile
used by
element projectedConditional/profiles
source <xs:complexType name="profilesType">
 
<xs:sequence>
   
<xs:element name="profile" type="profileType" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element profilesType/profile
diagram projectedconditionalreport_p18.png
type profileType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
start  xs:string        
documentation
mm/dd/yyyy hh24
end  xs:string        
documentation
mm/dd/yyyy hh24
source <xs:element name="profile" type="profileType" minOccurs="0" maxOccurs="unbounded"/>

complexType profileType
diagram projectedconditionalreport_p19.png
used by
element profilesType/profile
attributes
Name  Type  Use  Default  Fixed  Annotation
start  xs:string        
documentation
mm/dd/yyyy hh24
end  xs:string        
documentation
mm/dd/yyyy hh24
source <xs:complexType name="profileType">
 
<xs:attribute name="start" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>mm/dd/yyyy hh24</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="end" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>mm/dd/yyyy hh24</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute profileType/@start
type xs:string
annotation
documentation
mm/dd/yyyy hh24
source <xs:attribute name="start" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>mm/dd/yyyy hh24</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute profileType/@end
type xs:string
annotation
documentation
mm/dd/yyyy hh24
source <xs:attribute name="end" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>mm/dd/yyyy hh24</xs:documentation>
 
</xs:annotation>
</xs:attribute>

complexType ratingSetType
diagram projectedconditionalreport_p20.png
used by
element projectedConditional/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