Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema NOSCommon_r18.xsd
Namespace urn:aseXML:r25
Annotations
This schema file is part of the aseXML schema set, and is subject to the terms and conditions that are detailed in the aseXML_r*.xsd schema file with which this file is used
Purpose - Defines the common types used by both NOS Booking and NOS Equipment transactions
Properties
attribute form default: unqualified
element form default: unqualified
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Element NoteType/PlainText
Namespace No namespace
Annotations
The note as plain text
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace preserve
minLength 1
Source
<xsd:element name="PlainText" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>The note as plain text</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:whiteSpace value="preserve"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Element NoteType/FileName
Namespace No namespace
Annotations
Required if file attachment included in note.
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace preserve
minLength 1
maxLength 255
Source
<xsd:element name="FileName" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Required if file attachment included in note.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:whiteSpace value="preserve"/>
      <xsd:minLength value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Element NoteType/FileAttach
Namespace No namespace
Annotations
A single file attachment
Diagram
Diagram
Type xsd:base64Binary
Properties
content: simple
minOccurs: 0
Source
<xsd:element name="FileAttach" type="xsd:base64Binary" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A single file attachment</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Element NoteType/CreatedBy
Namespace No namespace
Annotations
Set by NEMMCO
Diagram
Diagram asexml_r2516.tmp#id950
Type NOSUserIdType
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 128
Source
<xsd:element name="CreatedBy" type="NOSUserIdType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Set by NEMMCO</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Element NoteType/CreatedOn
Namespace No namespace
Annotations
Set by NEMMCO
Diagram
Diagram
Type xsd:dateTime
Properties
content: simple
minOccurs: 0
Source
<xsd:element name="CreatedOn" type="xsd:dateTime" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Set by NEMMCO</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Element NOSErrorType/Code
Namespace No namespace
Diagram
Diagram asexml_r2523.tmp#id90 asexml_r2523.tmp#id91 asexml_r2523.tmp#id89
Type EventCode
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
description xsd:string optional
Source
<xsd:element name="Code" type="EventCode"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Element NOSErrorType/Message
Namespace No namespace
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
whiteSpace collapse
minLength 1
maxLength 500
Source
<xsd:element name="Message">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:minLength value="1"/>
      <xsd:maxLength value="500"/>
      <xsd:whiteSpace value="collapse"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Element NOSErrorType/ErrorField
Namespace No namespace
Diagram
Diagram asexml_r2516.tmp#id986 asexml_r2516.tmp#id984 asexml_r2516.tmp#id985 asexml_r2516.tmp#id983
Type NOSErrorFieldType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model Name , Value{0,1}
Children Name, Value
Instance
<ErrorField valueType="">
  <Name>{1,1}</Name>
  <Value>{0,1}</Value>
</ErrorField>
Attributes
QName Type Fixed Default Use Annotation
valueType restriction of xsd:string required
Source
<xsd:element name="ErrorField" type="NOSErrorFieldType" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Element NOSErrorFieldType/Name
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content: simple
Source
<xsd:element name="Name" type="xsd:string"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Element NOSErrorFieldType/Value
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content: simple
minOccurs: 0
Source
<xsd:element name="Value" type="xsd:string" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type CompanyBookingIdType
Namespace urn:aseXML:r25
Annotations
The ID (set by Company (TNSP)) of the submitted booking
Diagram
Diagram
Type restriction of xsd:string
Facets
minLength 1
maxLength 20
Used by
Source
<xsd:simpleType name="CompanyBookingIdType">
  <xsd:annotation>
    <xsd:documentation>The ID (set by Company (TNSP)) of the submitted booking</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="20"/>
    <xsd:minLength value="1"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type CompanyRefCodeType
Namespace urn:aseXML:r25
Annotations
Common definition of a company provided booking reference (display only)
Diagram
Diagram
Type restriction of xsd:string
Facets
minLength 1
maxLength 20
Used by
Source
<xsd:simpleType name="CompanyRefCodeType">
  <xsd:annotation>
    <xsd:documentation>Common definition of a company provided booking reference (display only)</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="20"/>
    <xsd:minLength value="1"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type EnumReasonType
