Schema termreview.xsd


schema location
attributeFormDefault
elementFormDefault qualified
 
Elements  Complex types 
edart  actual_datesType 
estimated_datesType 
interval_definitionType 
intervalType 
limitationsType 
limitType 
ratings_listType 
temperature_ratingsType 
termticreviewType 
ticket_typeType 


element edart
diagram termreview_p1.png
properties
content complex
children error warning reviewtermtic
source <xsd:element name="edart">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="error" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element name="warning" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element name="reviewtermtic" type="termticreviewType" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/error
diagram termreview_p2.png
type xsd:string
properties
minOcc 0
maxOcc unbounded
content simple
source <xsd:element name="error" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>

element edart/warning
diagram termreview_p3.png
type xsd:string
properties
minOcc 0
maxOcc unbounded
content simple
source <xsd:element name="warning" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>

element edart/reviewtermtic
diagram termreview_p4.png
type termticreviewType
properties
minOcc 0
maxOcc unbounded
content complex
children group_name pjm_ticket_id company_ticket_id ticket_status ticket_type reason_id reason estimated_dates actual_dates comment pjm_comment equipment_id impedance_r impedance_x congestion_status charging_b dynamic_flag directional_relay postContingency breaker_to_breaker internal_tie external_tie adjustment_list limitations fileAttachmentCount fileList fileAttachments
source <xsd:element name="reviewtermtic" type="termticreviewType" minOccurs="0" maxOccurs="unbounded"/>

complexType actual_datesType
diagram termreview_p5.png
children interval_definition
used by
element termticreviewType/actual_dates
source <xsd:complexType name="actual_datesType">
 
<xsd:sequence>
   
<xsd:element name="interval_definition" type="interval_definitionType"/>
 
</xsd:sequence>
</xsd:complexType>

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

complexType estimated_datesType
diagram termreview_p7.png
children interval_definition
used by
element termticreviewType/estimated_dates
source <xsd:complexType name="estimated_datesType">
 
<xsd:sequence>
   
<xsd:element name="interval_definition" type="interval_definitionType"/>
 
</xsd:sequence>
</xsd:complexType>

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

complexType interval_definitionType
diagram termreview_p9.png
children interval_start interval_end
used by
elements actual_datesType/interval_definition estimated_datesType/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 termreview_p10.png
type intervalType
properties
content complex
children date time
source <xsd:element name="interval_start" type="intervalType"/>

element interval_definitionType/interval_end
diagram termreview_p11.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 termreview_p12.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 termreview_p13.png
type xsd:string
properties
content simple
source <xsd:element name="date" type="xsd:string"/>

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

complexType limitationsType
diagram termreview_p15.png
children limit
used by
element termticreviewType/limitations
source <xsd:complexType name="limitationsType">
 
<xsd:sequence>
   
<xsd:element name="limit" type="limitType" maxOccurs="unbounded"/>
 
</xsd:sequence>
</xsd:complexType>

element limitationsType/limit
diagram termreview_p16.png
type limitType
properties
minOcc 1
maxOcc unbounded
content complex
children limitation_id temperature category day_night_flag
source <xsd:element name="limit" type="limitType" maxOccurs="unbounded"/>

complexType limitType
diagram termreview_p17.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:string"/>
   
<xsd:element name="temperature" type="xsd:string"/>
   
<xsd:element name="category">
     
<xsd:simpleType>
       
<xsd:restriction base="xsd:string">
         
<xsd:enumeration value="all"/>
         
<xsd:enumeration value="normal"/>
         
<xsd:enumeration value="longterm"/>
         
<xsd:enumeration value="shortterm"/>
         
<xsd:enumeration value="loaddump"/>
       
</xsd:restriction>
     
</xsd:simpleType>
   
</xsd:element>
   
<xsd:element name="day_night_flag">
     
<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>
 
</xsd:sequence>
</xsd:complexType>

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

element limitType/temperature
diagram termreview_p19.png
type xsd:string
properties
content simple
source <xsd:element name="temperature" type="xsd:string"/>

element limitType/category
diagram termreview_p20.png
type restriction of xsd:string
properties
content simple
facets
Kind Value Annotation
enumeration all
enumeration normal
enumeration longterm
enumeration shortterm
enumeration loaddump
source <xsd:element name="category">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="all"/>
     
