| schema location: | P:\eDartXML\termcreate.xsd |
| diagram | |||
| type | xsd:positiveInteger | ||
| properties |
| ||
| used by |
| ||
| source | <xsd:element name="adjustment_value" type="xsd:positiveInteger"/> |
| diagram | |||||||||
| type | restriction of xsd:string | ||||||||
| properties |
| ||||||||
| used by |
| ||||||||
| 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 | xsd:string | ||
| properties |
| ||
| used by |
| ||
| source | <xsd:element name="comment" type="xsd:string"/> |
| diagram | |||
| type | xsd:positiveInteger | ||
| properties |
| ||
| used by |
| ||
| source | <xsd:element name="company" type="xsd:positiveInteger"/> |
| diagram | |||
| type | xsd:string | ||
| properties |
| ||
| used by |
| ||
| source | <xsd:element name="company_ticket_id" type="xsd:string"/> |
| diagram | |||
| type | xsd:date | ||
| properties |
| ||
| used by |
| ||
| source | <xsd:element name="date" type="xsd:date"/> |
| diagram | |||||
| type | restriction of xsd:string | ||||
| properties |
| ||||
| used by |
| ||||
| 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 | |||
| properties |
| ||
| children | newtermtic | ||
| source | <xsd:element name="edart"> <xsd:complexType> <xsd:sequence> <xsd:element name="newtermtic" maxOccurs="unbounded"> <xsd:complexType> <xsd:complexContent> <xsd:extension base="newtermticType"/> </xsd:complexContent> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType></xsd:element> |
| diagram | ![]() | ||||
| type | extension of 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" maxOccurs="unbounded"> <xsd:complexType> <xsd:complexContent> <xsd:extension base="newtermticType"/> </xsd:complexContent> </xsd:complexType></xsd:element> |
| diagram | |||
| type | xsd:positiveInteger | ||
| properties |
| ||
| used by |
| ||
| source | <xsd:element name="equipment_id" type="xsd:positiveInteger"/> |
| diagram | |||
| type | xsd:positiveInteger | ||
| properties |
| ||
| used by |
| ||
| source | <xsd:element name="limitation_id" type="xsd:positiveInteger"/> |
| diagram | |||
| type | xsd:positiveInteger | ||
| properties |
| ||
| used by |
| ||
| source | <xsd:element name="reason_id" type="xsd:positiveInteger"/> |
| diagram | |||||||||||||||||
| type | restriction of xsd:string | ||||||||||||||||
| properties |
| ||||||||||||||||
| used by |
| ||||||||||||||||
| 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:time | ||
| properties |
| ||
| used by |
| ||
| source | <xsd:element name="time"> <xsd:simpleType> <xsd:restriction base="xsd:time"/> </xsd:simpleType></xsd:element> |
| diagram | |||||||
| type | restriction of xsd:string | ||||||
| properties |
| ||||||
| facets |
| ||||||
| source | <xsd:element name="time_of_day"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="both"/> <xsd:enumeration value="day"/> <xsd:enumeration value="night"/> </xsd:restriction> </xsd:simpleType></xsd:element> |
| 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 ref="temperature"/> <xsd:element ref="category"/> <xsd:element ref="day_night_flag"/> <xsd:element ref="adjustment_value"/> </xsd:sequence></xsd:complexType> |
| diagram | ![]() | ||
| children | interval_start interval_end | ||
| used by |
| ||
| source | <xsd:complexType name="interval_definitionType"> <xsd:sequence> <xsd:element name="interval_start" type="interval_startType"/> <xsd:element name="interval_end" type="interval_endType" minOccurs="0"/> </xsd:sequence></xsd:complexType> |
| diagram | ![]() | ||||
| type | interval_startType | ||||
| properties |
| ||||
| children | date time | ||||
| source | <xsd:element name="interval_start" type="interval_startType"/> |
| diagram | ![]() | ||||
| type | interval_endType | ||||
| properties |
| ||||
| children | date time | ||||
| source | <xsd:element name="interval_end" type="interval_endType" minOccurs="0"/> |
| diagram | ![]() | ||
| children | date time | ||
| used by |
| ||
| source | <xsd:complexType name="interval_endType"> <xsd:sequence> <xsd:element ref="date"/> <xsd:element ref="time"/> </xsd:sequence></xsd:complexType> |
| diagram | ![]() | ||
| children | date time | ||
| used by |
| ||
| source | <xsd:complexType name="interval_startType"> <xsd:sequence> <xsd:element ref="date"/> <xsd:element ref="time"/> </xsd:sequence></xsd:complexType> |
| diagram | |||
| children | limit | ||
| used by |
| ||
| source | <xsd:complexType name="limitationsType"> <xsd:sequence> <xsd:element name="limit" type="limitType" maxOccurs="unbounded"/> </xsd:sequence></xsd:complexType> |
| diagram | ![]() | ||||||
| type | limitType | ||||||
| properties |
| ||||||
| children | limitation_id temperature category day_night_flag | ||||||
| source | <xsd:element name="limit" type="limitType" maxOccurs="unbounded"/> |
| diagram | ![]() | ||
| properties |
| ||
| children | limitation_id temperature category day_night_flag | ||
| used by |
| ||
| source | <xsd:complexType name="limitType" mixed="true"> <xsd:sequence> <xsd:element ref="limitation_id"/> <xsd:element ref="temperature"/> <xsd:element ref="category"/> <xsd:element ref="day_night_flag"/> </xsd:sequence></xsd:complexType> |
| 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 ref="company" minOccurs="0"/> <xsd:element ref="company_ticket_id"/> <xsd:element name="ticket_type" type="ticket_typeType"/> <xsd:element ref="reason_id"/> <xsd:element name="interval_definition" type="interval_definitionType"/> <xsd:element ref="comment"/> <xsd:choice> <xsd:element ref="equipment_id"/> <xsd:element name="transmission_equipment_end_id" type="xsd:positiveInteger"/> </xsd:choice> <xsd:element name="adjustment_list" type="adjustment_listType" minOccurs="0"/> <xsd:element name="limitations" type="limitationsType"/> </xsd:sequence></xsd:complexType> |
| diagram | |||||||||||||||||||
| type | ticket_typeType | ||||||||||||||||||
| properties |
| ||||||||||||||||||
| attributes |
| ||||||||||||||||||
| source | <xsd:element name="ticket_type" type="ticket_typeType"/> |
| diagram | ![]() | ||||
| type | interval_definitionType | ||||
| properties |
| ||||
| children | interval_start interval_end | ||||
| source | <xsd:element name="interval_definition" type="interval_definitionType"/> |
| diagram | |||||
| type | xsd:positiveInteger | ||||
| properties |
| ||||
| source | <xsd:element name="transmission_equipment_end_id" type="xsd:positiveInteger"/> |
| 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"/> |
| 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> |