| schema location: | |
| attributeFormDefault: | |
| elementFormDefault: | qualified |
| Elements | Complex types |
| edart | adjustment_listType |
| adjustmentType | |
| interval_definitionType | |
| intervalType | |
| limitationsType | |
| limitType | |
| newtermticType | |
| ticket_typeType |
| diagram | ![]() |
||
| properties |
|
||
| children | newtermtic | ||
| source | <xsd:element name="edart"> <xsd:complexType> <xsd:sequence> <xsd:element name="newtermtic" type="newtermticType" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
| diagram | ![]() |
||||||
| type | newtermticType | ||||||
| properties |
|
||||||
| children | company company_ticket_id ticket_type reason_id interval_definition comment equipment_id transmission_equipment_end_id adjustment_list limitations | ||||||
| source | <xsd:element name="newtermtic" type="newtermticType" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| children | adjustment | ||
| used by |
|
||
| source | <xsd:complexType name="adjustment_listType"> <xsd:sequence> <xsd:element name="adjustment" type="adjustmentType" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||||||
| type | adjustmentType | ||||||
| properties |
|
||||||
| children | temperature category day_night_flag adjustment_value | ||||||
| source | <xsd:element name="adjustment" type="adjustmentType" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| children | temperature category day_night_flag adjustment_value | ||
| used by |
|
||
| source | <xsd:complexType name="adjustmentType"> <xsd:sequence> <xsd:element name="temperature"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="95"/> <xsd:enumeration value="86"/> <xsd:enumeration value="77"/> <xsd:enumeration value="68"/> <xsd:enumeration value="59"/> <xsd:enumeration value="50"/> <xsd:enumeration value="41"/> <xsd:enumeration value="32"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="category"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="loaddump"/> <xsd:enumeration value="longterm"/> <xsd:enumeration value="normal"/> <xsd:enumeration value="shortterm"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="day_night_flag"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="day"/> <xsd:enumeration value="night"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="adjustment_value" type="xsd:string"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
|||||||||||||||||||||||||||
| type | restriction of xsd:string | |||||||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||||||
| source | <xsd:element name="temperature"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="95"/> <xsd:enumeration value="86"/> <xsd:enumeration value="77"/> <xsd:enumeration value="68"/> <xsd:enumeration value="59"/> <xsd:enumeration value="50"/> <xsd:enumeration value="41"/> <xsd:enumeration value="32"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
| diagram | ![]() |
|||||||||||||||
| type | restriction of xsd:string | |||||||||||||||
| properties |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| source | <xsd:element name="category"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="loaddump"/> <xsd:enumeration value="longterm"/> <xsd:enumeration value="normal"/> <xsd:enumeration value="shortterm"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
| diagram | ![]() |
|||||||||
| type | restriction of xsd:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| source | <xsd:element name="day_night_flag"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="day"/> <xsd:enumeration value="night"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="adjustment_value" type="xsd:string"/> |
| diagram | ![]() |
||
| children | interval_start interval_end | ||
| used by |
|
||
| source | <xsd:complexType name="interval_definitionType"> <xsd:sequence> <xsd:element name="interval_start" type="intervalType"/> <xsd:element name="interval_end" type="intervalType" minOccurs="0"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||
| type | intervalType | ||
| properties |
|
||
| children | date time | ||
| source | <xsd:element name="interval_start" type="intervalType"/> |
| diagram | ![]() |
||||||
| type | intervalType | ||||||
| properties |
|
||||||
| children | date time | ||||||
| source | <xsd:element name="interval_end" type="intervalType" minOccurs="0"/> |
| diagram | ![]() |
||
| children | date time | ||
| used by |
|
||
| source | <xsd:complexType name="intervalType"> <xsd:sequence> <xsd:element name="date" type="xsd:string"/> <xsd:element name="time" type="xsd:string"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="date" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="time" type="xsd:string"/> |
| diagram | ![]() |
||
| children | limit | ||
| used by |
|
||
| source | <xsd:complexType name="limitationsType"> <xsd:sequence> <xsd:element name="limit" maxOccurs="unbounded"> <xsd:complexType> <xsd:complexContent> <xsd:extension base="limitType"/> </xsd:complexContent> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||||||
| type | extension of limitType | ||||||
| properties |
|
||||||
| children | limitation_id temperature category day_night_flag | ||||||
| source | <xsd:element name="limit" maxOccurs="unbounded"> <xsd:complexType> <xsd:complexContent> <xsd:extension base="limitType"/> </xsd:complexContent> </xsd:complexType> </xsd:element> |
| diagram | ![]() |
||
| children | limitation_id temperature category day_night_flag | ||
| used by |
|
||
| source | <xsd:complexType name="limitType"> <xsd:sequence> <xsd:element name="limitation_id" type="xsd:long"/> <xsd:element name="temperature"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="95"/> <xsd:enumeration value="86"/> <xsd:enumeration value="77"/> <xsd:enumeration value="68"/> <xsd:enumeration value="59"/> <xsd:enumeration value="50"/> <xsd:enumeration value="41"/> <xsd:enumeration value="32"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="category"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="loaddump"/> <xsd:enumeration value="longterm"/> <xsd:enumeration value="normal"/> <xsd:enumeration value="shortterm"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="day_night_flag"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="day"/> <xsd:enumeration value="night"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||
| type | xsd:long | ||
| properties |
|
||
| source | <xsd:element name="limitation_id" type="xsd:long"/> |
| diagram | ![]() |
|||||||||||||||||||||||||||
| type | restriction of xsd:string | |||||||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||||||
| source | <xsd:element name="temperature"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="95"/> <xsd:enumeration value="86"/> <xsd:enumeration value="77"/> <xsd:enumeration value="68"/> <xsd:enumeration value="59"/> <xsd:enumeration value="50"/> <xsd:enumeration value="41"/> <xsd:enumeration value="32"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
| diagram | ![]() |
|||||||||||||||
| type | restriction of xsd:string | |||||||||||||||
| properties |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| source | <xsd:element name="category"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="loaddump"/> <xsd:enumeration value="longterm"/> <xsd:enumeration value="normal"/> <xsd:enumeration value="shortterm"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
| diagram | ![]() |
|||||||||
| type | restriction of xsd:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| source | <xsd:element name="day_night_flag"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="day"/> <xsd:enumeration value="night"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
| diagram | ![]() |
||
| children | company company_ticket_id ticket_type reason_id interval_definition comment equipment_id transmission_equipment_end_id adjustment_list limitations | ||
| used by |
|
||
| source | <xsd:complexType name="newtermticType"> <xsd:sequence> <xsd:element name="company" type="xsd:long" minOccurs="0"/> <xsd:element name="company_ticket_id" type="xsd:string"/> <xsd:element name="ticket_type" type="ticket_typeType"/> <xsd:element name="reason_id" type="xsd:long"/> <xsd:element name="interval_definition" type="interval_definitionType"/> <xsd:element name="comment" type="xsd:string"/> <xsd:choice> <xsd:element name="equipment_id" type="xsd:long"/> <xsd:element name="transmission_equipment_end_id" type="xsd:long"/> </xsd:choice> <xsd:element name="adjustment_list" type="adjustment_listType" minOccurs="0"/> <xsd:element name="limitations" type="limitationsType" minOccurs="0"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||||||
| type | xsd:long | ||||||
| properties |
|
||||||
| source | <xsd:element name="company" type="xsd:long" minOccurs="0"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="company_ticket_id" type="xsd:string"/> |
| diagram | ![]() |
||||||||||||||||||
| type | ticket_typeType | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xsd:element name="ticket_type" type="ticket_typeType"/> |
| diagram | ![]() |
||
| type | xsd:long | ||
| properties |
|
||
| source | <xsd:element name="reason_id" type="xsd:long"/> |
| diagram | ![]() |
||
| type | interval_definitionType | ||
| properties |
|
||
| children | interval_start interval_end | ||
| source | <xsd:element name="interval_definition" type="interval_definitionType"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="comment" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:long | ||
| properties |
|
||
| source | <xsd:element name="equipment_id" type="xsd:long"/> |
| diagram | ![]() |
||
| type | xsd:long | ||
| properties |
|
||
| source | <xsd:element name="transmission_equipment_end_id" type="xsd:long"/> |
| diagram | ![]() |
||||||
| type | adjustment_listType | ||||||
| properties |
|
||||||
| children | adjustment | ||||||
| source | <xsd:element name="adjustment_list" type="adjustment_listType" minOccurs="0"/> |
| diagram | ![]() |
||||||
| type | limitationsType | ||||||
| properties |
|
||||||
| children | limit | ||||||
| source | <xsd:element name="limitations" type="limitationsType" minOccurs="0"/> |
| diagram | ![]() |
||||||||||||||||||
| used by |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xsd:complexType name="ticket_typeType"> <xsd:attribute name="implementation" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="planned"/> <xsd:enumeration value="immediate"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="type" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="permanent"/> <xsd:enumeration value="temporary"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> |
| type | restriction of xsd:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| source | <xsd:attribute name="implementation" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="planned"/> <xsd:enumeration value="immediate"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |
| type | restriction of xsd:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| source | <xsd:attribute name="type" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="permanent"/> <xsd:enumeration value="temporary"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |