Schema transticreview.xsd


schema location:  transticreview.xsd
attribute form default: 
element form default:  qualified
 
Elements 
date 
edart 
interval_definition 
time 


element date
diagram transticreview_p1.png
type xsd:date
properties
content simple
used by
elements interval_definition/interval_end interval_definition/interval_start
source <xsd:element name="date" type="xsd:date"/>

element edart
diagram transticreview_p2.png
properties
content complex
children transticreview
source <xsd:element name="edart">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="transticreview" maxOccurs="unbounded">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="company" minOccurs="0"/>
           
<xsd:element name="pjm_ticket_id" type="xsd:positiveInteger"/>
           
<xsd:element name="company_ticket_id" minOccurs="0">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:string">
                 
<xsd:minLength value="1"/>
                 
<xsd:maxLength value="30"/>
               
</xsd:restriction>
             
</xsd:simpleType>
           
</xsd:element>
           
<xsd:element name="company_ticket_id_1" minOccurs="0">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:string">
                 
<xsd:minLength value="1"/>
                 
<xsd:maxLength value="50"/>
               
</xsd:restriction>
             
</xsd:simpleType>
           
</xsd:element>
           
<xsd:element name="company_ticket_id_2" minOccurs="0">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:string">
                 
<xsd:minLength value="1"/>
                 
<xsd:maxLength value="50"/>
               
</xsd:restriction>
             
</xsd:simpleType>
           
</xsd:element>
           
<xsd:element name="company_ticket_id_3" minOccurs="0">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:string">
                 
<xsd:minLength value="1"/>
                 
<xsd:maxLength value="50"/>
               
</xsd:restriction>
             
</xsd:simpleType>
           
</xsd:element>
           
<xsd:element name="description" type="xsd:string"/>
           
<xsd:element name="pjm_comments" minOccurs="0">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:string"/>
             
</xsd:simpleType>
           
</xsd:element>
           
<xsd:element name="availability" type="xsd:string"/>
           
<xsd:element name="lock_status" type="xsd:string"/>
           
<xsd:element name="ticket_status">
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="status" type="xsd:string"/>
                 
<xsd:element name="submittime" type="xsd:string"/>
                 
<xsd:element name="submituser" type="xsd:string"/>
                 
<xsd:element name="receivedtime" type="xsd:string" minOccurs="0"/>
                 
<xsd:element name="receiveduser" type="xsd:string" minOccurs="0"/>
                 
<xsd:element name="revisedtime" type="xsd:string" minOccurs="0"/>
                 
<xsd:element name="reviseduser" type="xsd:string" minOccurs="0"/>
                 
<xsd:element name="activetime" minOccurs="0"/>
                 
<xsd:element name="activeuser" minOccurs="0"/>
                 
<xsd:element name="approvedtime" minOccurs="0"/>
                 
<xsd:element name="approveduser" minOccurs="0"/>
                 
<xsd:element name="cancelledbycompanytime" minOccurs="0"/>
                 
<xsd:element name="cancelledbycompanyuser" minOccurs="0"/>
                 
<xsd:element name="cancelledbypjmtime" minOccurs="0"/>
                 
<xsd:element name="cancelledbypjmuser" minOccurs="0"/>
                 
<xsd:element name="completedtime" minOccurs="0"/>
                 
<xsd:element name="completeduser" minOccurs="0"/>
                 
<xsd:element name="deniedtime" minOccurs="0"/>
                 
<xsd:element name="denieduser" minOccurs="0"/>
                 
<xsd:element name="plannedoutagetime" minOccurs="0"/>
                 
<xsd:element name="plannedoutageuser" minOccurs="0"/>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element ref="interval_definition"/>
           
<xsd:element name="outage_type">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:string">
                 
<xsd:enumeration value="DailyIncludingWeekends"/>
                 
<xsd:enumeration value="DailyNoWeekends"/>
                 
<xsd:enumeration value="DailyWeekendsOnly"/>
                 
<xsd:enumeration value="ContinuousNoWeekends"/>
                 
<xsd:enumeration value="Continuous"/>
                 
<xsd:enumeration value="EMS Tripped"/>
               
</xsd:restriction>
             
</xsd:simpleType>
           
</xsd:element>
           
<xsd:element name="ticket_type">
             
<xsd:complexType>
               
<xsd:attribute name="info" type="xsd:boolean" use="optional"/>
               
<xsd:attribute name="emergency" type="xsd:boolean" use="optional"/>
               
<xsd:attribute name="auto_reclose" type="xsd:boolean" use="optional"/>
               
<xsd:attribute name="potentially_incomplete" type="xsd:boolean"/>
               
<xsd:attribute name="directBilling" type="xsd:boolean"/>
               
<xsd:attribute name="directBillingDecline" type="xsd:boolean"/>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="equipment" maxOccurs="unbounded">
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="ta_id" type="xsd:positiveInteger"/>
                 
<xsd:element ref="interval_definition"/>
               
</xsd:sequence>
               
<xsd:attribute name="status" use="required">
                 
<xsd:simpleType>
                   
<xsd:restriction base="xsd:NMTOKEN">
                     
<xsd:enumeration value="C"/>
                     
<xsd:enumeration value="O"/>
                   
</xsd:restriction>
                 
</xsd:simpleType>
               
</xsd:attribute>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="active_dates" minOccurs="0" maxOccurs="unbounded">
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element ref="interval_definition"/>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="switch">
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="interval_definition">
                   
<xsd:complexType>
                     
<xsd:sequence>
                       
<xsd:element name="interval_start">
                         
<xsd:complexType>
                           
<xsd:sequence>
                             
<xsd:element name="date">
                               
<xsd:simpleType>
                                 
<xsd:restriction base="xsd:date"/>
                               
</xsd:simpleType>
                             
</xsd:element>
                             
<xsd:element name="time">
                               
<xsd:simpleType>
                                 
<xsd:restriction base="xsd:time"/>
                               
</xsd:simpleType>
                             
</xsd:element>
                           
</xsd:sequence>
                         
</xsd:complexType>
                       
</xsd:element>
                     
</xsd:sequence>
                   
</xsd:complexType>
                 
</xsd:element>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="congestionExpected" type="xsd:boolean" minOccurs="0"/>
           
<xsd:element name="submittedOnTime" type="xsd:boolean" minOccurs="0"/>
           
<xsd:element name="submitOnTimeComments" type="xsd:string" minOccurs="0"/>
           
<xsd:element name="vegetationFlag" type="xsd:boolean" minOccurs="0"/>
           
<xsd:element name="cause" type="xsd:int" maxOccurs="unbounded"/>
           
<xsd:element name="systemImpacts" minOccurs="0">
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="impact" maxOccurs="unbounded">
                   
<xsd:complexType>
                     
<xsd:sequence>
                       
<xsd:element name="impactTitle"/>
                       
<xsd:element name="impactDescription"/>
                     
</xsd:sequence>
                   
</xsd:complexType>
                 
</xsd:element>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="cutInFlag" type="xsd:string" minOccurs="0"/>
           
<xsd:element name="marketSensitiveFlag" type="xsd:boolean" minOccurs="0"/>
           
<xsd:element name="nerctads" minOccurs="0">
             
<xsd:complexType>
               
<xsd:choice>
                 
<xsd:element name="planned">
                   
<xsd:simpleType>
                     
<xsd:restriction base="xsd:string">
                       
<xsd:enumeration value="Maintenance and Construction"/>
                       
<xsd:enumeration value="Other Planned Outage"/>
                       
<xsd:enumeration value="Third Party Request"/>
                     
</xsd:restriction>
                   
</xsd:simpleType>
                 
</xsd:element>
                 
<xsd:element name="operational">
                   
<xsd:simpleType>
                     
<xsd:restriction base="xsd:string">
                       
<xsd:enumeration value="Emergency"/>
                       
<xsd:enumeration value="Other"/>
                       
<xsd:enumeration value="System Operation"/>
                       
<xsd:enumeration value="System Voltage"/>
                     
</xsd:restriction>
                   
</xsd:simpleType>
                 
</xsd:element>
                 
<xsd:element name="autoReclose">
                   
<xsd:complexType>
                     
<xsd:sequence>
                       
<xsd:element name="sharedCommonStructure" type="xsd:boolean" minOccurs="0"/>
                       
<xsd:element name="faultType">
                         
<xsd:simpleType>
                           
<xsd:restriction base="xsd:integer">
                             
<xsd:minInclusive value="0"/>
                             
<xsd:maxInclusive value="5"/>
                           
</xsd:restriction>
                         
</xsd:simpleType>
                       
</xsd:element>
                       
<xsd:element name="outageInitCode">
                         
<xsd:simpleType>
                           
<xsd:restriction base="xsd:integer">
                             
<xsd:minInclusive value="0"/>
                             
<xsd:maxInclusive value="5"/>
                           
</xsd:restriction>
                         
</xsd:simpleType>
                       
</xsd:element>
                       
<xsd:element name="initCauseCode">
                         
<xsd:simpleType>
                           
<xsd:restriction base="xsd:integer">
                             
<xsd:minInclusive value="0"/>
                             
<xsd:maxInclusive value="17"/>
                           
</xsd:restriction>
                         
</xsd:simpleType>
                       
</xsd:element>
                       
<xsd:element name="sustainedCauseCode">
                         
<xsd:simpleType>
                           
<xsd:restriction base="xsd:integer">
                             
<xsd:minInclusive value="0"/>
                             
<xsd:maxInclusive value="18"/>
                           
</xsd:restriction>
                         
</xsd:simpleType>
                       
</xsd:element>
                       
<xsd:element name="outageModeCode">
                         
<xsd:simpleType>
                           
<xsd:restriction base="xsd:integer">
                             
<xsd:minInclusive value="0"/>
                             
<xsd:maxInclusive value="5"/>
                           
</xsd:restriction>
                         
</xsd:simpleType>
                       
</xsd:element>
                     
</xsd:sequence>
                   
</xsd:complexType>
                 
</xsd:element>
               
</xsd:choice>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="datelogs" minOccurs="0">
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="datelog" minOccurs="0" maxOccurs="unbounded">
                   
<xsd:complexType>
                     
<xsd:sequence>
                       
<xsd:element ref="interval_definition"/>
                       
<xsd:element name="timestamp" type="xsd:string"/>
                       
<xsd:element name="currentFlag" type="xsd:integer"/>
                       
<xsd:element name="user" type="xsd:string"/>
                     
</xsd:sequence>
                   
</xsd:complexType>
                 
</xsd:element>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="rtepQueueNumber" type="xsd:integer" minOccurs="0"/>
           
<xsd:element name="directBilling" type="xsd:boolean" minOccurs="0"/>
           
<xsd:element name="directBillingDecline" type="xsd:boolean" minOccurs="0"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticreview
diagram transticreview_p3.png
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children company pjm_ticket_id company_ticket_id company_ticket_id_1 company_ticket_id_2 company_ticket_id_3 description pjm_comments availability lock_status ticket_status interval_definition outage_type ticket_type equipment active_dates switch congestionExpected submittedOnTime submitOnTimeComments vegetationFlag cause systemImpacts cutInFlag marketSensitiveFlag nerctads datelogs rtepQueueNumber directBilling directBillingDecline
source <xsd:element name="transticreview" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="company" minOccurs="0"/>
     
<xsd:element name="pjm_ticket_id" type="xsd:positiveInteger"/>
     
<xsd:element name="company_ticket_id" minOccurs="0">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:string">
           
<xsd:minLength value="1"/>
           
<xsd:maxLength value="30"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:element>
     
<xsd:element name="company_ticket_id_1" minOccurs="0">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:string">
           
<xsd:minLength value="1"/>
           
<xsd:maxLength value="50"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:element>
     
<xsd:element name="company_ticket_id_2" minOccurs="0">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:string">
           
<xsd:minLength value="1"/>
           
<xsd:maxLength value="50"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:element>
     
<xsd:element name="company_ticket_id_3" minOccurs="0">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:string">
           
<xsd:minLength value="1"/>
           
<xsd:maxLength value="50"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:element>
     
<xsd:element name="description" type="xsd:string"/>
     
<xsd:element name="pjm_comments" minOccurs="0">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:string"/>
       
</xsd:simpleType>
     
</xsd:element>
     
<xsd:element name="availability" type="xsd:string"/>
     
<xsd:element name="lock_status" type="xsd:string"/>
     
<xsd:element name="ticket_status">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="status" type="xsd:string"/>
           
<xsd:element name="submittime" type="xsd:string"/>
           
<xsd:element name="submituser" type="xsd:string"/>
           
<xsd:element name="receivedtime" type="xsd:string" minOccurs="0"/>
           
<xsd:element name="receiveduser" type="xsd:string" minOccurs="0"/>
           
<xsd:element name="revisedtime" type="xsd:string" minOccurs="0"/>
           
<xsd:element name="reviseduser" type="xsd:string" minOccurs="0"/>
           
<xsd:element name="activetime" minOccurs="0"/>
           
<xsd:element name="activeuser" minOccurs="0"/>
           
<xsd:element name="approvedtime" minOccurs="0"/>
           
<xsd:element name="approveduser" minOccurs="0"/>
           
<xsd:element name="cancelledbycompanytime" minOccurs="0"/>
           
<xsd:element name="cancelledbycompanyuser" minOccurs="0"/>
           
<xsd:element name="cancelledbypjmtime" minOccurs="0"/>
           
<xsd:element name="cancelledbypjmuser" minOccurs="0"/>
           
<xsd:element name="completedtime" minOccurs="0"/>
           
<xsd:element name="completeduser" minOccurs="0"/>
           
<xsd:element name="deniedtime" minOccurs="0"/>
           
<xsd:element name="denieduser" minOccurs="0"/>
           
<xsd:element name="plannedoutagetime" minOccurs="0"/>
           
<xsd:element name="plannedoutageuser" minOccurs="0"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element ref="interval_definition"/>
     
<xsd:element name="outage_type">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:string">
           
<xsd:enumeration value="DailyIncludingWeekends"/>
           
<xsd:enumeration value="DailyNoWeekends"/>
           
<xsd:enumeration value="DailyWeekendsOnly"/>
           
<xsd:enumeration value="ContinuousNoWeekends"/>
           
<xsd:enumeration value="Continuous"/>
           
<xsd:enumeration value="EMS Tripped"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:element>
     
<xsd:element name="ticket_type">
       
<xsd:complexType>
         
<xsd:attribute name="info" type="xsd:boolean" use="optional"/>
         
<xsd:attribute name="emergency" type="xsd:boolean" use="optional"/>
         
<xsd:attribute name="auto_reclose" type="xsd:boolean" use="optional"/>
         
<xsd:attribute name="potentially_incomplete" type="xsd:boolean"/>
         
<xsd:attribute name="directBilling" type="xsd:boolean"/>
         
<xsd:attribute name="directBillingDecline" type="xsd:boolean"/>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="equipment" maxOccurs="unbounded">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="ta_id" type="xsd:positiveInteger"/>
           
<xsd:element ref="interval_definition"/>
         
</xsd:sequence>
         
<xsd:attribute name="status" use="required">
           
<xsd:simpleType>
             
<xsd:restriction base="xsd:NMTOKEN">
               
<xsd:enumeration value="C"/>
               
<xsd:enumeration value="O"/>
             
</xsd:restriction>
           
</xsd:simpleType>
         
</xsd:attribute>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="active_dates" minOccurs="0" maxOccurs="unbounded">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element ref="interval_definition"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="switch">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="interval_definition">
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="interval_start">
                   
<xsd:complexType>
                     
<xsd:sequence>
                       
<xsd:element name="date">
                         
<xsd:simpleType>
                           
<xsd:restriction base="xsd:date"/>
                         
</xsd:simpleType>
                       
</xsd:element>
                       
<xsd:element name="time">
                         
<xsd:simpleType>
                           
<xsd:restriction base="xsd:time"/>
                         
</xsd:simpleType>
                       
</xsd:element>
                     
</xsd:sequence>
                   
</xsd:complexType>
                 
</xsd:element>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="congestionExpected" type="xsd:boolean" minOccurs="0"/>
     
<xsd:element name="submittedOnTime" type="xsd:boolean" minOccurs="0"/>
     
<xsd:element name="submitOnTimeComments" type="xsd:string" minOccurs="0"/>
     
<xsd:element name="vegetationFlag" type="xsd:boolean" minOccurs="0"/>
     
<xsd:element name="cause" type="xsd:int" maxOccurs="unbounded"/>
     
<xsd:element name="systemImpacts" minOccurs="0">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="impact" maxOccurs="unbounded">
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="impactTitle"/>
                 
<xsd:element name="impactDescription"/>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="cutInFlag" type="xsd:string" minOccurs="0"/>
     
<xsd:element name="marketSensitiveFlag" type="xsd:boolean" minOccurs="0"/>
     
<xsd:element name="nerctads" minOccurs="0">
       
<xsd:complexType>
         
<xsd:choice>
           
<xsd:element name="planned">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:string">
                 
<xsd:enumeration value="Maintenance and Construction"/>
                 
<xsd:enumeration value="Other Planned Outage"/>
                 
<xsd:enumeration value="Third Party Request"/>
               
</xsd:restriction>
             
</xsd:simpleType>
           
</xsd:element>
           
<xsd:element name="operational">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:string">
                 
<xsd:enumeration value="Emergency"/>
                 
<xsd:enumeration value="Other"/>
                 
<xsd:enumeration value="System Operation"/>
                 
<xsd:enumeration value="System Voltage"/>
               
</xsd:restriction>
             
</xsd:simpleType>
           
</xsd:element>
           
<xsd:element name="autoReclose">
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="sharedCommonStructure" type="xsd:boolean" minOccurs="0"/>
                 
<xsd:element name="faultType">
                   
<xsd:simpleType>
                     
<xsd:restriction base="xsd:integer">
                       
<xsd:minInclusive value="0"/>
                       
<xsd:maxInclusive value="5"/>
                     
</xsd:restriction>
                   
</xsd:simpleType>
                 
</xsd:element>
                 
<xsd:element name="outageInitCode">
                   
<xsd:simpleType>
                     
<xsd:restriction base="xsd:integer">
                       
<xsd:minInclusive value="0"/>
                       
<xsd:maxInclusive value="5"/>
                     
</xsd:restriction>
                   
</xsd:simpleType>
                 
</xsd:element>
                 
<xsd:element name="initCauseCode">
                   
<xsd:simpleType>
                     
<xsd:restriction base="xsd:integer">
                       
<xsd:minInclusive value="0"/>
                       
<xsd:maxInclusive value="17"/>
                     
</xsd:restriction>
                   
</xsd:simpleType>
                 
</xsd:element>
                 
<xsd:element name="sustainedCauseCode">
                   
<xsd:simpleType>
                     
<xsd:restriction base="xsd:integer">
                       
<xsd:minInclusive value="0"/>
                       
<xsd:maxInclusive value="18"/>
                     
</xsd:restriction>
                   
</xsd:simpleType>
                 
</xsd:element>
                 
<xsd:element name="outageModeCode">
                   
<xsd:simpleType>
                     
<xsd:restriction base="xsd:integer">
                       
<xsd:minInclusive value="0"/>
                       
<xsd:maxInclusive value="5"/>
                     
</xsd:restriction>
                   
</xsd:simpleType>
                 
</xsd:element>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
         
</xsd:choice>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="datelogs" minOccurs="0">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="datelog" minOccurs="0" maxOccurs="unbounded">
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element ref="interval_definition"/>
                 
<xsd:element name="timestamp" type="xsd:string"/>
                 
<xsd:element name="currentFlag" type="xsd:integer"/>
                 
<xsd:element name="user" type="xsd:string"/>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="rtepQueueNumber" type="xsd:integer" minOccurs="0"/>
     
<xsd:element name="directBilling" type="xsd:boolean" minOccurs="0"/>
     
<xsd:element name="directBillingDecline" type="xsd:boolean" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticreview/company
diagram transticreview_p4.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="company" minOccurs="0"/>

element edart/transticreview/pjm_ticket_id
diagram transticreview_p5.png
type xsd:positiveInteger
properties
isRef 0
content simple
source <xsd:element name="pjm_ticket_id" type="xsd:positiveInteger"/>

element edart/transticreview/company_ticket_id
diagram transticreview_p6.png
type restriction of xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 30 
source <xsd:element name="company_ticket_id" minOccurs="0">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:minLength value="1"/>
     
<xsd:maxLength value="30"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/company_ticket_id_1
diagram transticreview_p7.png
type restriction of xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 50 
source <xsd:element name="company_ticket_id_1" minOccurs="0">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:minLength value="1"/>
     
<xsd:maxLength value="50"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/company_ticket_id_2
diagram transticreview_p8.png
type restriction of xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 50 
source <xsd:element name="company_ticket_id_2" minOccurs="0">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:minLength value="1"/>
     
<xsd:maxLength value="50"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/company_ticket_id_3
diagram transticreview_p9.png
type restriction of xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 50 
source <xsd:element name="company_ticket_id_3" minOccurs="0">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:minLength value="1"/>
     
<xsd:maxLength value="50"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/description
diagram transticreview_p10.png
type xsd:string
properties
isRef 0
content simple
source <xsd:element name="description" type="xsd:string"/>

element edart/transticreview/pjm_comments
diagram transticreview_p11.png
type restriction of xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="pjm_comments" minOccurs="0">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string"/>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/availability
diagram transticreview_p12.png
type xsd:string
properties
isRef 0
content simple
source <xsd:element name="availability" type="xsd:string"/>

element edart/transticreview/lock_status
diagram transticreview_p13.png
type xsd:string
properties
isRef 0
content simple
source <xsd:element name="lock_status" type="xsd:string"/>

element edart/transticreview/ticket_status
diagram transticreview_p14.png
properties
isRef 0
content complex
children status submittime submituser receivedtime receiveduser revisedtime reviseduser activetime activeuser approvedtime approveduser cancelledbycompanytime cancelledbycompanyuser cancelledbypjmtime cancelledbypjmuser completedtime completeduser deniedtime denieduser plannedoutagetime plannedoutageuser
source <xsd:element name="ticket_status">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="status" type="xsd:string"/>
     
<xsd:element name="submittime" type="xsd:string"/>
     
<xsd:element name="submituser" type="xsd:string"/>
     
<xsd:element name="receivedtime" type="xsd:string" minOccurs="0"/>
     
<xsd:element name="receiveduser" type="xsd:string" minOccurs="0"/>
     
<xsd:element name="revisedtime" type="xsd:string" minOccurs="0"/>
     
<xsd:element name="reviseduser" type="xsd:string" minOccurs="0"/>
     
<xsd:element name="activetime" minOccurs="0"/>
     
<xsd:element name="activeuser" minOccurs="0"/>
     
<xsd:element name="approvedtime" minOccurs="0"/>
     
<xsd:element name="approveduser" minOccurs="0"/>
     
<xsd:element name="cancelledbycompanytime" minOccurs="0"/>
     
<xsd:element name="cancelledbycompanyuser" minOccurs="0"/>
     
<xsd:element name="cancelledbypjmtime" minOccurs="0"/>
     
<xsd:element name="cancelledbypjmuser" minOccurs="0"/>
     
<xsd:element name="completedtime" minOccurs="0"/>
     
<xsd:element name="completeduser" minOccurs="0"/>
     
<xsd:element name="deniedtime" minOccurs="0"/>
     
<xsd:element name="denieduser" minOccurs="0"/>
     
<xsd:element name="plannedoutagetime" minOccurs="0"/>
     
<xsd:element name="plannedoutageuser" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticreview/ticket_status/status
diagram transticreview_p15.png
type xsd:string
properties
isRef 0
content simple
source <xsd:element name="status" type="xsd:string"/>

element edart/transticreview/ticket_status/submittime
diagram transticreview_p16.png
type xsd:string
properties
isRef 0
content simple
source <xsd:element name="submittime" type="xsd:string"/>

element edart/transticreview/ticket_status/submituser
diagram transticreview_p17.png
type xsd:string
properties
isRef 0
content simple
source <xsd:element name="submituser" type="xsd:string"/>

element edart/transticreview/ticket_status/receivedtime
diagram transticreview_p18.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="receivedtime" type="xsd:string" minOccurs="0"/>

element edart/transticreview/ticket_status/receiveduser
diagram transticreview_p19.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="receiveduser" type="xsd:string" minOccurs="0"/>

element edart/transticreview/ticket_status/revisedtime
diagram transticreview_p20.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="revisedtime" type="xsd:string" minOccurs="0"/>

element edart/transticreview/ticket_status/reviseduser
diagram transticreview_p21.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="reviseduser" type="xsd:string" minOccurs="0"/>

element edart/transticreview/ticket_status/activetime
diagram transticreview_p22.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="activetime" minOccurs="0"/>

element edart/transticreview/ticket_status/activeuser
diagram transticreview_p23.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="activeuser" minOccurs="0"/>

element edart/transticreview/ticket_status/approvedtime
diagram transticreview_p24.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="approvedtime" minOccurs="0"/>

element edart/transticreview/ticket_status/approveduser
diagram transticreview_p25.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="approveduser" minOccurs="0"/>

element edart/transticreview/ticket_status/cancelledbycompanytime
diagram transticreview_p26.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="cancelledbycompanytime" minOccurs="0"/>

element edart/transticreview/ticket_status/cancelledbycompanyuser
diagram transticreview_p27.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="cancelledbycompanyuser" minOccurs="0"/>

element edart/transticreview/ticket_status/cancelledbypjmtime
diagram transticreview_p28.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="cancelledbypjmtime" minOccurs="0"/>

element edart/transticreview/ticket_status/cancelledbypjmuser
diagram transticreview_p29.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="cancelledbypjmuser" minOccurs="0"/>

element edart/transticreview/ticket_status/completedtime
diagram transticreview_p30.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="completedtime" minOccurs="0"/>

element edart/transticreview/ticket_status/completeduser
diagram transticreview_p31.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="completeduser" minOccurs="0"/>

element edart/transticreview/ticket_status/deniedtime
diagram transticreview_p32.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="deniedtime" minOccurs="0"/>

element edart/transticreview/ticket_status/denieduser
diagram transticreview_p33.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="denieduser" minOccurs="0"/>

element edart/transticreview/ticket_status/plannedoutagetime
diagram transticreview_p34.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="plannedoutagetime" minOccurs="0"/>

element edart/transticreview/ticket_status/plannedoutageuser
diagram transticreview_p35.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="plannedoutageuser" minOccurs="0"/>

element edart/transticreview/outage_type
diagram transticreview_p36.png
type restriction of xsd:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration DailyIncludingWeekends 
enumeration DailyNoWeekends 
enumeration DailyWeekendsOnly 
enumeration ContinuousNoWeekends 
enumeration Continuous 
enumeration EMS Tripped 
source <xsd:element name="outage_type">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="DailyIncludingWeekends"/>
     
<xsd:enumeration value="DailyNoWeekends"/>
     
<xsd:enumeration value="DailyWeekendsOnly"/>
     
<xsd:enumeration value="ContinuousNoWeekends"/>
     
<xsd:enumeration value="Continuous"/>
     
<xsd:enumeration value="EMS Tripped"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/ticket_type
diagram transticreview_p37.png
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
infoxsd:booleanoptional      
emergencyxsd:booleanoptional      
auto_reclosexsd:booleanoptional      
potentially_incompletexsd:boolean      
directBillingxsd:boolean      
directBillingDeclinexsd:boolean      
source <xsd:element name="ticket_type">
 
<xsd:complexType>
   
<xsd:attribute name="info" type="xsd:boolean" use="optional"/>
   
<xsd:attribute name="emergency" type="xsd:boolean" use="optional"/>
   
<xsd:attribute name="auto_reclose" type="xsd:boolean" use="optional"/>
   
<xsd:attribute name="potentially_incomplete" type="xsd:boolean"/>
   
<xsd:attribute name="directBilling" type="xsd:boolean"/>
   
<xsd:attribute name="directBillingDecline" type="xsd:boolean"/>
 
</xsd:complexType>
</xsd:element>

attribute edart/transticreview/ticket_type/@info
type xsd:boolean
properties
isRef 0
use optional
source <xsd:attribute name="info" type="xsd:boolean" use="optional"/>

attribute edart/transticreview/ticket_type/@emergency
type xsd:boolean
properties
isRef 0
use optional
source <xsd:attribute name="emergency" type="xsd:boolean" use="optional"/>

attribute edart/transticreview/ticket_type/@auto_reclose
type xsd:boolean
properties
isRef 0
use optional
source <xsd:attribute name="auto_reclose" type="xsd:boolean" use="optional"/>

attribute edart/transticreview/ticket_type/@potentially_incomplete
type xsd:boolean
properties
isRef 0
source <xsd:attribute name="potentially_incomplete" type="xsd:boolean"/>

attribute edart/transticreview/ticket_type/@directBilling
type xsd:boolean
properties
isRef 0
source <xsd:attribute name="directBilling" type="xsd:boolean"/>

attribute edart/transticreview/ticket_type/@directBillingDecline
type xsd:boolean
properties
isRef 0
source <xsd:attribute name="directBillingDecline" type="xsd:boolean"/>

element edart/transticreview/equipment
diagram transticreview_p38.png
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children ta_id interval_definition
attributes
Name  Type  Use  Default  Fixed  annotation
statusderived by: xsd:NMTOKENrequired      
source <xsd:element name="equipment" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="ta_id" type="xsd:positiveInteger"/>
     
<xsd:element ref="interval_definition"/>
   
</xsd:sequence>
   
<xsd:attribute name="status" use="required">
     
<xsd:simpleType>
       
<xsd:restriction base="xsd:NMTOKEN">
         
<xsd:enumeration value="C"/>
         
<xsd:enumeration value="O"/>
       
</xsd:restriction>
     
</xsd:simpleType>
   
</xsd:attribute>
 
</xsd:complexType>
</xsd:element>

attribute edart/transticreview/equipment/@status
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration 
enumeration 
source <xsd:attribute name="status" use="required">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="C"/>
     
<xsd:enumeration value="O"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

element edart/transticreview/equipment/ta_id
diagram transticreview_p39.png
type xsd:positiveInteger
properties
isRef 0
content simple
source <xsd:element name="ta_id" type="xsd:positiveInteger"/>

element edart/transticreview/active_dates
diagram transticreview_p40.png
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children interval_definition
source <xsd:element name="active_dates" minOccurs="0" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="interval_definition"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticreview/switch
diagram transticreview_p41.png
properties
isRef 0
content complex
children interval_definition
source <xsd:element name="switch">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="interval_definition">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="interval_start">
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="date">
                   
<xsd:simpleType>
                     
<xsd:restriction base="xsd:date"/>
                   
</xsd:simpleType>
                 
</xsd:element>
                 
<xsd:element name="time">
                   
<xsd:simpleType>
                     
<xsd:restriction base="xsd:time"/>
                   
</xsd:simpleType>
                 
</xsd:element>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticreview/switch/interval_definition
diagram transticreview_p42.png
properties
isRef 0
content complex
children interval_start
used by
elements edart/transticreview/active_dates edart/transticreview/datelogs/datelog edart/transticreview/equipment edart/transticreview
source <xsd:element name="interval_definition">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="interval_start">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="date">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:date"/>
             
</xsd:simpleType>
           
</xsd:element>
           
<xsd:element name="time">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:time"/>
             
</xsd:simpleType>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticreview/switch/interval_definition/interval_start
diagram transticreview_p43.png
properties
isRef 0
content complex
children date time
source <xsd:element name="interval_start">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="date">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:date"/>
       
</xsd:simpleType>
     
</xsd:element>
     
<xsd:element name="time">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:time"/>
       
</xsd:simpleType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticreview/switch/interval_definition/interval_start/date
diagram transticreview_p44.png
type restriction of xsd:date
properties
isRef 0
content simple
used by
elements interval_definition/interval_end interval_definition/interval_start
source <xsd:element name="date">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:date"/>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/switch/interval_definition/interval_start/time
diagram transticreview_p45.png
type restriction of xsd:time
properties
isRef 0
content simple
used by
elements interval_definition/interval_end interval_definition/interval_start
source <xsd:element name="time">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:time"/>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/congestionExpected
diagram transticreview_p46.png
type xsd:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="congestionExpected" type="xsd:boolean" minOccurs="0"/>

element edart/transticreview/submittedOnTime
diagram transticreview_p47.png
type xsd:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="submittedOnTime" type="xsd:boolean" minOccurs="0"/>

element edart/transticreview/submitOnTimeComments
diagram transticreview_p48.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="submitOnTimeComments" type="xsd:string" minOccurs="0"/>

element edart/transticreview/vegetationFlag
diagram transticreview_p49.png
type xsd:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="vegetationFlag" type="xsd:boolean" minOccurs="0"/>

element edart/transticreview/cause
diagram transticreview_p50.png
type xsd:int
properties
isRef 0
minOcc 1
maxOcc unbounded
content simple
source <xsd:element name="cause" type="xsd:int" maxOccurs="unbounded"/>

element edart/transticreview/systemImpacts
diagram transticreview_p51.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children impact
source <xsd:element name="systemImpacts" minOccurs="0">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="impact" maxOccurs="unbounded">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="impactTitle"/>
           
<xsd:element name="impactDescription"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticreview/systemImpacts/impact
diagram transticreview_p52.png
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children impactTitle impactDescription
source <xsd:element name="impact" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="impactTitle"/>
     
<xsd:element name="impactDescription"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticreview/systemImpacts/impact/impactTitle
diagram transticreview_p53.png
properties
isRef 0
source <xsd:element name="impactTitle"/>

element edart/transticreview/systemImpacts/impact/impactDescription
diagram transticreview_p54.png
properties
isRef 0
source <xsd:element name="impactDescription"/>

element edart/transticreview/cutInFlag
diagram transticreview_p55.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="cutInFlag" type="xsd:string" minOccurs="0"/>

element edart/transticreview/marketSensitiveFlag
diagram transticreview_p56.png
type xsd:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="marketSensitiveFlag" type="xsd:boolean" minOccurs="0"/>

element edart/transticreview/nerctads
diagram transticreview_p57.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children planned operational autoReclose
source <xsd:element name="nerctads" minOccurs="0">
 
<xsd:complexType>
   
<xsd:choice>
     
<xsd:element name="planned">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:string">
           
<xsd:enumeration value="Maintenance and Construction"/>
           
<xsd:enumeration value="Other Planned Outage"/>
           
<xsd:enumeration value="Third Party Request"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:element>
     
<xsd:element name="operational">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:string">
           
<xsd:enumeration value="Emergency"/>
           
<xsd:enumeration value="Other"/>
           
<xsd:enumeration value="System Operation"/>
           
<xsd:enumeration value="System Voltage"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:element>
     
<xsd:element name="autoReclose">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="sharedCommonStructure" type="xsd:boolean" minOccurs="0"/>
           
<xsd:element name="faultType">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:integer">
                 
<xsd:minInclusive value="0"/>
                 
<xsd:maxInclusive value="5"/>
               
</xsd:restriction>
             
</xsd:simpleType>
           
</xsd:element>
           
<xsd:element name="outageInitCode">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:integer">
                 
<xsd:minInclusive value="0"/>
                 
<xsd:maxInclusive value="5"/>
               
</xsd:restriction>
             
</xsd:simpleType>
           
</xsd:element>
           
<xsd:element name="initCauseCode">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:integer">
                 
<xsd:minInclusive value="0"/>
                 
<xsd:maxInclusive value="17"/>
               
</xsd:restriction>
             
</xsd:simpleType>
           
</xsd:element>
           
<xsd:element name="sustainedCauseCode">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:integer">
                 
<xsd:minInclusive value="0"/>
                 
<xsd:maxInclusive value="18"/>
               
</xsd:restriction>
             
</xsd:simpleType>
           
</xsd:element>
           
<xsd:element name="outageModeCode">
             
<xsd:simpleType>
               
<xsd:restriction base="xsd:integer">
                 
<xsd:minInclusive value="0"/>
                 
<xsd:maxInclusive value="5"/>
               
</xsd:restriction>
             
</xsd:simpleType>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:choice>
 
</xsd:complexType>
</xsd:element>

element edart/transticreview/nerctads/planned
diagram transticreview_p58.png
type restriction of xsd:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration Maintenance and Construction 
enumeration Other Planned Outage 
enumeration Third Party Request 
source <xsd:element name="planned">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="Maintenance and Construction"/>
     
<xsd:enumeration value="Other Planned Outage"/>
     
<xsd:enumeration value="Third Party Request"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/nerctads/operational
diagram transticreview_p59.png
type restriction of xsd:string
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration Emergency 
enumeration Other 
enumeration System Operation 
enumeration System Voltage 
source <xsd:element name="operational">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="Emergency"/>
     
<xsd:enumeration value="Other"/>
     
<xsd:enumeration value="System Operation"/>
     
<xsd:enumeration value="System Voltage"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/nerctads/autoReclose
diagram transticreview_p60.png
properties
isRef 0
content complex
children sharedCommonStructure faultType outageInitCode initCauseCode sustainedCauseCode outageModeCode
source <xsd:element name="autoReclose">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="sharedCommonStructure" type="xsd:boolean" minOccurs="0"/>
     
<xsd:element name="faultType">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:integer">
           
<xsd:minInclusive value="0"/>
           
<xsd:maxInclusive value="5"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:element>
     
<xsd:element name="outageInitCode">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:integer">
           
<xsd:minInclusive value="0"/>
           
<xsd:maxInclusive value="5"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:element>
     
<xsd:element name="initCauseCode">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:integer">
           
<xsd:minInclusive value="0"/>
           
<xsd:maxInclusive value="17"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:element>
     
<xsd:element name="sustainedCauseCode">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:integer">
           
<xsd:minInclusive value="0"/>
           
<xsd:maxInclusive value="18"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:element>
     
<xsd:element name="outageModeCode">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:integer">
           
<xsd:minInclusive value="0"/>
           
<xsd:maxInclusive value="5"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticreview/nerctads/autoReclose/sharedCommonStructure
diagram transticreview_p61.png
type xsd:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="sharedCommonStructure" type="xsd:boolean" minOccurs="0"/>

element edart/transticreview/nerctads/autoReclose/faultType
diagram transticreview_p62.png
type restriction of xsd:integer
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 
source <xsd:element name="faultType">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:integer">
     
<xsd:minInclusive value="0"/>
     
<xsd:maxInclusive value="5"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/nerctads/autoReclose/outageInitCode
diagram transticreview_p63.png
type restriction of xsd:integer
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 
source <xsd:element name="outageInitCode">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:integer">
     
<xsd:minInclusive value="0"/>
     
<xsd:maxInclusive value="5"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/nerctads/autoReclose/initCauseCode
diagram transticreview_p64.png
type restriction of xsd:integer
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 17 
source <xsd:element name="initCauseCode">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:integer">
     
<xsd:minInclusive value="0"/>
     
<xsd:maxInclusive value="17"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/nerctads/autoReclose/sustainedCauseCode
diagram transticreview_p65.png
type restriction of xsd:integer
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 18 
source <xsd:element name="sustainedCauseCode">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:integer">
     
<xsd:minInclusive value="0"/>
     
<xsd:maxInclusive value="18"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/nerctads/autoReclose/outageModeCode
diagram transticreview_p66.png
type restriction of xsd:integer
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 
source <xsd:element name="outageModeCode">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:integer">
     
<xsd:minInclusive value="0"/>
     
<xsd:maxInclusive value="5"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element edart/transticreview/datelogs
diagram transticreview_p67.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children datelog
source <xsd:element name="datelogs" minOccurs="0">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="datelog" minOccurs="0" maxOccurs="unbounded">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element ref="interval_definition"/>
           
<xsd:element name="timestamp" type="xsd:string"/>
           
<xsd:element name="currentFlag" type="xsd:integer"/>
           
<xsd:element name="user" type="xsd:string"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticreview/datelogs/datelog
diagram transticreview_p68.png
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children interval_definition timestamp currentFlag user
source <xsd:element name="datelog" minOccurs="0" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="interval_definition"/>
     
<xsd:element name="timestamp" type="xsd:string"/>
     
<xsd:element name="currentFlag" type="xsd:integer"/>
     
<xsd:element name="user" type="xsd:string"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticreview/datelogs/datelog/timestamp
diagram transticreview_p69.png
type xsd:string
properties
isRef 0
content simple
source <xsd:element name="timestamp" type="xsd:string"/>

element edart/transticreview/datelogs/datelog/currentFlag
diagram transticreview_p70.png
type xsd:integer
properties
isRef 0
content simple
source <xsd:element name="currentFlag" type="xsd:integer"/>

element edart/transticreview/datelogs/datelog/user
diagram transticreview_p71.png
type xsd:string
properties
isRef 0
content simple
source <xsd:element name="user" type="xsd:string"/>

element edart/transticreview/rtepQueueNumber
diagram transticreview_p72.png
type xsd:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="rtepQueueNumber" type="xsd:integer" minOccurs="0"/>

element edart/transticreview/directBilling
diagram transticreview_p73.png
type xsd:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="directBilling" type="xsd:boolean" minOccurs="0"/>

element edart/transticreview/directBillingDecline
diagram transticreview_p74.png
type xsd:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="directBillingDecline" type="xsd:boolean" minOccurs="0"/>

element interval_definition
diagram transticreview_p75.png
properties
content complex
children interval_start interval_end
used by
elements edart/transticreview/active_dates edart/transticreview/datelogs/datelog edart/transticreview/equipment edart/transticreview
source <xsd:element name="interval_definition">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="interval_start">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element ref="date"/>
           
<xsd:element ref="time"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="interval_end" minOccurs="0">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element ref="date"/>
           
<xsd:element ref="time"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element interval_definition/interval_start
diagram transticreview_p76.png
properties
isRef 0
content complex
children date time
source <xsd:element name="interval_start">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="date"/>
     
<xsd:element ref="time"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element interval_definition/interval_end
diagram transticreview_p77.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children date time
source <xsd:element name="interval_end" minOccurs="0">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="date"/>
     
<xsd:element ref="time"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element time
diagram transticreview_p78.png
type restriction of xsd:time
properties
content simple
used by
elements interval_definition/interval_end interval_definition/interval_start
source <xsd:element name="time">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:time"/>
 
</xsd:simpleType>
</xsd:element>


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