| schema location: | ..\..\..\..\edart-rest\src\main\resources\schema\projectedconditional.xsd |
| attributeFormDefault: | |
| elementFormDefault: | |
| Elements | Complex types |
| projectedConditional | conditionType |
| historyLogType | |
| messagesType | |
| profilesType | |
| profileType | |
| ticketStatusType |
| diagram | ![]() |
||
| properties |
|
||
| children | messages pjmTicketId companyShortName ticketStatus equipmentId lookupTicketId 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="pjmComments" type="xs:string" minOccurs="0"/> <xs:element name="comments" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="4000"/> </xs:restriction> </xs:simpleType> </xs:element> <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 | xs:string | ||||||
| properties |
|
||||||
| source | <xs:element name="pjmComments" type="xs:string" minOccurs="0"/> |
| diagram | ![]() |
||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xs:element name="comments" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="4000"/> </xs:restriction> </xs:simpleType> </xs:element> |
| 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:minLength value="1"/> <xs:maxLength value="10"/> <xs:whiteSpace value="collapse"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> |
| type | restriction of xs:string | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| source | <xs:attribute name="tempSet" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="10"/> <xs:whiteSpace value="collapse"/> </xs:restriction> </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="xs:string" use="required"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="end" type="xs:string" use="required"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="start" type="xs:string" use="required"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:attribute> |
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="end" type="xs:string" use="required"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:attribute> |
| 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"/> |