schema location: | ..\projectedconditional.xsd |
attributeFormDefault: | |
elementFormDefault: | |
Elements | Complex types | Simple types |
projectedConditional | conditionType | datePlusHour |
historyLogType | datePlusHourMin | |
messagesType | ||
profilesType | ||
profileType | ||
ratingSetType | ||
ticketStatusType |
diagram | ![]() |
||
properties |
|
||
children | messages pjmTicketId companyShortName ticketStatus equipmentId lookupTicketId ratingSet pjmComments comments condition profiles historyLog | ||
source | <xs:element name="projectedConditional"> <xs:complexType> <xs:all> <xs:element name="messages" type="messagesType" minOccurs="0"/> <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"/> <xs:element name="equipmentId" type="xs:long" minOccurs="0"/> <xs:element name="lookupTicketId" type="xs:long"/> <xs:element name="ratingSet" type="ratingSetType" minOccurs="0"/> <xs:element name="pjmComments" type="xs:string" minOccurs="0"/> <xs:element name="comments" type="xs:string" minOccurs="0"/> <xs:element name="condition" type="conditionType"/> <xs:element name="profiles" type="profilesType"/> <xs:element name="historyLog" type="historyLogType" minOccurs="0"/> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||
type | messagesType | ||||||
properties |
|
||||||
children | message | ||||||
source | <xs:element name="messages" type="messagesType" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:long | ||||||
properties |
|
||||||
source | <xs:element name="pjmTicketId" type="xs:long" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="companyShortName" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
type | xs:long | ||
properties |
|
||
source | <xs:element name="ticketStatus" type="xs:long"/> |
diagram | ![]() |
||||||
type | xs:long | ||||||
properties |
|
||||||
source | <xs:element name="equipmentId" type="xs:long" minOccurs="0"/> |
diagram | ![]() |
||
type | xs:long | ||
properties |
|
||
source | <xs:element name="lookupTicketId" type="xs:long"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
type | ratingSetType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="ratingSet" type="ratingSetType" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="pjmComments" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="comments" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
type | conditionType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="condition" type="conditionType"/> |
diagram | ![]() |
||
type | profilesType | ||
properties |
|
||
children | profile | ||
source | <xs:element name="profiles" type="profilesType"/> |
diagram | ![]() |
||||||
type | historyLogType | ||||||
properties |
|
||||||
children | ticketStatus | ||||||
source | <xs:element name="historyLog" type="historyLogType" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="conditionType"> <xs:attribute name="tempSet" use="required"> <xs:simpleType> <xs:restriction base="xs:string"/> </xs:simpleType> </xs:attribute> </xs:complexType> |
type | restriction of xs:string | ||
properties |
|
||
source | <xs:attribute name="tempSet" use="required"> <xs:simpleType> <xs:restriction base="xs:string"/> </xs:simpleType> </xs:attribute> |
diagram | ![]() |
||
children | ticketStatus | ||
used by |
|
||
source | <xs:complexType name="historyLogType"> <xs:sequence> <xs:element name="ticketStatus" type="ticketStatusType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
type | ticketStatusType | ||||||
properties |
|
||||||
children | user status timestamp | ||||||
source | <xs:element name="ticketStatus" type="ticketStatusType" maxOccurs="unbounded"/> |
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"/> |
diagram | ![]() |
||
children | profile | ||
used by |
|
||
source | <xs:complexType name="profilesType"> <xs:sequence> <xs:element name="profile" type="profileType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||
type | profileType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <xs:element name="profile" type="profileType" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <xs:complexType name="profileType"> <xs:attribute name="start" type="datePlusHour"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="end" type="datePlusHour"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | datePlusHour | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="start" type="datePlusHour"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:attribute> |
type | datePlusHour | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="end" type="datePlusHour"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:attribute> |
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"/> |
diagram | ![]() |
||
children | user status timestamp | ||
used by |
|
||
source | <xs:complexType name="ticketStatusType"> <xs:all> <xs:element name="user" type="xs:string"/> <xs:element name="status" type="xs:long"/> <xs:element name="timestamp" type="xs:string"/> </xs:all> </xs:complexType> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="user" type="xs:string"/> |
diagram | ![]() |
||
type | xs:long | ||
properties |
|
||
source | <xs:element name="status" type="xs:long"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="timestamp" type="xs:string"/> |
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> |
type | restriction of xs:string | ||||||
properties |
|
||||||
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> |