Schema transticnotifyreview.xsd


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


element date
diagram transticnotifyreview_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 transticnotifyreview_p2.png
properties
content complex
children transticnotifyreview
source <xsd:element name="edart">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="transticnotifyreview" maxOccurs="unbounded">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="company_name" 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="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" use="optional"/>
               
<xsd:attribute name="directBillingDecline" type="xsd:boolean" use="optional"/>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="equipment" maxOccurs="unbounded">
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="ta_id" type="xsd:positiveInteger"/>
                 
<xsd:element name="facility_information">
                   
<xsd:complexType>
                     
<xsd:sequence>
                       
<xsd:element name="type"/>
                       
<xsd:element name="station"/>
                       
<xsd:element name="voltage"/>
                       
<xsd:element name="short_name"/>
                       
<xsd:element name="long_name"/>
                     
</xsd:sequence>
                   
</xsd:complexType>
                 
</xsd:element>
                 
<xsd:element ref="interval_definition"/>
               
</xsd:sequence>
               
<xsd:attribute name="status" type="xsd:string" use="required"/>
             
</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="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" 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:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticnotifyreview
diagram transticnotifyreview_p3.png
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children company_name pjm_ticket_id company_ticket_id description pjm_comments availability lock_status ticket_status interval_definition outage_type ticket_type equipment active_dates switch congestionExpected submittedOnTime vegetationFlag cause systemImpacts cutInFlag marketSensitiveFlag nerctads datelogs rtepQueueNumber
source <xsd:element name="transticnotifyreview" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="company_name" 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="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" use="optional"/>
         
<xsd:attribute name="directBillingDecline" type="xsd:boolean" use="optional"/>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="equipment" maxOccurs="unbounded">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="ta_id" type="xsd:positiveInteger"/>
           
<xsd:element name="facility_information">
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="type"/>
                 
<xsd:element name="station"/>
                 
<xsd:element name="voltage"/>
                 
<xsd:element name="short_name"/>
                 
<xsd:element name="long_name"/>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element ref="interval_definition"/>
         
</xsd:sequence>
         
<xsd:attribute name="status" type="xsd:string" use="required"/>
       
</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="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" 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:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticnotifyreview/company_name
diagram transticnotifyreview_p4.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="company_name" minOccurs="0"/>

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

element edart/transticnotifyreview/company_ticket_id
diagram transticnotifyreview_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/transticnotifyreview/description
diagram transticnotifyreview_p7.png
type xsd:string
properties
isRef 0
content simple
source <xsd:element name="description" type="xsd:string"/>

element edart/transticnotifyreview/pjm_comments
diagram transticnotifyreview_p8.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/transticnotifyreview/availability
diagram transticnotifyreview_p9.png
type xsd:string
properties
isRef 0
content simple
source <xsd:element name="availability" type="xsd:string"/>

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

element edart/transticnotifyreview/ticket_status
diagram transticnotifyreview_p11.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/transticnotifyreview/ticket_status/status
diagram transticnotifyreview_p12.png
type xsd:string
properties
isRef 0
content simple
source <xsd:element name="status" type="xsd:string"/>

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

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

element edart/transticnotifyreview/ticket_status/receivedtime
diagram transticnotifyreview_p15.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/transticnotifyreview/ticket_status/receiveduser
diagram transticnotifyreview_p16.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/transticnotifyreview/ticket_status/revisedtime
diagram transticnotifyreview_p17.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/transticnotifyreview/ticket_status/reviseduser
diagram transticnotifyreview_p18.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/transticnotifyreview/ticket_status/activetime
diagram transticnotifyreview_p19.png
properties
isRef 0
minOcc 0
maxOcc 1
source <xsd:element name="activetime" minOccurs="0"/>

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

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

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

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

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

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

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

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

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

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

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

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

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

element edart/transticnotifyreview/outage_type
diagram transticnotifyreview_p33.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/transticnotifyreview/ticket_type
diagram transticnotifyreview_p34.png
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
infoxsd:booleanoptional      
emergencyxsd:booleanoptional      
auto_reclosexsd:booleanoptional      
potentially_incompletexsd:boolean      
directBillingxsd:booleanoptional      
directBillingDeclinexsd:booleanoptional      
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" use="optional"/>
   
<xsd:attribute name="directBillingDecline" type="xsd:boolean" use="optional"/>
 
</xsd:complexType>
</xsd:element>

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

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

attribute edart/transticnotifyreview/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/transticnotifyreview/ticket_type/@potentially_incomplete
type xsd:boolean
properties
isRef 0
source <xsd:attribute name="potentially_incomplete" type="xsd:boolean"/>

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

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

element edart/transticnotifyreview/equipment
diagram transticnotifyreview_p35.png
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children ta_id facility_information interval_definition
attributes
Name  Type  Use  Default  Fixed  annotation
statusxsd:stringrequired      
source <xsd:element name="equipment" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="ta_id" type="xsd:positiveInteger"/>
     
<xsd:element name="facility_information">
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="type"/>
           
<xsd:element name="station"/>
           
<xsd:element name="voltage"/>
           
<xsd:element name="short_name"/>
           