<xsd:enumeration value="normal"/>
     
<xsd:enumeration value="longterm"/>
     
<xsd:enumeration value="shortterm"/>
     
<xsd:enumeration value="loaddump"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

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

complexType ratings_listType
diagram termreview_p22.png
children temperature category day_night_flag current_value default_value
used by
element temperature_ratingsType/adjustment
source <xsd:complexType name="ratings_listType">
 
<xsd:sequence>
   
<xsd:element name="temperature" type="xsd:string"/>
   
<xsd:element name="category" type="xsd:string"/>
   
<xsd:element name="day_night_flag" type="xsd:string"/>
   
<xsd:element name="current_value" type="xsd:string"/>
   
<xsd:element name="default_value" type="xsd:string"/>
 
</xsd:sequence>
</xsd:complexType>

element ratings_listType/temperature
diagram termreview_p23.png
type xsd:string
properties
content simple
source <xsd:element name="temperature" type="xsd:string"/>

element ratings_listType/category
diagram termreview_p24.png
type xsd:string
properties
content simple
source <xsd:element name="category" type="xsd:string"/>

element ratings_listType/day_night_flag
diagram termreview_p25.png
type xsd:string
properties
content simple
source <xsd:element name="day_night_flag" type="xsd:string"/>

element ratings_listType/current_value
diagram termreview_p26.png
type xsd:string
properties
content simple
source <xsd:element name="current_value" type="xsd:string"/>

element ratings_listType/default_value
diagram termreview_p27.png
type xsd:string
properties
content simple
source <xsd:element name="default_value" type="xsd:string"/>

complexType temperature_ratingsType
diagram termreview_p28.png
children adjustment
used by
element termticreviewType/adjustment_list
source <xsd:complexType name="temperature_ratingsType">
 
<xsd:sequence>
   
<xsd:element name="adjustment" type="ratings_listType" maxOccurs="unbounded"/>
 
</xsd:sequence>
</xsd:complexType>

element temperature_ratingsType/adjustment
diagram termreview_p29.png
type ratings_listType
properties
minOcc 1
maxOcc unbounded
content complex
children temperature category day_night_flag current_value default_value
source <xsd:element name="adjustment" type="ratings_listType" maxOccurs="unbounded"/>

complexType termticreviewType
diagram termreview_p30.png
children group_name pjm_ticket_id company_ticket_id ticket_status ticket_type reason_id reason estimated_dates actual_dates comment pjm_comment equipment_id impedance_r impedance_x congestion_status charging_b dynamic_flag directional_relay postContingency breaker_to_breaker internal_tie external_tie adjustment_list limitations fileAttachmentCount fileList fileAttachments
used by
element edart/reviewtermtic
source <xsd:complexType name="termticreviewType">
 
<xsd:sequence>
   
<xsd:element name="group_name" type="xsd:string" minOccurs="0"/>
   
<xsd:element name="pjm_ticket_id" type="xsd:string"/>
   
<xsd:element name="company_ticket_id" type="xsd:string" minOccurs="0"/>
   
<xsd:element name="ticket_status" type="xsd:string"/>
   
<xsd:element name="ticket_type" type="ticket_typeType"/>
   
<xsd:element name="reason_id" type="xsd:string"/>
   
<xsd:element name="reason" type="xsd:string"/>
   
<xsd:element name="estimated_dates" type="estimated_datesType"/>
   
<xsd:element name="actual_dates" type="actual_datesType" minOccurs="0"/>
   
<xsd:element name="comment" type="xsd:string"/>
   
<xsd:element name="pjm_comment" type="xsd:string" minOccurs="0"/>
   
<xsd:element name="equipment_id" type="xsd:long"/>
   
<xsd:element name="impedance_r" type="xsd:decimal"/>
   
<xsd:element name="impedance_x" type="xsd:decimal"/>
   
<xsd:element name="congestion_status" type="xsd:string"/>
   
<xsd:element name="charging_b" type="xsd:decimal"/>
   
<xsd:element name="dynamic_flag" type="xsd:boolean"/>
   
<xsd:element name="directional_relay" type="xsd:boolean" minOccurs="0"/>
   
<xsd:element name="postContingency" type="xsd:boolean" minOccurs="0"/>
   
<xsd:element name="breaker_to_breaker" type="xsd:boolean" minOccurs="0"/>
   
<xsd:element name="internal_tie" type="xsd:boolean"/>
   
<xsd:element name="external_tie" type="xsd:boolean"/>
   
<xsd:element name="adjustment_list" type="temperature_ratingsType"/>
   
<xsd:element name="limitations" type="limitationsType"/>
   
<xsd:element name="fileAttachmentCount" type="xsd:unsignedInt" minOccurs="0"/>
   
<xsd:element name="fileList" minOccurs="0">
     
<xsd:complexType>
       
<xsd:sequence>
         
<xsd:element name="file" maxOccurs="unbounded">
           
<xsd:complexType>
             
<xsd:sequence>
               
<xsd:element name="fileName" type="xsd:string"/>
               
<xsd:element name="fileTimestamp" type="xsd:string"/>
             
</xsd:sequence>
           
</xsd:complexType>
         
</xsd:element>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="fileAttachments" minOccurs="0">
     
<xsd:complexType>
       
<xsd:sequence>
         
<xsd:element name="pjm_ticket_id" type="xsd:long"/>
         
<xsd:element name="company_ticket_id" type="xsd:string"/>
         
<xsd:element name="file_attachment_count" type="xsd:long"/>
         
<xsd:element name="attachment" type="xsd:string" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element termticreviewType/group_name
diagram termreview_p31.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="group_name" type="xsd:string" minOccurs="0"/>

element termticreviewType/pjm_ticket_id
diagram termreview_p32.png
type xsd:string
properties
content simple
source <xsd:element name="pjm_ticket_id" type="xsd:string"/>

element termticreviewType/company_ticket_id
diagram termreview_p33.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="company_ticket_id" type="xsd:string" minOccurs="0"/>

element termticreviewType/ticket_status
diagram termreview_p34.png
type xsd:string
properties
content simple
source <xsd:element name="ticket_status" type="xsd:string"/>

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

element termticreviewType/reason_id
diagram termreview_p36.png
type xsd:string
properties
content simple
source <xsd:element name="reason_id" type="xsd:string"/>

element termticreviewType/reason
diagram termreview_p37.png
type xsd:string
properties
content simple
source <xsd:element name="reason" type="xsd:string"/>

element termticreviewType/estimated_dates
diagram termreview_p38.png
type estimated_datesType
properties
content complex
children interval_definition
source <xsd:element name="estimated_dates" type="estimated_datesType"/>

element termticreviewType/actual_dates
diagram termreview_p39.png
type actual_datesType
properties
minOcc 0
maxOcc 1
content complex
children interval_definition
source <xsd:element name="actual_dates" type="actual_datesType" minOccurs="0"/>

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

element termticreviewType/pjm_comment
diagram termreview_p41.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="pjm_comment" type="xsd:string" minOccurs="0"/>

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

element termticreviewType/impedance_r
diagram termreview_p43.png
type xsd:decimal
properties
content simple
source <xsd:element name="impedance_r" type="xsd:decimal"/>

element termticreviewType/impedance_x
diagram termreview_p44.png
type xsd:decimal
properties
content simple
source <xsd:element name="impedance_x" type="xsd:decimal"/>

element termticreviewType/congestion_status
diagram termreview_p45.png
type xsd:string
properties
content simple
source <xsd:element name="congestion_status" type="xsd:string"/>

element termticreviewType/charging_b
diagram termreview_p46.png
type xsd:decimal
properties
content simple
source <xsd:element name="charging_b" type="xsd:decimal"/>

element termticreviewType/dynamic_flag
diagram termreview_p47.png
type xsd:boolean
properties
content simple
source <xsd:element name="dynamic_flag" type="xsd:boolean"/>

element termticreviewType/directional_relay
diagram termreview_p48.png
type xsd:boolean
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="directional_relay" type="xsd:boolean" minOccurs="0"/>

element termticreviewType/postContingency
diagram termreview_p49.png
type xsd:boolean
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="postContingency" type="xsd:boolean" minOccurs="0"/>