Namespace urn:aseXML:r25
Annotations
Enumeration of possible RIEMNS compliant outage reasons
Diagram
Diagram
Type restriction of xsd:string
Facets
whiteSpace collapse
maxLength 40
enumeration HV equipt maintenance, Secondary equipt maintenance, HV equipt commissioning, Secondary equipt commissioning
Used by
Source
<xsd:simpleType name="EnumReasonType">
  <xsd:annotation>
    <xsd:documentation>Enumeration of possible RIEMNS compliant outage reasons</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    <xsd:whiteSpace value="collapse"/>
    <xsd:enumeration value="HV equipt maintenance"/>
    <xsd:enumeration value="Secondary equipt maintenance"/>
    <xsd:enumeration value="HV equipt commissioning"/>
    <xsd:enumeration value="Secondary equipt commissioning"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type EnumScopeOfWorkType
Namespace urn:aseXML:r25
Annotations
Enumeration of possible RIEMNS compliant scopes of work for a booking
Diagram
Diagram
Type restriction of xsd:string
Facets
whiteSpace collapse
maxLength 25
enumeration Line, Substn, Line/Substn, Live Line, Live Substn, Live Line/Substn, Protection, SCADA, Communications, Other secondary equipt, Auto Control Scheme
Used by
Source
<xsd:simpleType name="EnumScopeOfWorkType">
  <xsd:annotation>
    <xsd:documentation>Enumeration of possible RIEMNS compliant scopes of work for a booking</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="25"/>
    <xsd:whiteSpace value="collapse"/>
    <xsd:enumeration value="Line"/>
    <xsd:enumeration value="Substn"/>
    <xsd:enumeration value="Line/Substn"/>
    <xsd:enumeration value="Live Line"/>
    <xsd:enumeration value="Live Substn"/>
    <xsd:enumeration value="Live Line/Substn"/>
    <xsd:enumeration value="Protection"/>
    <xsd:enumeration value="SCADA"/>
    <xsd:enumeration value="Communications"/>
    <xsd:enumeration value="Other secondary equipt"/>
    <xsd:enumeration value="Auto Control Scheme"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type EnumCertaintyType
Namespace urn:aseXML:r25
Annotations
Enumeration of possible RIEMNS compliant booking certainty
Diagram
Diagram
Type restriction of xsd:string
Facets
whiteSpace collapse
maxLength 40
enumeration Outage scheduled, System security assessed, Outage confirmed
Used by
Source
<xsd:simpleType name="EnumCertaintyType">
  <xsd:annotation>
    <xsd:documentation>Enumeration of possible RIEMNS compliant booking certainty</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    <xsd:whiteSpace value="collapse"/>
    <xsd:enumeration value="Outage scheduled"/>
    <xsd:enumeration value="System security assessed"/>
    <xsd:enumeration value="Outage confirmed"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type CompanyElementIdType
Namespace urn:aseXML:r25
Annotations
The ID (set by Company (TNSP)) of the equipment involved in the booking
Diagram
Diagram
Type restriction of xsd:string
Facets
minLength 1
maxLength 45
Used by
Source
<xsd:simpleType name="CompanyElementIdType">
  <xsd:annotation>
    <xsd:documentation>The ID (set by Company (TNSP)) of the equipment involved in the booking</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="45"/>
    <xsd:minLength value="1"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type EnumBookingElementServiceAffectedType
Namespace urn:aseXML:r25
Annotations
Enumeration of possible services affected by a Booking.
Diagram
Diagram
Type restriction of xsd:string
Facets
whiteSpace collapse
maxLength 30
enumeration HV plant, HV A/R OFF, HV trip & A/R test, HV plant protection+trip test, HV plant protection, System Protection, UV control scheme, UF load shed scheme, Overload scheme, DC link scheme, Other control scheme, Voice, Data & controls, AGC controls, Other equipment
Used by
Source
<xsd:simpleType name="EnumBookingElementServiceAffectedType">
  <xsd:annotation>
    <xsd:documentation>Enumeration of possible services affected by a Booking.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="30"/>
    <xsd:whiteSpace value="collapse"/>
    <xsd:enumeration value="HV plant"/>
    <xsd:enumeration value="HV A/R OFF"/>
    <xsd:enumeration value="HV trip & A/R test"/>
    <xsd:enumeration value="HV plant protection+trip test"/>
    <xsd:enumeration value="HV plant protection"/>
    <xsd:enumeration value="System Protection"/>
    <xsd:enumeration value="UV control scheme"/>
    <xsd:enumeration value="UF load shed scheme"/>
    <xsd:enumeration value="Overload scheme"/>
    <xsd:enumeration value="DC link scheme"/>
    <xsd:enumeration value="Other control scheme"/>
    <xsd:enumeration value="Voice"/>
    <xsd:enumeration value="Data & controls"/>
    <xsd:enumeration value="AGC controls"/>
    <xsd:enumeration value="Other equipment"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type CompanyOutageIdType
