schema location: | |
attributeFormDefault: | |
elementFormDefault: | |
Elements |
edart |
equipment_information |
rating_list |
term_equipment_info |
term_equipment_list |
diagram | ![]() |
||
properties |
|
||
children | term_equipment_list | ||
source | <xs:element name="edart"> <xs:complexType> <xs:sequence> <xs:element ref="term_equipment_list"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | b1_name b2_name b3_name b3_text | ||
used by |
|
||
source | <xs:element name="equipment_information"> <xs:complexType> <xs:sequence> <xs:element name="b1_name" type="xs:string"/> <xs:element name="b2_name" type="xs:string"/> <xs:element name="b3_name" type="xs:string"/> <xs:element name="b3_text" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="b1_name" type="xs:string"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="b2_name" type="xs:string"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="b3_name" type="xs:string"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="b3_text" type="xs:string"/> |
diagram | ![]() |
||
properties |
|
||
children | temperature normal_day normal_night long_term_day long_term_night short_term_day short_term_night load_dump_day load_dump_night | ||
used by |
|
||
source | <xs:element name="rating_list"> <xs:complexType> <xs:sequence> <xs:element name="temperature" type="xs:string"/> <xs:element name="normal_day" type="xs:decimal"/> <xs:element name="normal_night" type="xs:decimal"/> <xs:element name="long_term_day" type="xs:decimal"/> <xs:element name="long_term_night" type="xs:decimal"/> <xs:element name="short_term_day" type="xs:decimal"/> <xs:element name="short_term_night" type="xs:decimal"/> <xs:element name="load_dump_day" type="xs:decimal"/> <xs:element name="load_dump_night" type="xs:decimal"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="temperature" type="xs:string"/> |
diagram | ![]() |
||
type | xs:decimal | ||
properties |
|
||
source | <xs:element name="normal_day" type="xs:decimal"/> |
diagram | ![]() |
||
type | xs:decimal | ||
properties |
|
||
source | <xs:element name="normal_night" type="xs:decimal"/> |
diagram | ![]() |
||
type | xs:decimal | ||
properties |
|
||
source | <xs:element name="long_term_day" type="xs:decimal"/> |
diagram | ![]() |
||
type | xs:decimal | ||
properties |
|
||
source | <xs:element name="long_term_night" type="xs:decimal"/> |
diagram | ![]() |
||
type | xs:decimal | ||
properties |
|
||
source | <xs:element name="short_term_day" type="xs:decimal"/> |
diagram | ![]() |
||
type | xs:decimal | ||
properties |
|
||
source | <xs:element name="short_term_night" type="xs:decimal"/> |
diagram | ![]() |
||
type | xs:decimal | ||
properties |
|
||
source | <xs:element name="load_dump_day" type="xs:decimal"/> |
diagram | ![]() |
||
type | xs:decimal | ||
properties |
|
||
source | <xs:element name="load_dump_night" type="xs:decimal"/> |
diagram | ![]() |
||
properties |
|
||
children | equipment_id ta_id company_name equipment_information type end_id charging_b notification_type rating_list | ||
used by |
|
||
source | <xs:element name="term_equipment_info"> <xs:complexType> <xs:sequence> <xs:element name="equipment_id" type="xs:decimal"/> <xs:element name="ta_id" type="xs:decimal"/> <xs:element name="company_name" type="xs:string" minOccurs="0"/> <xs:element ref="equipment_information" minOccurs="0"/> <xs:element name="type" type="xs:string"/> <xs:element name="end_id" type="xs:string"/> <xs:element name="charging_b" type="xs:decimal" minOccurs="0"/> <xs:element name="notification_type" type="xs:string" minOccurs="0"/> <xs:sequence minOccurs="0"> <xs:element ref="rating_list" maxOccurs="unbounded"/> </xs:sequence> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
type | xs:decimal | ||
properties |
|
||
source | <xs:element name="equipment_id" type="xs:decimal"/> |
diagram | ![]() |
||
type | xs:decimal | ||
properties |
|
||
source | <xs:element name="ta_id" type="xs:decimal"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="company_name" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="type" type="xs:string"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="end_id" type="xs:string"/> |
diagram | ![]() |
||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="charging_b" type="xs:decimal" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="notification_type" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
properties |
|
||
children | term_equipment_info | ||
used by |
|
||
source | <xs:element name="term_equipment_list"> <xs:complexType> <xs:sequence> <xs:element ref="term_equipment_info" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |