| schema location: | |
| attributeFormDefault: | |
| elementFormDefault: | qualified |
| diagram | ![]() |
||
| properties |
|
||
| children | error warning reviewtermtic | ||
| source | <xsd:element name="edart"> <xsd:complexType> <xsd:sequence> <xsd:element name="error" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="warning" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="reviewtermtic" type="termticreviewType" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
| diagram | ![]() |
||||||
| type | xsd:string | ||||||
| properties |
|
||||||
| source | <xsd:element name="error" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||
| type | xsd:string | ||||||
| properties |
|
||||||
| source | <xsd:element name="warning" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||
| type | termticreviewType | ||||||
| properties |
|
||||||
| children | group_name pjm_ticket_id company_ticket_id ticket_status ticket_type reason_id reason estimated_dates actual_dates comment pjm_comment equipment_id impedance_r impedance_x congestion_status charging_b dynamic_flag directional_relay postContingency breaker_to_breaker internal_tie external_tie adjustment_list limitations fileAttachmentCount fileList fileAttachments | ||||||
| source | <xsd:element name="reviewtermtic" type="termticreviewType" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| children | interval_definition | ||
| used by |
|
||
| source | <xsd:complexType name="actual_datesType"> <xsd:sequence> <xsd:element name="interval_definition" type="interval_definitionType"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||
| type | interval_definitionType | ||
| properties |
|
||
| children | interval_start interval_end | ||
| source | <xsd:element name="interval_definition" type="interval_definitionType"/> |
| diagram | ![]() |
||
| children | interval_definition | ||
| used by |
|
||
| source | <xsd:complexType name="estimated_datesType"> <xsd:sequence> <xsd:element name="interval_definition" type="interval_definitionType"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||
| type | interval_definitionType | ||
| properties |
|
||
| children | interval_start interval_end | ||
| source | <xsd:element name="interval_definition" type="interval_definitionType"/> |
| diagram | ![]() |
||
| children | interval_start interval_end | ||
| used by |
|
||
| source | <xsd:complexType name="interval_definitionType"> <xsd:sequence> <xsd:element name="interval_start" type="intervalType"/> <xsd:element name="interval_end" type="intervalType" minOccurs="0"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||
| type | intervalType | ||
| properties |
|
||
| children | date time | ||
| source | <xsd:element name="interval_start" type="intervalType"/> |
| diagram | ![]() |
||||||
| type | intervalType | ||||||
| properties |
|
||||||
| children | date time | ||||||
| source | <xsd:element name="interval_end" type="intervalType" minOccurs="0"/> |
| diagram | ![]() |
||
| children | date time | ||
| used by |
|
||
| source | <xsd:complexType name="intervalType"> <xsd:sequence> <xsd:element name="date" type="xsd:string"/> <xsd:element name="time" type="xsd:string"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="date" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="time" type="xsd:string"/> |
| diagram | ![]() |
||
| children | limit | ||
| used by |
|
||
| source | <xsd:complexType name="limitationsType"> <xsd:sequence> <xsd:element name="limit" type="limitType" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||||||
| type | limitType | ||||||
| properties |
|
||||||
| children | limitation_id temperature category day_night_flag | ||||||
| source | <xsd:element name="limit" type="limitType" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| children | limitation_id temperature category day_night_flag | ||
| used by |
|
||
| source | <xsd:complexType name="limitType"> <xsd:sequence> <xsd:element name="limitation_id" type="xsd:string"/> <xsd:element name="temperature" type="xsd:string"/> <xsd:element name="category"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="all"/> <xsd:enumeration value="normal"/> <xsd:enumeration value="longterm"/> <xsd:enumeration value="shortterm"/> <xsd:enumeration value="loaddump"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="day_night_flag"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="both"/> <xsd:enumeration value="day"/> <xsd:enumeration value="night"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="limitation_id" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="temperature" type="xsd:string"/> |
| diagram | ![]() |
||||||||||||||||||
| type | restriction of xsd:string | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| source | <xsd:element name="category"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="all"/> <xsd:enumeration value="normal"/> <xsd:enumeration value="longterm"/> <xsd:enumeration value="shortterm"/> <xsd:enumeration value="loaddump"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
| diagram | ![]() |
||||||||||||
| type | restriction of xsd:string | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| source | <xsd:element name="day_night_flag"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="both"/> <xsd:enumeration value="day"/> <xsd:enumeration value="night"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
| diagram | ![]() |
||
| children | temperature category day_night_flag current_value default_value | ||
| used by |
|
||
| source | <xsd:complexType name="ratings_listType"> <xsd:sequence> <xsd:element name="temperature" type="xsd:string"/> <xsd:element name="category" type="xsd:string"/> <xsd:element name="day_night_flag" type="xsd:string"/> <xsd:element name="current_value" type="xsd:string"/> <xsd:element name="default_value" type="xsd:string"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="temperature" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="category" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="day_night_flag" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="current_value" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="default_value" type="xsd:string"/> |
| diagram | ![]() |
||
| children | adjustment | ||
| used by |
|
||
| source | <xsd:complexType name="temperature_ratingsType"> <xsd:sequence> <xsd:element name="adjustment" type="ratings_listType" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||||||
| type | ratings_listType | ||||||
| properties |
|
||||||
| children | temperature category day_night_flag current_value default_value | ||||||
| source | <xsd:element name="adjustment" type="ratings_listType" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| children | group_name pjm_ticket_id company_ticket_id ticket_status ticket_type reason_id reason estimated_dates actual_dates comment pjm_comment equipment_id impedance_r impedance_x congestion_status charging_b dynamic_flag directional_relay postContingency breaker_to_breaker internal_tie external_tie adjustment_list limitations fileAttachmentCount fileList fileAttachments | ||
| used by |
|
||
| source | <xsd:complexType name="termticreviewType"> <xsd:sequence> <xsd:element name="group_name" type="xsd:string" minOccurs="0"/> <xsd:element name="pjm_ticket_id" type="xsd:string"/> <xsd:element name="company_ticket_id" type="xsd:string" minOccurs="0"/> <xsd:element name="ticket_status" type="xsd:string"/> <xsd:element name="ticket_type" type="ticket_typeType"/> <xsd:element name="reason_id" type="xsd:string"/> <xsd:element name="reason" type="xsd:string"/> <xsd:element name="estimated_dates" type="estimated_datesType"/> <xsd:element name="actual_dates" type="actual_datesType" minOccurs="0"/> <xsd:element name="comment" type="xsd:string"/> <xsd:element name="pjm_comment" type="xsd:string" minOccurs="0"/> <xsd:element name="equipment_id" type="xsd:long"/> <xsd:element name="impedance_r" type="xsd:decimal"/> <xsd:element name="impedance_x" type="xsd:decimal"/> <xsd:element name="congestion_status" type="xsd:string"/> <xsd:element name="charging_b" type="xsd:decimal"/> <xsd:element name="dynamic_flag" type="xsd:boolean"/> <xsd:element name="directional_relay" type="xsd:boolean" minOccurs="0"/> <xsd:element name="postContingency" type="xsd:boolean" minOccurs="0"/> <xsd:element name="breaker_to_breaker" type="xsd:boolean" minOccurs="0"/> <xsd:element name="internal_tie" type="xsd:boolean"/> <xsd:element name="external_tie" type="xsd:boolean"/> <xsd:element name="adjustment_list" type="temperature_ratingsType"/> <xsd:element name="limitations" type="limitationsType"/> <xsd:element name="fileAttachmentCount" type="xsd:unsignedInt" minOccurs="0"/> <xsd:element name="fileList" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="file" maxOccurs="unbounded"> <xsd:complexType> <xsd:sequence> <xsd:element name="fileName" type="xsd:string"/> <xsd:element name="fileTimestamp" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="fileAttachments" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="pjm_ticket_id" type="xsd:long"/> <xsd:element name="company_ticket_id" type="xsd:string"/> <xsd:element name="file_attachment_count" type="xsd:long"/> <xsd:element name="attachment" type="xsd:string" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||||||
| type | xsd:string | ||||||
| properties |
|
||||||
| source | <xsd:element name="group_name" type="xsd:string" minOccurs="0"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="pjm_ticket_id" type="xsd:string"/> |
| diagram | ![]() |
||||||
| type | xsd:string | ||||||
| properties |
|
||||||
| source | <xsd:element name="company_ticket_id" type="xsd:string" minOccurs="0"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="ticket_status" type="xsd:string"/> |
| diagram | ![]() |
||||||||||||||||||
| type | ticket_typeType | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xsd:element name="ticket_type" type="ticket_typeType"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="reason_id" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="reason" type="xsd:string"/> |
| diagram | ![]() |
||
| type | estimated_datesType | ||
| properties |
|
||
| children | interval_definition | ||
| source | <xsd:element name="estimated_dates" type="estimated_datesType"/> |
| diagram | ![]() |
||||||
| type | actual_datesType | ||||||
| properties |
|
||||||
| children | interval_definition | ||||||
| source | <xsd:element name="actual_dates" type="actual_datesType" minOccurs="0"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="comment" type="xsd:string"/> |
| diagram | ![]() |
||||||
| type | xsd:string | ||||||
| properties |
|
||||||
| source | <xsd:element name="pjm_comment" type="xsd:string" minOccurs="0"/> |
| diagram | ![]() |
||
| type | xsd:long | ||
| properties |
|
||
| source | <xsd:element name="equipment_id" type="xsd:long"/> |
| diagram | ![]() |
||
| type | xsd:decimal | ||
| properties |
|
||
| source | <xsd:element name="impedance_r" type="xsd:decimal"/> |
| diagram | ![]() |
||
| type | xsd:decimal | ||
| properties |
|
||
| source | <xsd:element name="impedance_x" type="xsd:decimal"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="congestion_status" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:decimal | ||
| properties |
|
||
| source | <xsd:element name="charging_b" type="xsd:decimal"/> |
| diagram | ![]() |
||
| type | xsd:boolean | ||
| properties |
|
||
| source | <xsd:element name="dynamic_flag" type="xsd:boolean"/> |
| diagram | ![]() |
||||||
| type | xsd:boolean | ||||||
| properties |
|
||||||
| source | <xsd:element name="directional_relay" type="xsd:boolean" minOccurs="0"/> |
| diagram | ![]() |
||||||
| type | xsd:boolean | ||||||
| properties |
|
||||||
| source | <xsd:element name="postContingency" type="xsd:boolean" minOccurs="0"/> |
| diagram | ![]() |
||||||
| type | xsd:boolean | ||||||
| properties |
|
||||||
| source | <xsd:element name="breaker_to_breaker" type="xsd:boolean" minOccurs="0"/> |
| diagram | ![]() |
||
| type | xsd:boolean | ||
| properties |
|
||
| source | <xsd:element name="internal_tie" type="xsd:boolean"/> |
| diagram | ![]() |
||
| type | xsd:boolean | ||
| properties |
|
||
| source | <xsd:element name="external_tie" type="xsd:boolean"/> |
| diagram | ![]() |
||
| type | temperature_ratingsType | ||
| properties |
|
||
| children | adjustment | ||
| source | <xsd:element name="adjustment_list" type="temperature_ratingsType"/> |
| diagram | ![]() |
||
| type | limitationsType | ||
| properties |
|
||
| children | limit | ||
| source | <xsd:element name="limitations" type="limitationsType"/> |
| diagram | ![]() |
||||||
| type | xsd:unsignedInt | ||||||
| properties |
|
||||||
| source | <xsd:element name="fileAttachmentCount" type="xsd:unsignedInt" minOccurs="0"/> |
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | file | ||||||
| source | <xsd:element name="fileList" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="file" maxOccurs="unbounded"> <xsd:complexType> <xsd:sequence> <xsd:element name="fileName" type="xsd:string"/> <xsd:element name="fileTimestamp" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | fileName fileTimestamp | ||||||
| source | <xsd:element name="file" maxOccurs="unbounded"> <xsd:complexType> <xsd:sequence> <xsd:element name="fileName" type="xsd:string"/> <xsd:element name="fileTimestamp" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="fileName" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="fileTimestamp" type="xsd:string"/> |
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | pjm_ticket_id company_ticket_id file_attachment_count attachment | ||||||
| source | <xsd:element name="fileAttachments" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="pjm_ticket_id" type="xsd:long"/> <xsd:element name="company_ticket_id" type="xsd:string"/> <xsd:element name="file_attachment_count" type="xsd:long"/> <xsd:element name="attachment" type="xsd:string" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
| diagram | ![]() |
||
| type | xsd:long | ||
| properties |
|
||
| source | <xsd:element name="pjm_ticket_id" type="xsd:long"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="company_ticket_id" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:long | ||
| properties |
|
||
| source | <xsd:element name="file_attachment_count" type="xsd:long"/> |
| diagram | ![]() |
||||||
| type | xsd:string | ||||||
| properties |
|
||||||
| source | <xsd:element name="attachment" type="xsd:string" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||||||||||||
| used by |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xsd:complexType name="ticket_typeType"> <xsd:attribute name="implementation" type="xsd:string" use="required"/> <xsd:attribute name="type" type="xsd:string" use="required"/> </xsd:complexType> |
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:attribute name="implementation" type="xsd:string" use="required"/> |
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:attribute name="type" type="xsd:string" use="required"/> |