Namespace urn:aseXML:r25
Annotations
The ID (set by Company (TNSP)) of the submitted outage
Diagram
Diagram
Type restriction of xsd:string
Facets
minLength 1
maxLength 20
Used by
Source
<xsd:simpleType name="CompanyOutageIdType">
  <xsd:annotation>
    <xsd:documentation>The ID (set by Company (TNSP)) of the submitted outage</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="20"/>
    <xsd:minLength value="1"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type EnumReasonVarPlanActualType
Namespace urn:aseXML:r25
Annotations
Enumeration of possible reasons an outage planned and actual times may vary
Diagram
Diagram
Type restriction of xsd:string
Facets
whiteSpace collapse
maxLength 30
enumeration Not Supplied, Security Requirement, System Conditions, Weather, Resource Problems
Used by
Source
<xsd:simpleType name="EnumReasonVarPlanActualType">
  <xsd:annotation>
    <xsd:documentation>Enumeration of possible reasons an outage planned and actual times may vary</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="30"/>
    <xsd:whiteSpace value="collapse"/>
    <xsd:enumeration value="Not Supplied"/>
    <xsd:enumeration value="Security Requirement"/>
    <xsd:enumeration value="System Conditions"/>
    <xsd:enumeration value="Weather"/>
    <xsd:enumeration value="Resource Problems"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Complex Type NoteType
Namespace urn:aseXML:r25
Annotations
Standard NOS note. A note must have a PlainText and/or a FileAttach.
Diagram
Diagram asexml_r2516.tmp#id946 asexml_r2516.tmp#id947 asexml_r2516.tmp#id948 asexml_r2516.tmp#id949 asexml_r2516.tmp#id951
Used by
Model PlainText{0,1} , FileName{0,1} , FileAttach{0,1} , CreatedBy{0,1} , CreatedOn{0,1}
Children CreatedBy, CreatedOn, FileAttach, FileName, PlainText
Source
<xsd:complexType name="NoteType">
  <xsd:annotation>
    <xsd:documentation>Standard NOS note. A note must have a PlainText and/or a FileAttach.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="PlainText" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>The note as plain text</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:whiteSpace value="preserve"/>
          <xsd:minLength value="1"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="FileName" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Required if file attachment included in note.</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="255"/>
          <xsd:whiteSpace value="preserve"/>
          <xsd:minLength value="1"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="FileAttach" type="xsd:base64Binary" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>A single file attachment</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="CreatedBy" type="NOSUserIdType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Set by NEMMCO</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="CreatedOn" type="xsd:dateTime" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Set by NEMMCO</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type NOSUserIdType
Namespace urn:aseXML:r25
Annotations
Common definition for user id fields through out NOS schema structures
Diagram
Diagram
Type restriction of xsd:string
Facets
whiteSpace collapse
maxLength 128
Used by
Source
<xsd:simpleType name="NOSUserIdType">
  <xsd:annotation>
    <xsd:documentation>Common definition for user id fields through out NOS schema structures</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:whiteSpace value="collapse"/>
    <xsd:maxLength value="128"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type CompanyNoteIdType
Namespace urn:aseXML:r25
Annotations
The ID (set by Company (TNSP)) of the submitted note
Diagram
Diagram
Type restriction of xsd:string
Facets
minLength 1
maxLength 20
Used by
Source
<xsd:simpleType name="CompanyNoteIdType">
  <xsd:annotation>
    <xsd:documentation>The ID (set by Company (TNSP)) of the submitted note</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="20"/>
    <xsd:minLength value="1"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type EnumCompanyNoteType
Namespace urn:aseXML:r25
Annotations
Company Note type is used by both booking and outage notes. The word Company was used in the name to avoid confusion with Assessment note type.
Diagram
Diagram
Type restriction of xsd:string
Facets
whiteSpace collapse
maxLength 40
enumeration Effect On System / Work Details, Contingency Plan, Issue Response, Pre-Requisite Switching, Limit Equation Data, Isolation Points
Used by
Source
<xsd:simpleType name="EnumCompanyNoteType">
  <xsd:annotation>
    <xsd:documentation>Company Note type is used by both booking and outage notes. The word Company was used in the name to avoid confusion with Assessment note type.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    <xsd:whiteSpace value="collapse"/>
    <xsd:enumeration value="Effect On System / Work Details"/>
    <xsd:enumeration value="Contingency Plan"/>
    <xsd:enumeration value="Issue Response"/>
    <xsd:enumeration value="Pre-Requisite Switching"/>
    <xsd:enumeration value="Limit Equation Data"/>
    <xsd:enumeration value="Isolation Points"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type NOSOperationType
Namespace urn:aseXML:r25
Annotations
Used to distinguish between submit, resubmit and withdraw of NOS data
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration Submit, Resubmit, Withdraw
Used by
Source
<xsd:simpleType name="NOSOperationType">
  <xsd:annotation>
    <xsd:documentation>Used to distinguish between submit, resubmit and withdraw of NOS data</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Submit"/>
    <xsd:enumeration value="Resubmit"/>
    <xsd:enumeration value="Withdraw"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type EnumResubmitReasonType
Namespace urn:aseXML:r25
Annotations
Enumeration of possible reason for resubmission or withdrawal of an outage
Diagram
Diagram
Type restriction of xsd:string
Facets
whiteSpace collapse
maxLength 40
enumeration Not Supplied, Information Update, Optimising Availability, Environ Hazards, Resource Problems, NEMMCO Request, System Incident, Weather
Used by
Source
<xsd:simpleType name="EnumResubmitReasonType">
  <xsd:annotation>
    <xsd:documentation>Enumeration of possible reason for resubmission or withdrawal of an outage</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    <xsd:whiteSpace value="collapse"/>
    <xsd:enumeration value="Not Supplied"/>
    <xsd:enumeration value="Information Update"/>
    <xsd:enumeration value="Optimising Availability"/>
    <xsd:enumeration value="Environ Hazards"/>
    <xsd:enumeration value="Resource Problems"/>
    <xsd:enumeration value="NEMMCO Request"/>
    <xsd:enumeration value="System Incident"/>
    <xsd:enumeration value="Weather"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Complex Type NOSErrorType
Namespace urn:aseXML:r25
Annotations
Generic NOS error relating to a booking/equipment submission
Diagram
Diagram asexml_r2516.tmp#id980 asexml_r2516.tmp#id981 asexml_r2516.tmp#id982
Used by
Model Code , Message , ErrorField*
Children Code, ErrorField, Message
Source
<xsd:complexType name="NOSErrorType">
  <xsd:annotation>
    <xsd:documentation>Generic NOS error relating to a booking/equipment submission</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Code" type="EventCode"/>
    <xsd:element name="Message">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:minLength value="1"/>
          <xsd:maxLength value="500"/>
          <xsd:whiteSpace value="collapse"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ErrorField" type="NOSErrorFieldType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Complex Type NOSErrorFieldType
Namespace urn:aseXML:r25
Annotations
Which fields in the booking/equipment submission relate to the error
Diagram
Diagram asexml_r2516.tmp#id986 asexml_r2516.tmp#id984 asexml_r2516.tmp#id985
Used by
Model Name , Value{0,1}
Children Name, Value
Attributes
QName Type Fixed Default Use Annotation
valueType restriction of xsd:string required
Source
<xsd:complexType name="NOSErrorFieldType">
  <xsd:annotation>
    <xsd:documentation>Which fields in the booking/equipment submission relate to the error</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Name" type="xsd:string"/>
    <xsd:element name="Value" type="xsd:string" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="valueType" use="required">
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="string"/>
        <xsd:enumeration value="integer"/>
        <xsd:enumeration value="float"/>
        <xsd:enumeration value="date"/>
        <xsd:enumeration value="boolean"/>
        <xsd:enumeration value="unavailable"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type EnumOutageStatusType
Namespace urn:aseXML:r25
Annotations
Enumeration of statuses that can be assigned to an outage
Diagram
Diagram
Type restriction of xsd:string
Facets
whiteSpace collapse
maxLength 20
enumeration SUBMIT, RESUBMIT, MTLTP, STLTP, PDLTP, PTP, PTR, COMPLETE, UTP, WD REQ, WDRAWN, INFO
Used by
Source
<xsd:simpleType name="EnumOutageStatusType">
  <xsd:annotation>
    <xsd:documentation>Enumeration of statuses that can be assigned to an outage</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="20"/>
    <xsd:whiteSpace value="collapse"/>
    <xsd:enumeration value="SUBMIT"/>
    <xsd:enumeration value="RESUBMIT"/>
    <xsd:enumeration value="MTLTP"/>
    <xsd:enumeration value="STLTP"/>
    <xsd:enumeration value="PDLTP"/>
    <xsd:enumeration value="PTP"/>
    <xsd:enumeration value="PTR"/>
    <xsd:enumeration value="COMPLETE"/>
    <xsd:enumeration value="UTP"/>
    <xsd:enumeration value="WD REQ"/>
    <xsd:enumeration value="WDRAWN"/>
    <xsd:enumeration value="INFO"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type NEMMCOIssueIdType
Namespace urn:aseXML:r25
Annotations
The ID (set by NEMMCO) of a issue
Diagram
Diagram
Type xsd:int
Used by
Source
<xsd:simpleType name="NEMMCOIssueIdType">
  <xsd:annotation>
    <xsd:documentation>The ID (set by NEMMCO) of a issue</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:int"/>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type EnumAssessmentIssueType
Namespace urn:aseXML:r25
Annotations
Enumeration of Assessment Issue catagories
Diagram
Diagram
Type restriction of xsd:string
Facets
whiteSpace collapse
maxLength 20
enumeration Constraint Required, Contingency, Ratings, General
Used by
Source
<xsd:simpleType name="EnumAssessmentIssueType">
  <xsd:annotation>
    <xsd:documentation>Enumeration of Assessment Issue catagories</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="20"/>
    <xsd:whiteSpace value="collapse"/>
    <xsd:enumeration value="Constraint Required"/>
    <xsd:enumeration value="Contingency"/>
    <xsd:enumeration value="Ratings"/>
    <xsd:enumeration value="General"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type EnumAssessmentNoteType
Namespace urn:aseXML:r25
Annotations
Enumeration of Assessment Note catagories
Diagram
Diagram
Type restriction of xsd:string
Facets
whiteSpace collapse
maxLength 40
enumeration Condition of Approval, Constraint Information, General, Market Notice, Network Analysis, Security Requirement
Used by
Source
<xsd:simpleType name="EnumAssessmentNoteType">
  <xsd:annotation>
    <xsd:documentation>Enumeration of Assessment Note catagories</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:whiteSpace value="collapse"/>
    <xsd:maxLength value="40"/>
    <xsd:enumeration value="Condition of Approval"/>
    <xsd:enumeration value="Constraint Information"/>
    <xsd:enumeration value="General"/>
    <xsd:enumeration value="Market Notice"/>
    <xsd:enumeration value="Network Analysis"/>
    <xsd:enumeration value="Security Requirement"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type NOSInfoType
Namespace urn:aseXML:r25
Annotations
Used to distinguish between submit, resubmit and withdraw of NOS data
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration Booking Response, Equipment Response, Notification
Used by
Source
<xsd:simpleType name="NOSInfoType">
  <xsd:annotation>
    <xsd:documentation>Used to distinguish between submit, resubmit and withdraw of NOS data</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Booking Response"/>
    <xsd:enumeration value="Equipment Response"/>
    <xsd:enumeration value="Notification"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Simple Type NOSVoltage
Namespace urn:aseXML:r25
Annotations
Common voltage field definition
Diagram
Diagram
Type restriction of xsd:decimal
Facets
totalDigits 5
fractionDigits 1
Used by
Source
<xsd:simpleType name="NOSVoltage">
  <xsd:annotation>
    <xsd:documentation>Common voltage field definition</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:decimal">
    <xsd:totalDigits value="5"/>
    <xsd:fractionDigits value="1"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd
Attribute NOSErrorFieldType/@valueType
Namespace No namespace
Type restriction of xsd:string
Properties
use: required
Facets
enumeration string, integer, float, date, boolean, unavailable
Used by
Complex Type NOSErrorFieldType
Source
<xsd:attribute name="valueType" use="required">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="string"/>
      <xsd:enumeration value="integer"/>
      <xsd:enumeration value="float"/>
      <xsd:enumeration value="date"/>
      <xsd:enumeration value="boolean"/>
      <xsd:enumeration value="unavailable"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSCommon_r18.xsd