Schema termrxb.xsd


schema location
attributeFormDefault
elementFormDefault
 
Elements  Complex types 
edart  adjustmentType 


element edart
diagram termrxb_p1.png
properties
content complex
children facility
source <xs:element name="edart">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="facility" minOccurs="0" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="company" type="xs:string"/>
           
<xs:element name="type" type="xs:string"/>
           
<xs:element name="station" type="xs:string"/>
           
<xs:element name="voltage" type="xs:string"/>
           
<xs:element name="equipment" type="xs:string"/>
           
<xs:element name="adjustment">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="r" type="adjustmentType"/>
                 
<xs:element name="x" type="adjustmentType"/>
                 
<xs:element name="b" type="adjustmentType"/>
                 
<xs:element name="comment" type="xs:string"/>
                 
<xs:element name="pjmComment" type="xs:string"/>
                 
<xs:element name="status" type="xs:string"/>
                 
<xs:element name="lastUpdated" type="xs:string"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="adjustmentHistory" minOccurs="0">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="history" minOccurs="0" maxOccurs="unbounded">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="status" type="xs:string"/>
                       
<xs:element name="userId" type="xs:string"/>
                       
<xs:element name="timestamp" type="xs:string"/>
                     
</xs:sequence>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element edart/facility
diagram termrxb_p2.png
properties
minOcc 0
maxOcc unbounded
content complex
children company type station voltage equipment adjustment adjustmentHistory
source <xs:element name="facility" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="company" type="xs:string"/>
     
<xs:element name="type" type="xs:string"/>
     
<xs:element name="station" type="xs:string"/>
     
<xs:element name="voltage" type="xs:string"/>
     
<xs:element name="equipment" type="xs:string"/>
     
<xs:element name="adjustment">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="r" type="adjustmentType"/>
           
<xs:element name="x" type="adjustmentType"/>
           
<xs:element name="b" type="adjustmentType"/>
           
<xs:element name="comment" type="xs:string"/>
           
<xs:element name="pjmComment" type="xs:string"/>
           
<xs:element name="status" type="xs:string"/>
           
<xs:element name="lastUpdated" type="xs:string"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="adjustmentHistory" minOccurs="0">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="history" minOccurs="0" maxOccurs="unbounded">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="status" type="xs:string"/>
                 
<xs:element name="userId" type="xs:string"/>
                 
<xs:element name="timestamp" type="xs:string"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element edart/facility/company
diagram termrxb_p3.png
type xs:string
properties
content simple
source <xs:element name="company" type="xs:string"/>

element edart/facility/type
diagram termrxb_p4.png
type xs:string
properties
content simple
source <xs:element name="type" type="xs:string"/>

element edart/facility/station
diagram termrxb_p5.png
type xs:string
properties
content simple
source <xs:element name="station" type="xs:string"/>

element edart/facility/voltage
diagram termrxb_p6.png
type xs:string
properties
content simple
source <xs:element name="voltage" type="xs:string"/>

element edart/facility/equipment
diagram termrxb_p7.png
type xs:string
properties
content simple
source <xs:element name="equipment" type="xs:string"/>

element edart/facility/adjustment
diagram termrxb_p8.png
properties
content complex
children r x b comment pjmComment status lastUpdated
source <xs:element name="adjustment">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="r" type="adjustmentType"/>
     
<xs:element name="x" type="adjustmentType"/>
     
<xs:element name="b" type="adjustmentType"/>
     
<xs:element name="comment" type="xs:string"/>
     
<xs:element name="pjmComment" type="xs:string"/>
     
<xs:element name="status" type="xs:string"/>
     
<xs:element name="lastUpdated" type="xs:string"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element edart/facility/adjustment/r
diagram termrxb_p9.png
type adjustmentType
properties
content complex
children initial adjusted percentDifference
source <xs:element name="r" type="adjustmentType"/>

element edart/facility/adjustment/x
diagram termrxb_p10.png
type adjustmentType
properties
content complex
children initial adjusted percentDifference
source <xs:element name="x" type="adjustmentType"/>

element edart/facility/adjustment/b
diagram termrxb_p11.png
type adjustmentType
properties
content complex
children initial adjusted percentDifference
source <xs:element name="b" type="adjustmentType"/>

element edart/facility/adjustment/comment
diagram termrxb_p12.png
type xs:string
properties
content simple
source <xs:element name="comment" type="xs:string"/>

element edart/facility/adjustment/pjmComment
diagram termrxb_p13.png
type xs:string
properties
content simple
source <xs:element name="pjmComment" type="xs:string"/>

element edart/facility/adjustment/status
diagram termrxb_p14.png
type xs:string
properties
content simple
source <xs:element name="status" type="xs:string"/>

element edart/facility/adjustment/lastUpdated
diagram termrxb_p15.png
type xs:string
properties
content simple
source <xs:element name="lastUpdated" type="xs:string"/>

element edart/facility/adjustmentHistory
diagram termrxb_p16.png
properties
minOcc 0
maxOcc 1
content complex
children history
source <xs:element name="adjustmentHistory" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="history" minOccurs="0" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="status" type="xs:string"/>
           
<xs:element name="userId" type="xs:string"/>
           
<xs:element name="timestamp" type="xs:string"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element edart/facility/adjustmentHistory/history
diagram termrxb_p17.png
properties
minOcc 0
maxOcc unbounded
content complex
children status userId timestamp
source <xs:element name="history" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="status" type="xs:string"/>
     
<xs:element name="userId" type="xs:string"/>
     
<xs:element name="timestamp" type="xs:string"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element edart/facility/adjustmentHistory/history/status
diagram termrxb_p18.png
type xs:string
properties
content simple
source <xs:element name="status" type="xs:string"/>

element edart/facility/adjustmentHistory/history/userId
diagram termrxb_p19.png
type xs:string
properties
content simple
source <xs:element name="userId" type="xs:string"/>

element edart/facility/adjustmentHistory/history/timestamp
diagram termrxb_p20.png
type xs:string
properties
content simple
source <xs:element name="timestamp" type="xs:string"/>

complexType adjustmentType
diagram termrxb_p21.png
children initial adjusted percentDifference
used by
elements edart/facility/adjustment/b edart/facility/adjustment/r edart/facility/adjustment/x
source <xs:complexType name="adjustmentType">
 
<xs:sequence>
   
<xs:element name="initial" type="xs:decimal"/>
   
<xs:element name="adjusted" type="xs:decimal"/>
   
<xs:element name="percentDifference" type="xs:double"/>
 
</xs:sequence>
</xs:complexType>

element adjustmentType/initial
diagram termrxb_p22.png
type xs:decimal
properties
content simple
source <xs:element name="initial" type="xs:decimal"/>

element adjustmentType/adjusted
diagram termrxb_p23.png
type xs:decimal
properties
content simple
source <xs:element name="adjusted" type="xs:decimal"/>

element adjustmentType/percentDifference
diagram termrxb_p24.png
type xs:double
properties
content simple
source <xs:element name="percentDifference" type="xs:double"/>


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