element termticreviewType/breaker_to_breaker
diagram termreview_p50.png
type xsd:boolean
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="breaker_to_breaker" type="xsd:boolean" minOccurs="0"/>

element termticreviewType/internal_tie
diagram termreview_p51.png
type xsd:boolean
properties
content simple
source <xsd:element name="internal_tie" type="xsd:boolean"/>

element termticreviewType/external_tie
diagram termreview_p52.png
type xsd:boolean
properties
content simple
source <xsd:element name="external_tie" type="xsd:boolean"/>

element termticreviewType/adjustment_list
diagram termreview_p53.png
type temperature_ratingsType
properties
content complex
children adjustment
source <xsd:element name="adjustment_list" type="temperature_ratingsType"/>

element termticreviewType/limitations
diagram termreview_p54.png
type limitationsType
properties
content complex
children limit
source <xsd:element name="limitations" type="limitationsType"/>

element termticreviewType/fileAttachmentCount
diagram termreview_p55.png
type xsd:unsignedInt
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="fileAttachmentCount" type="xsd:unsignedInt" minOccurs="0"/>

element termticreviewType/fileList
diagram termreview_p56.png
properties
minOcc 0
maxOcc 1
content complex
children file
source <xsd:element name="fileList" minOccurs="0">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="file" maxOccurs="unbounded">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="fileName" type="xsd:string"/>
           
<xsd:element name="fileTimestamp" type="xsd:string"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element termticreviewType/fileList/file
diagram termreview_p57.png
properties
minOcc 1
maxOcc unbounded
content complex
children fileName fileTimestamp
source <xsd:element name="file" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="fileName" type="xsd:string"/>
     
<xsd:element name="fileTimestamp" type="xsd:string"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element termticreviewType/fileList/file/fileName
diagram termreview_p58.png
type xsd:string
properties
content simple
source <xsd:element name="fileName" type="xsd:string"/>

element termticreviewType/fileList/file/fileTimestamp
diagram termreview_p59.png
type xsd:string
properties
content simple
source <xsd:element name="fileTimestamp" type="xsd:string"/>

element termticreviewType/fileAttachments
diagram termreview_p60.png
properties
minOcc 0
maxOcc 1
content complex
children pjm_ticket_id company_ticket_id file_attachment_count attachment
source <xsd:element name="fileAttachments" minOccurs="0">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="pjm_ticket_id" type="xsd:long"/>
     
<xsd:element name="company_ticket_id" type="xsd:string"/>
     
<xsd:element name="file_attachment_count" type="xsd:long"/>
     
<xsd:element name="attachment" type="xsd:string" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element termticreviewType/fileAttachments/pjm_ticket_id
diagram termreview_p61.png
type xsd:long
properties
content simple
source <xsd:element name="pjm_ticket_id" type="xsd:long"/>

element termticreviewType/fileAttachments/company_ticket_id
diagram termreview_p62.png
type xsd:string
properties
content simple
source <xsd:element name="company_ticket_id" type="xsd:string"/>

element termticreviewType/fileAttachments/file_attachment_count
diagram termreview_p63.png
type xsd:long
properties
content simple
source <xsd:element name="file_attachment_count" type="xsd:long"/>

element termticreviewType/fileAttachments/attachment
diagram termreview_p64.png
type xsd:string
properties
minOcc 1
maxOcc unbounded
content simple
source <xsd:element name="attachment" type="xsd:string" maxOccurs="unbounded"/>

complexType ticket_typeType
diagram termreview_p65.png
used by
element termticreviewType/ticket_type
attributes
Name  Type  Use  Default  Fixed  Annotation
implementation  xsd:string  required      
type  xsd:string  required      
source <xsd:complexType name="ticket_typeType">
 
<xsd:attribute name="implementation" type="xsd:string" use="required"/>
 
<xsd:attribute name="type" type="xsd:string" use="required"/>
</xsd:complexType>

attribute ticket_typeType/@implementation
type xsd:string
properties
use required
source <xsd:attribute name="implementation" type="xsd:string" use="required"/>

attribute ticket_typeType/@type
type xsd:string
properties
use required
source <xsd:attribute name="type" type="xsd:string" use="required"/>


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