<xsd:element name="long_name"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element ref="interval_definition"/>
   
</xsd:sequence>
   
<xsd:attribute name="status" type="xsd:string" use="required"/>
 
</xsd:complexType>
</xsd:element>

attribute edart/transticnotifyreview/equipment/@status
type xsd:string
properties
isRef 0
use required
source <xsd:attribute name="status" type="xsd:string" use="required"/>

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

element edart/transticnotifyreview/equipment/facility_information
diagram transticnotifyreview_p37.png
properties
isRef 0
content complex
children type station voltage short_name long_name
source <xsd:element name="facility_information">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="type"/>
     
<xsd:element name="station"/>
     
<xsd:element name="voltage"/>
     
<xsd:element name="short_name"/>
     
<xsd:element name="long_name"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element edart/transticnotifyreview/equipment/facility_information/type
diagram transticnotifyreview_p38.png
properties
isRef 0
source <xsd:element name="type"/>

element edart/transticnotifyreview/equipment/facility_information/station
diagram transticnotifyreview_p39.png
properties
isRef 0
source <xsd:element name="station"/>

element edart/transticnotifyreview/equipment/facility_information/voltage
diagram transticnotifyreview_p40.png
properties
isRef 0
source <xsd:element name="voltage"/>

element edart/transticnotifyreview/equipment/facility_information/short_name
diagram transticnotifyreview_p41.png
properties
isRef 0
source <xsd:element name="short_name"/>

element edart/transticnotifyreview/equipment/facility_information/long_name
diagram transticnotifyreview_p42.png
properties
isRef 0
source <xsd:element name="long_name"/>

element edart/transticnotifyreview/active_dates
diagram transticnotifyreview_p43.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/transticnotifyreview/switch
diagram transticnotifyreview_p44.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/transticnotifyreview/switch/interval_definition
diagram transticnotifyreview_p45.png
properties
isRef 0
content complex
children interval_start
used by
elements edart/transticnotifyreview/active_dates edart/transticnotifyreview/datelogs/datelog edart/transticnotifyreview/equipment edart/transticnotifyreview
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/transticnotifyreview/switch/interval_definition/interval_start
diagram transticnotifyreview_p46.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/transticnotifyreview/switch/interval_definition/interval_start/date
diagram transticnotifyreview_p47.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/transticnotifyreview/switch/interval_definition/interval_start/time
diagram transticnotifyreview_p48.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/transticnotifyreview/congestionExpected
diagram transticnotifyreview_p49.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/transticnotifyreview/submittedOnTime
diagram transticnotifyreview_p50.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/transticnotifyreview/vegetationFlag
diagram transticnotifyreview_p51.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/transticnotifyreview/cause
diagram transticnotifyreview_p52.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/transticnotifyreview/systemImpacts
diagram transticnotifyreview_p53.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/transticnotifyreview/systemImpacts/impact
diagram transticnotifyreview_p54.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/transticnotifyreview/systemImpacts/impact/impactTitle
diagram transticnotifyreview_p55.png
properties
isRef 0
source <xsd:element name="impactTitle"/>

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

element edart/transticnotifyreview/cutInFlag
diagram transticnotifyreview_p57.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/transticnotifyreview/marketSensitiveFlag
diagram transticnotifyreview_p58.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/transticnotifyreview/nerctads
diagram transticnotifyreview_p59.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/transticnotifyreview/nerctads/planned
diagram transticnotifyreview_p60.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/transticnotifyreview/nerctads/operational
diagram transticnotifyreview_p61.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/transticnotifyreview/nerctads/autoReclose
diagram transticnotifyreview_p62.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/transticnotifyreview/nerctads/autoReclose/sharedCommonStructure
diagram transticnotifyreview_p63.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/transticnotifyreview/nerctads/autoReclose/faultType
diagram transticnotifyreview_p64.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/transticnotifyreview/nerctads/autoReclose/outageInitCode
diagram transticnotifyreview_p65.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/transticnotifyreview/nerctads/autoReclose/initCauseCode
diagram transticnotifyreview_p66.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/transticnotifyreview/nerctads/autoReclose/sustainedCauseCode
diagram transticnotifyreview_p67.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/transticnotifyreview/nerctads/autoReclose/outageModeCode
diagram transticnotifyreview_p68.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/transticnotifyreview/datelogs
diagram transticnotifyreview_p69.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" 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/transticnotifyreview/datelogs/datelog
diagram transticnotifyreview_p70.png
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children interval_definition timestamp currentFlag user
source <xsd:element name="datelog" 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/transticnotifyreview/datelogs/datelog/timestamp
diagram transticnotifyreview_p71.png
type xsd:string
properties
isRef 0
content simple
source <xsd:element name="timestamp" type="xsd:string"/>

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

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

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

element interval_definition
diagram transticnotifyreview_p75.png
properties
content complex
children interval_start interval_end
used by
elements edart/transticnotifyreview/active_dates edart/transticnotifyreview/datelogs/datelog edart/transticnotifyreview/equipment edart/transticnotifyreview
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 transticnotifyreview_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 transticnotifyreview_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 transticnotifyreview_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