Schema termcreate.xsd


schema location
attributeFormDefault
elementFormDefault qualified
 
Elements  Complex types 
edart  adjustment_listType 
adjustmentType 
interval_definitionType 
intervalType 
limitationsType 
limitType 
newtermticType 
ticket_typeType 


element edart
diagram termcreate_p1.png
properties
content complex
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>

element edart/newtermtic
diagram termcreate_p2.png
type newtermticType
properties
minOcc 1
maxOcc unbounded
content complex
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"/>

complexType adjustment_listType
diagram termcreate_p3.png
children adjustment
used by
element newtermticType/adjustment_list
source <xsd:complexType name="adjustment_listType">
 
<xsd:sequence>
   
<xsd:element name="adjustment" type="adjustmentType" maxOccurs="unbounded"/>
 
</xsd:sequence>
</xsd:complexType>

element adjustment_listType/adjustment
diagram termcreate_p4.png
type adjustmentType
properties
minOcc 1
maxOcc unbounded
content complex
children temperature category day_night_flag adjustment_value
source <xsd:element name="adjustment" type="adjustmentType" maxOccurs="unbounded"/>

complexType adjustmentType
diagram termcreate_p5.png
children temperature category day_night_flag adjustment_value
used by
element adjustment_listType/adjustment
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>

element adjustmentType/temperature
diagram termcreate_p6.png
type restriction of xsd:string
properties
content simple
facets
Kind Value Annotation
enumeration 95
enumeration 86
enumeration 77
enumeration 68
enumeration 59
enumeration 50
enumeration 41
enumeration 32
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>

element adjustmentType/category
diagram termcreate_p7.png
type restriction of xsd:string
properties
content simple
facets
Kind Value Annotation
enumeration loaddump
enumeration longterm
enumeration normal
enumeration shortterm
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>

element adjustmentType/day_night_flag
diagram termcreate_p8.png
type restriction of xsd:string
properties
content simple
facets
Kind Value Annotation
enumeration day
enumeration night
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>

element adjustmentType/adjustment_value
diagram termcreate_p9.png
type xsd:string
properties
content simple
source <xsd:element name="adjustment_value" type="xsd:string"/>

complexType interval_definitionType
diagram termcreate_p10.png
children interval_start interval_end
used by
element newtermticType/interval_definition
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>

element interval_definitionType/interval_start
diagram termcreate_p11.png
type intervalType
properties
content complex
children date time
source <xsd:element name="interval_start" type="intervalType"/>

element interval_definitionType/interval_end
diagram termcreate_p12.png
type intervalType
properties
minOcc 0
maxOcc 1
content complex
children date time
source <xsd:element name="interval_end" type="intervalType" minOccurs="0"/>

complexType intervalType
diagram termcreate_p13.png
children date time
used by
elements interval_definitionType/interval_end interval_definitionType/interval_start
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>

element intervalType/date
diagram termcreate_p14.png
type xsd:string
properties
content simple
source <xsd:element name="date" type="xsd:string"/>

element intervalType/time
diagram termcreate_p15.png
type xsd:string
properties
content simple
source <xsd:element name="time" type="xsd:string"/>

complexType limitationsType
diagram termcreate_p16.png
children limit
used by
element newtermticType/limitations
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>

element limitationsType/limit
diagram termcreate_p17.png
type extension of limitType
properties
minOcc 1
maxOcc unbounded
content complex
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>

complexType limitType
diagram termcreate_p18.png
children limitation_id temperature category day_night_flag
used by
element limitationsType/limit
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>

element limitType/limitation_id
diagram termcreate_p19.png
type xsd:long
properties
content simple
source <xsd:element name="limitation_id" type="xsd:long"/>

element limitType/temperature
diagram termcreate_p20.png
type restriction of xsd:string
properties
content simple
facets
Kind Value Annotation
enumeration 95
enumeration 86
enumeration 77
enumeration 68
enumeration 59
enumeration 50
enumeration 41
enumeration 32
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>

element limitType/category
diagram termcreate_p21.png
type restriction of xsd:string
properties
content simple
facets
Kind Value Annotation
enumeration loaddump
enumeration longterm
enumeration normal
enumeration shortterm
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>

element limitType/day_night_flag
diagram termcreate_p22.png
type restriction of xsd:string
properties
content simple
facets
Kind Value Annotation
enumeration day
enumeration night
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>

complexType newtermticType
diagram termcreate_p23.png
children company company_ticket_id ticket_type reason_id interval_definition comment equipment_id transmission_equipment_end_id adjustment_list limitations
used by
element edart/newtermtic
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>

element newtermticType/company
diagram termcreate_p24.png
type xsd:long
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="company" type="xsd:long" minOccurs="0"/>

element newtermticType/company_ticket_id
diagram termcreate_p25.png
type xsd:string
properties
content simple
source <xsd:element name="company_ticket_id" type="xsd:string"/>

element newtermticType/ticket_type
diagram termcreate_p26.png
type ticket_typeType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
implementation  derived by: xsd:string  required      
type  derived by: xsd:string  required      
source <xsd:element name="ticket_type" type="ticket_typeType"/>

element newtermticType/reason_id
diagram termcreate_p27.png
type xsd:long
properties
content simple
source <xsd:element name="reason_id" type="xsd:long"/>

element newtermticType/interval_definition
diagram termcreate_p28.png
type interval_definitionType
properties
content complex
children interval_start interval_end
source <xsd:element name="interval_definition" type="interval_definitionType"/>

element newtermticType/comment
diagram termcreate_p29.png
type xsd:string
properties
content simple
source <xsd:element name="comment" type="xsd:string"/>

element newtermticType/equipment_id
diagram termcreate_p30.png
type xsd:long
properties
content simple
source <xsd:element name="equipment_id" type="xsd:long"/>

element newtermticType/transmission_equipment_end_id
diagram termcreate_p31.png
type xsd:long
properties
content simple
source <xsd:element name="transmission_equipment_end_id" type="xsd:long"/>

element newtermticType/adjustment_list
diagram termcreate_p32.png
type adjustment_listType
properties
minOcc 0
maxOcc 1
content complex
children adjustment
source <xsd:element name="adjustment_list" type="adjustment_listType" minOccurs="0"/>

element newtermticType/limitations
diagram termcreate_p33.png
type limitationsType
properties
minOcc 0
maxOcc 1
content complex
children limit
source <xsd:element name="limitations" type="limitationsType" minOccurs="0"/>

complexType ticket_typeType
diagram termcreate_p34.png
used by
element newtermticType/ticket_type
attributes
Name  Type  Use  Default  Fixed  Annotation
implementation  derived by: xsd:string  required      
type  derived by: xsd:string  required      
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>

attribute ticket_typeType/@implementation
type restriction of xsd:string
properties
use required
facets
Kind Value Annotation
enumeration planned
enumeration immediate
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>

attribute ticket_typeType/@type
type restriction of xsd:string
properties
use required
facets
Kind Value Annotation
enumeration permanent
enumeration temporary
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy