Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema NOSAssessment_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 transactions necessary to manage the transfer of Network Outage information between TNSPs and NEMMCO
Properties
attribute form default: unqualified
element form default: unqualified
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSInfoResponse/Booking
Namespace No namespace
Diagram
Diagram asexml_r2520.tmp#id966 asexml_r2520.tmp#id967 asexml_r2520.tmp#id899 asexml_r2520.tmp#id901 asexml_r2520.tmp#id902 asexml_r2520.tmp#id904 asexml_r2520.tmp#id905 asexml_r2520.tmp#id906 asexml_r2520.tmp#id907 asexml_r2520.tmp#id909 asexml_r2520.tmp#id911 asexml_r2520.tmp#id913 asexml_r2520.tmp#id922 asexml_r2520.tmp#id964 asexml_r2520.tmp#id965 asexml_r2520.tmp#id898
Type BookingType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model CompanyBookingId , TNSPId{0,1} , CompanyRefCode{0,1} , InformationOnly{0,1} , NotForPublication{0,1} , PrimaryOut{0,1} , Reason{0,1} , ScopeOfWork{0,1} , Certainty{0,1} , BookingElements{0,1} , Outages{0,1} , Notes{0,1} , ResubmitReason{0,1}
Children BookingElements, Certainty, CompanyBookingId, CompanyRefCode, InformationOnly, NotForPublication, Notes, Outages, PrimaryOut, Reason, ResubmitReason, ScopeOfWork, TNSPId
Instance
<Booking changedBy="" operationType="">
  <CompanyBookingId>{1,1}</CompanyBookingId>
  <TNSPId context="" description="">{0,1}</TNSPId>
  <CompanyRefCode>{0,1}</CompanyRefCode>
  <InformationOnly>{0,1}</InformationOnly>
  <NotForPublication>{0,1}</NotForPublication>
  <PrimaryOut>{0,1}</PrimaryOut>
  <Reason>{0,1}</Reason>
  <ScopeOfWork>{0,1}</ScopeOfWork>
  <Certainty>{0,1}</Certainty>
  <BookingElements>{0,1}</BookingElements>
  <Outages>{0,1}</Outages>
  <Notes>{0,1}</Notes>
  <ResubmitReason>{0,1}</ResubmitReason>
</Booking>
Attributes
QName Type Fixed Default Use Annotation
changedBy MessageSecurityContext optional
operationType NOSOperationType optional
Source
<xsd:element name="Booking" type="BookingType" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSInfoResponse/OutageStatus
Namespace No namespace
Diagram
Diagram asexml_r258.tmp#id1048 asexml_r258.tmp#id1049 asexml_r258.tmp#id1050 asexml_r258.tmp#id1052 asexml_r258.tmp#id1053 asexml_r258.tmp#id1054 asexml_r258.tmp#id1047
Type OutageStatusType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model CompanyBookingId , CompanyOutageId , Status , ChangedOn , ChangedBy , RequestedFor{0,1}
Children ChangedBy, ChangedOn, CompanyBookingId, CompanyOutageId, RequestedFor, Status
Instance
<OutageStatus>
  <CompanyBookingId>{1,1}</CompanyBookingId>
  <CompanyOutageId>{1,1}</CompanyOutageId>
  <Status>{1,1}</Status>
  <ChangedOn>{1,1}</ChangedOn>
  <ChangedBy>{1,1}</ChangedBy>
  <RequestedFor>{0,1}</RequestedFor>
</OutageStatus>
Source
<xsd:element name="OutageStatus" type="OutageStatusType" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element OutageStatusType/CompanyBookingId
Namespace No namespace
Annotations
The company provided id for the booking to which the information change pertains.
Diagram
Diagram asexml_r2516.tmp#id900
Type CompanyBookingIdType
Properties
content: simple
Facets
minLength 1
maxLength 20
Source
<xsd:element name="CompanyBookingId" type="CompanyBookingIdType">
  <xsd:annotation>
    <xsd:documentation>The company provided id for the booking to which the information change pertains.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element OutageStatusType/CompanyOutageId
Namespace No namespace
Annotations
The company provided id for the outage to which the information change pertains. The outage will belong to the booking referenced by CompanyBookingId.
Diagram
Diagram asexml_r2516.tmp#id927
Type CompanyOutageIdType
Properties
content: simple
Facets
minLength 1
maxLength 20
Source
<xsd:element name="CompanyOutageId" type="CompanyOutageIdType">
  <xsd:annotation>
    <xsd:documentation>The company provided id for the outage to which the information change pertains. The outage will belong to the booking referenced by CompanyBookingId.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element OutageStatusType/Status
Namespace No namespace
Annotations
The Status of the outage as of the changed on date
Diagram
Diagram asexml_r2516.tmp#id1051
Type EnumOutageStatusType
Properties
content: simple
Facets
whiteSpace collapse
maxLength 20
enumeration SUBMIT, RESUBMIT, MTLTP, STLTP, PDLTP, PTP, PTR, COMPLETE, UTP, WD REQ, WDRAWN, INFO
Source
<xsd:element name="Status" type="EnumOutageStatusType">
  <xsd:annotation>
    <xsd:documentation>The Status of the outage as of the changed on date</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element OutageStatusType/ChangedOn
Namespace No namespace
Annotations
The time the status was set
Diagram
Diagram
Type xsd:dateTime
Properties
content: simple
Source
<xsd:element name="ChangedOn" type="xsd:dateTime">
  <xsd:annotation>
    <xsd:documentation>The time the status was set</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element OutageStatusType/ChangedBy
Namespace No namespace
Annotations
The user whose action (direct or indirect) caused the change in the outage''s status
Diagram
Diagram asexml_r2516.tmp#id950
Type NOSUserIdType
Properties
content: simple
Facets
whiteSpace collapse
maxLength 128
Source
<xsd:element name="ChangedBy" type="NOSUserIdType">
  <xsd:annotation>
    <xsd:documentation>The user whose action (direct or indirect) caused the change in the outage''s status</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element OutageStatusType/RequestedFor
Namespace No namespace
Annotations
This is the time that the PTP request was made for. It does not neccessarily correspond with the time that the NEMMCO coordinator actually selects the PTP status (Ditto PTR). This field is only used for statuses of PTP and PTR.
Diagram
Diagram
Type xsd:dateTime
Properties
content: simple
minOccurs: 0
Source
<xsd:element name="RequestedFor" type="xsd:dateTime" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>This is the time that the PTP request was made for. It does not neccessarily correspond with the time that the NEMMCO coordinator actually selects the PTP status (Ditto PTR). This field is only used for statuses of PTP and PTR.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSInfoResponse/OutageConstraint
Namespace No namespace
Diagram
Diagram asexml_r258.tmp#id1063 asexml_r258.tmp#id1057 asexml_r258.tmp#id1058 asexml_r258.tmp#id1059 asexml_r258.tmp#id1056
Type OutageConstraintType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model CompanyBookingId , CompanyOutageId , Constraint
Children CompanyBookingId, CompanyOutageId, Constraint
Instance
<OutageConstraint operationType="">
  <CompanyBookingId>{1,1}</CompanyBookingId>
  <CompanyOutageId>{1,1}</CompanyOutageId>
  <Constraint>{1,1}</Constraint>
</OutageConstraint>
Attributes
QName Type Fixed Default Use Annotation
operationType NOSOperationType optional
Source
<xsd:element name="OutageConstraint" type="OutageConstraintType" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element OutageConstraintType/CompanyBookingId
Namespace No namespace
Annotations
The company provided id for the booking to which the information change pertains.
Diagram
Diagram asexml_r2516.tmp#id900
Type CompanyBookingIdType
Properties
content: simple
Facets
minLength 1
maxLength 20
Source
<xsd:element name="CompanyBookingId" type="CompanyBookingIdType">
  <xsd:annotation>
    <xsd:documentation>The company provided id for the booking to which the information change pertains.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element OutageConstraintType/CompanyOutageId
Namespace No namespace
Annotations
The company provided id for the outage to which the information change pertains. The outage will belong to the booking referenced by CompanyBookingId.
Diagram
Diagram asexml_r2516.tmp#id927
Type CompanyOutageIdType
Properties
content: simple
Facets
minLength 1
maxLength 20
Source
<xsd:element name="CompanyOutageId" type="CompanyOutageIdType">
  <xsd:annotation>
    <xsd:documentation>The company provided id for the outage to which the information change pertains. The outage will belong to the booking referenced by CompanyBookingId.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element OutageConstraintType/Constraint
Namespace No namespace
Diagram
Diagram asexml_r258.tmp#id1060 asexml_r258.tmp#id1061 asexml_r258.tmp#id1062
Properties
content: complex
Model ConstraintSetId , Invoke , Revoke
Children ConstraintSetId, Invoke, Revoke
Instance
<Constraint>
  <ConstraintSetId>{1,1}</ConstraintSetId>
  <Invoke>{1,1}</Invoke>
  <Revoke>{1,1}</Revoke>
</Constraint>
Source
<xsd:element name="Constraint">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="ConstraintSetId">
        <xsd:annotation>
          <xsd:documentation>The constraint set ID from the NEMMCO MMS. Set by NEMMCO.</xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
          <xsd:restriction base="xsd:string">
            <xsd:maxLength value="20"/>
            <xsd:whiteSpace value="collapse"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:element>
      <xsd:element name="Invoke" type="xsd:dateTime">
        <xsd:annotation>
          <xsd:documentation>The date and time the constraint should become active in the NEM</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="Revoke" type="xsd:dateTime">
        <xsd:annotation>
          <xsd:documentation>The date and time the constraint should become inactive in the NEM</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element Constraint/OutageConstraintType/ConstraintSetId
Namespace No namespace
Annotations
The constraint set ID from the NEMMCO MMS. Set by NEMMCO.
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
whiteSpace collapse
maxLength 20
Source
<xsd:element name="ConstraintSetId">
  <xsd:annotation>
    <xsd:documentation>The constraint set ID from the NEMMCO MMS. Set by NEMMCO.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="20"/>
      <xsd:whiteSpace value="collapse"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element Constraint/OutageConstraintType/Invoke
Namespace No namespace
Annotations
The date and time the constraint should become active in the NEM
Diagram
Diagram
Type xsd:dateTime
Properties
content: simple
Source
<xsd:element name="Invoke" type="xsd:dateTime">
  <xsd:annotation>
    <xsd:documentation>The date and time the constraint should become active in the NEM</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element Constraint/OutageConstraintType/Revoke
Namespace No namespace
Annotations
The date and time the constraint should become inactive in the NEM
Diagram
Diagram
Type xsd:dateTime
Properties
content: simple
Source
<xsd:element name="Revoke" type="xsd:dateTime">
  <xsd:annotation>
    <xsd:documentation>The date and time the constraint should become inactive in the NEM</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSInfoResponse/Assessment
Namespace No namespace
Diagram
Diagram asexml_r258.tmp#id1105 asexml_r258.tmp#id1066 asexml_r258.tmp#id1067 asexml_r258.tmp#id1068 asexml_r258.tmp#id1069 asexml_r258.tmp#id1070 asexml_r258.tmp#id1075 asexml_r258.tmp#id1081 asexml_r258.tmp#id1092 asexml_r258.tmp#id1098 asexml_r258.tmp#id1065
Type NOSAssessmentType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model SheetId , AssessmentDate , AssessmentTitle , RequiresReview , Outage* , Constraint* , Issue* , Note* , Limit*
Children AssessmentDate, AssessmentTitle, Constraint, Issue, Limit, Note, Outage, RequiresReview, SheetId
Instance
<Assessment operationType="">
  <SheetId>{1,1}</SheetId>
  <AssessmentDate>{1,1}</AssessmentDate>
  <AssessmentTitle>{1,1}</AssessmentTitle>
  <RequiresReview>{1,1}</RequiresReview>
  <Outage operationType="">{0,unbounded}</Outage>
  <Constraint operationType="">{0,unbounded}</Constraint>
  <Issue operationType="">{0,unbounded}</Issue>
  <Note operationType="">{0,unbounded}</Note>
  <Limit operationType="">{0,unbounded}</Limit>
</Assessment>
Attributes
QName Type Fixed Default Use Annotation
operationType NOSOperationType optional
Source
<xsd:element name="Assessment" type="NOSAssessmentType" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSAssessmentType/SheetId
Namespace No namespace
Annotations
Assessment Sheet Id is the unique id for an assessment. This id may be reused again after the assessment withdrawn.
Diagram
Diagram
Type xsd:int
Properties
content: simple
Source
<xsd:element name="SheetId" type="xsd:int">
  <xsd:annotation>
    <xsd:documentation>Assessment Sheet Id is the unique id for an assessment. This id may be reused again after the assessment withdrawn.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSAssessmentType/AssessmentDate
Namespace No namespace
Annotations
Provides for assessment information to be differentiated by time.
Diagram
Diagram
Type xsd:dateTime
Properties
content: simple
Source
<xsd:element name="AssessmentDate" type="xsd:dateTime">
  <xsd:annotation>
    <xsd:documentation>Provides for assessment information to be differentiated by time.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSAssessmentType/AssessmentTitle
Namespace No namespace
Annotations
A summary line identifying the Assessment conditions. Provides for assessment information to be differentiated on the basis of factors other than time (eg: Forecast demand)
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
whiteSpace preserve
maxLength 128
Source
<xsd:element name="AssessmentTitle">
  <xsd:annotation>
    <xsd:documentation>A summary line identifying the Assessment conditions. Provides for assessment information to be differentiated on the basis of factors other than time (eg: Forecast demand)</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="128"/>
      <xsd:whiteSpace value="preserve"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSAssessmentType/RequiresReview
Namespace No namespace
Annotations
This Assessment Sheet now requires a review by NEMMCO. Information may be incorrect for reasons such as outages being rescheduled.
Diagram
Diagram
Type xsd:boolean
Properties
content: simple
Source
<xsd:element name="RequiresReview" type="xsd:boolean">
  <xsd:annotation>
    <xsd:documentation>This Assessment Sheet now requires a review by NEMMCO. Information may be incorrect for reasons such as outages being rescheduled.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSAssessmentType/Outage
Namespace No namespace
Annotations
The set of outages that the information on this Assessment Sheet applies to. NOTE: The information ONLY applies to the time period that the outages in this set overlap.
Diagram
Diagram asexml_r258.tmp#id1074 asexml_r258.tmp#id1071 asexml_r258.tmp#id1072 asexml_r258.tmp#id1073
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model CompanyBookingId , CompanyOutageId , TNSPId{0,1}
Children CompanyBookingId, CompanyOutageId, TNSPId
Instance
<Outage operationType="">
  <CompanyBookingId>{1,1}</CompanyBookingId>
  <CompanyOutageId>{1,1}</CompanyOutageId>
  <TNSPId context="" description="">{0,1}</TNSPId>
</Outage>
Attributes
QName Type Fixed Default Use Annotation
operationType NOSOperationType optional
Source
<xsd:element name="Outage" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>The set of outages that the information on this Assessment Sheet applies to. NOTE: The information ONLY applies to the time period that the outages in this set overlap.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="CompanyBookingId" type="CompanyBookingIdType">
        <xsd:annotation>
          <xsd:documentation>TODO The company provided id for the booking to which the information change pertains.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="CompanyOutageId" type="CompanyOutageIdType">
        <xsd:annotation>
          <xsd:documentation>TODO The company provided id for the outage to which the information change pertains. The outage will belong to the booking referenced by CompanyBookingId.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="TNSPId" type="PartyIdentifier" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>TODO The B2B id of the TNSP own's the booking/outage. Only required if TNSP A kneeds to know about TNSP B's outage.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
  </xsd:complexType>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element Outage/NOSAssessmentType/CompanyBookingId
Namespace No namespace
Annotations
TODO The company provided id for the booking to which the information change pertains.
Diagram
Diagram asexml_r2516.tmp#id900
Type CompanyBookingIdType
Properties
content: simple
Facets
minLength 1
maxLength 20
Source
<xsd:element name="CompanyBookingId" type="CompanyBookingIdType">
  <xsd:annotation>
    <xsd:documentation>TODO The company provided id for the booking to which the information change pertains.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element Outage/NOSAssessmentType/CompanyOutageId
Namespace No namespace
Annotations
TODO The company provided id for the outage to which the information change pertains. The outage will belong to the booking referenced by CompanyBookingId.
Diagram
Diagram asexml_r2516.tmp#id927
Type CompanyOutageIdType
Properties
content: simple
Facets
minLength 1
maxLength 20
Source
<xsd:element name="CompanyOutageId" type="CompanyOutageIdType">
  <xsd:annotation>
    <xsd:documentation>TODO The company provided id for the outage to which the information change pertains. The outage will belong to the booking referenced by CompanyBookingId.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element Outage/NOSAssessmentType/TNSPId
Namespace No namespace
Annotations
TODO The B2B id of the TNSP own's the booking/outage. Only required if TNSP A kneeds to know about TNSP B's outage.
Diagram
Diagram asexml_r250.tmp#id39 asexml_r250.tmp#id40 asexml_r250.tmp#id38
Type PartyIdentifier
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
context restriction of xsd:string optional
description xsd:string optional
Source
<xsd:element name="TNSPId" type="PartyIdentifier" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>TODO The B2B id of the TNSP own's the booking/outage. Only required if TNSP A kneeds to know about TNSP B's outage.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSAssessmentType/Constraint
Namespace No namespace
Diagram
Diagram asexml_r258.tmp#id1080 asexml_r258.tmp#id1077 asexml_r258.tmp#id1078 asexml_r258.tmp#id1079 asexml_r258.tmp#id1076
Type NOSConstraintType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ConstraintSetId , ConstraintSetDesc , InvokeComment{0,1}
Children ConstraintSetDesc, ConstraintSetId, InvokeComment
Instance
<Constraint operationType="">
  <ConstraintSetId>{1,1}</ConstraintSetId>
  <ConstraintSetDesc>{1,1}</ConstraintSetDesc>
  <InvokeComment>{0,1}</InvokeComment>
</Constraint>
Attributes
QName Type Fixed Default Use Annotation
operationType NOSOperationType optional
Source
<xsd:element name="Constraint" type="NOSConstraintType" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSConstraintType/ConstraintSetId
Namespace No namespace
Annotations
The constraint set ID from the NEMMCO MMS. Set by NEMMCO.
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
whiteSpace collapse
maxLength 20
Source
<xsd:element name="ConstraintSetId">
  <xsd:annotation>
    <xsd:documentation>The constraint set ID from the NEMMCO MMS. Set by NEMMCO.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="20"/>
      <xsd:whiteSpace value="collapse"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSConstraintType/ConstraintSetDesc
Namespace No namespace
Annotations
The constraint set Description from the NEMMCO MMS
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
whiteSpace collapse
maxLength 256
Source
<xsd:element name="ConstraintSetDesc">
  <xsd:annotation>
    <xsd:documentation>The constraint set Description from the NEMMCO MMS</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="256"/>
      <xsd:whiteSpace value="collapse"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSConstraintType/InvokeComment
Namespace No namespace
Annotations
A comment about this constraint. Set by NEMMCO.
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 60
Source
<xsd:element name="InvokeComment" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A comment about this constraint. Set by NEMMCO.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="60"/>
      <xsd:whiteSpace value="collapse"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSAssessmentType/Issue
Namespace No namespace
Diagram
Diagram asexml_r258.tmp#id1091 asexml_r258.tmp#id1083 asexml_r258.tmp#id1085 asexml_r258.tmp#id1087 asexml_r258.tmp#id1088 asexml_r258.tmp#id1089 asexml_r258.tmp#id1090 asexml_r258.tmp#id1082
Type NOSIssueType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model IssueId , IssueType , RaisedBy , RaisedOn , Note , Resolved{0,1}
Children IssueId, IssueType, Note, RaisedBy, RaisedOn, Resolved
Instance
<Issue operationType="">
  <IssueId>{1,1}</IssueId>
  <IssueType>{1,1}</IssueType>
  <RaisedBy>{1,1}</RaisedBy>
  <RaisedOn>{1,1}</RaisedOn>
  <Note>{1,1}</Note>
  <Resolved>{0,1}</Resolved>
</Issue>
Attributes
QName Type Fixed Default Use Annotation
operationType NOSOperationType optional
Source
<xsd:element name="Issue" type="NOSIssueType" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSIssueType/IssueId
Namespace No namespace
Annotations
NOS generated unique key for each assessment issue
Diagram
Diagram asexml_r2516.tmp#id1084
Type NEMMCOIssueIdType
Properties
content: simple
Source
<xsd:element name="IssueId" type="NEMMCOIssueIdType">
  <xsd:annotation>
    <xsd:documentation>NOS generated unique key for each assessment issue</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSIssueType/IssueType
Namespace No namespace
Annotations
Issue category.
Diagram
Diagram asexml_r2516.tmp#id1086
Type EnumAssessmentIssueType
Properties
content: simple
Facets
whiteSpace collapse
maxLength 20
enumeration Constraint Required, Contingency, Ratings, General
Source
<xsd:element name="IssueType" type="EnumAssessmentIssueType">
  <xsd:annotation>
    <xsd:documentation>Issue category.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSIssueType/RaisedBy
Namespace No namespace
Annotations
Identifer of NEMMCO user that generated the Issue
Diagram
Diagram asexml_r2516.tmp#id950
Type NOSUserIdType
Properties
content: simple
Facets
whiteSpace collapse
maxLength 128
Source
<xsd:element name="RaisedBy" type="NOSUserIdType">
  <xsd:annotation>
    <xsd:documentation>Identifer of NEMMCO user that generated the Issue</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSIssueType/RaisedOn
Namespace No namespace
Annotations
The date time that the NEMMCO user raised the issue
Diagram
Diagram
Type xsd:dateTime
Properties
content: simple
Source
<xsd:element name="RaisedOn" type="xsd:dateTime">
  <xsd:annotation>
    <xsd:documentation>The date time that the NEMMCO user raised the issue</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSIssueType/Note
Namespace No namespace
Annotations
This is the generic note type
Diagram
Diagram asexml_r2516.tmp#id946 asexml_r2516.tmp#id947 asexml_r2516.tmp#id948 asexml_r2516.tmp#id949 asexml_r2516.tmp#id951 asexml_r2516.tmp#id945
Type NoteType
Properties
content: complex
Model PlainText{0,1} , FileName{0,1} , FileAttach{0,1} , CreatedBy{0,1} , CreatedOn{0,1}
Children CreatedBy, CreatedOn, FileAttach, FileName, PlainText
Instance
<Note>
  <PlainText>{0,1}</PlainText>
  <FileName>{0,1}</FileName>
  <FileAttach>{0,1}</FileAttach>
  <CreatedBy>{0,1}</CreatedBy>
  <CreatedOn>{0,1}</CreatedOn>
</Note>
Source
<xsd:element name="Note" type="NoteType">
  <xsd:annotation>
    <xsd:documentation>This is the generic note type</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSIssueType/Resolved
Namespace No namespace
Annotations
Set when an authorised NEMMCO user decides the issue is resolved
Diagram
Diagram
Type xsd:dateTime
Properties
content: simple
minOccurs: 0
Source
<xsd:element name="Resolved" type="xsd:dateTime" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Set when an authorised NEMMCO user decides the issue is resolved</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSAssessmentType/Note
Namespace No namespace
Diagram
Diagram asexml_r2516.tmp#id946 asexml_r2516.tmp#id947 asexml_r2516.tmp#id948 asexml_r2516.tmp#id949 asexml_r2516.tmp#id951 asexml_r2516.tmp#id945 asexml_r258.tmp#id1097 asexml_r258.tmp#id1094 asexml_r258.tmp#id1095 asexml_r258.tmp#id1093
Type NOSAssessmentNoteType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model PlainText{0,1} , FileName{0,1} , FileAttach{0,1} , CreatedBy{0,1} , CreatedOn{0,1} , NoteId , Type
Children CreatedBy, CreatedOn, FileAttach, FileName, NoteId, PlainText, Type
Instance
<Note operationType="">
  <PlainText>{0,1}</PlainText>
  <FileName>{0,1}</FileName>
  <FileAttach>{0,1}</FileAttach>
  <CreatedBy>{0,1}</CreatedBy>
  <CreatedOn>{0,1}</CreatedOn>
</Note>
Attributes
QName Type Fixed Default Use Annotation
operationType NOSOperationType optional
Source
<xsd:element name="Note" type="NOSAssessmentNoteType" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSAssessmentNoteType/NoteId
Namespace No namespace
Annotations
NoteId provided by NEMMCO. Not for display only useful for update processing
Diagram
Diagram
Type xsd:int
Properties
content: simple
Source
<xsd:element name="NoteId" type="xsd:int">
  <xsd:annotation>
    <xsd:documentation>NoteId provided by NEMMCO. Not for display only useful for update processing</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSAssessmentNoteType/Type
Namespace No namespace
Annotations
Note category. Provides for note separation on the basis of a summary category
Diagram
Diagram asexml_r2516.tmp#id1096
Type EnumAssessmentNoteType
Properties
content: simple
Facets
whiteSpace collapse
maxLength 40
enumeration Condition of Approval, Constraint Information, General, Market Notice, Network Analysis, Security Requirement
Source
<xsd:element name="Type" type="EnumAssessmentNoteType">
  <xsd:annotation>
    <xsd:documentation>Note category. Provides for note separation on the basis of a summary category</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSAssessmentType/Limit
Namespace No namespace
Diagram
Diagram asexml_r258.tmp#id1104 asexml_r258.tmp#id1100 asexml_r258.tmp#id1101 asexml_r258.tmp#id1102 asexml_r258.tmp#id1103 asexml_r258.tmp#id1099
Type NOSRiemnsLimitType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model RiemnsLimitId , Scope , Description , Note
Children Description, Note, RiemnsLimitId, Scope
Instance
<Limit operationType="">
  <RiemnsLimitId>{1,1}</RiemnsLimitId>
  <Scope>{1,1}</Scope>
  <Description>{1,1}</Description>
  <Note>{1,1}</Note>
</Limit>
Attributes
QName Type Fixed Default Use Annotation
operationType NOSOperationType optional
Source
<xsd:element name="Limit" type="NOSRiemnsLimitType" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSRiemnsLimitType/RiemnsLimitId
Namespace No namespace
Annotations
NOS generated unique identifier for the Riemns Limit.
Diagram
Diagram
Type xsd:int
Properties
content: simple
Source
<xsd:element name="RiemnsLimitId" type="xsd:int">
  <xsd:annotation>
    <xsd:documentation>NOS generated unique identifier for the Riemns Limit.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSRiemnsLimitType/Scope
Namespace No namespace
Annotations
Summary Category for Riemns Limit.
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
whiteSpace collapse
maxLength 40
Source
<xsd:element name="Scope">
  <xsd:annotation>
    <xsd:documentation>Summary Category for Riemns Limit.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="40"/>
      <xsd:whiteSpace value="collapse"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSRiemnsLimitType/Description
Namespace No namespace
Annotations
Summary name for the Riemns Limit
Diagram
Diagram
Type restriction of xsd:string
Properties
content: simple
Facets
whiteSpace preserve
maxLength 80
Source
<xsd:element name="Description">
  <xsd:annotation>
    <xsd:documentation>Summary name for the Riemns Limit</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="80"/>
      <xsd:whiteSpace value="preserve"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSRiemnsLimitType/Note
Namespace No namespace
Annotations
Generic Note Type incorporating a spreadsheet attachment containing a plain english description worksheet for the Riemns Limit.
Diagram
Diagram asexml_r2516.tmp#id946 asexml_r2516.tmp#id947 asexml_r2516.tmp#id948 asexml_r2516.tmp#id949 asexml_r2516.tmp#id951 asexml_r2516.tmp#id945
Type NoteType
Properties
content: complex
Model PlainText{0,1} , FileName{0,1} , FileAttach{0,1} , CreatedBy{0,1} , CreatedOn{0,1}
Children CreatedBy, CreatedOn, FileAttach, FileName, PlainText
Instance
<Note>
  <PlainText>{0,1}</PlainText>
  <FileName>{0,1}</FileName>
  <FileAttach>{0,1}</FileAttach>
  <CreatedBy>{0,1}</CreatedBy>
  <CreatedOn>{0,1}</CreatedOn>
</Note>
Source
<xsd:element name="Note" type="NoteType">
  <xsd:annotation>
    <xsd:documentation>Generic Note Type incorporating a spreadsheet attachment containing a plain english description worksheet for the Riemns Limit.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Element NOSInfoResponse/NOSEquipment
Namespace No namespace
Diagram
Diagram asexml_r2512.tmp#id1024 asexml_r2512.tmp#id1017 asexml_r2512.tmp#id1018 asexml_r2512.tmp#id1019 asexml_r2512.tmp#id1020 asexml_r2512.tmp#id1021 asexml_r2512.tmp#id1022 asexml_r2512.tmp#id1023 asexml_r2512.tmp#id1016
Type EquipmentBaseType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model CompanyElementId , CompanyElementName{0,1} , CommissionDate{0,1} , RetirementDate{0,1} , NEMMCOName{0,1} , ValidatedBy{0,1} , TNSPId{0,1}
Children CommissionDate, CompanyElementId, CompanyElementName, NEMMCOName, RetirementDate, TNSPId, ValidatedBy
Instance
<NOSEquipment operationType="">
  <CompanyElementId>{1,1}</CompanyElementId>
  <CompanyElementName>{0,1}</CompanyElementName>
  <CommissionDate>{0,1}</CommissionDate>
  <RetirementDate>{0,1}</RetirementDate>
  <NEMMCOName>{0,1}</NEMMCOName>
  <ValidatedBy>{0,1}</ValidatedBy>
  <TNSPId context="" description="">{0,1}</TNSPId>
</NOSEquipment>
Attributes
QName Type Fixed Default Use Annotation
operationType NOSOperationType optional
Source
<xsd:element name="NOSEquipment" type="EquipmentBaseType" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Complex Type NOSInfoResponse
Namespace urn:aseXML:r25
Annotations
This transaction contains NOS information that may be a response to an information request transaction or generated by NEMMCO on the change of an assessment.
Diagram
Diagram asexml_r258.tmp#id1107 asexml_r258.tmp#id1108 asexml_r258.tmp#id1045 asexml_r258.tmp#id1046 asexml_r258.tmp#id1055 asexml_r258.tmp#id1064 asexml_r258.tmp#id1106
Used by
Model Booking* , OutageStatus* , OutageConstraint* , Assessment* , NOSEquipment*
Children Assessment, Booking, NOSEquipment, OutageConstraint, OutageStatus
Attributes
QName Type Fixed Default Use Annotation
InfoType NOSInfoType required
version r18 required
Source
<xsd:complexType name="NOSInfoResponse">
  <xsd:annotation>
    <xsd:documentation>This transaction contains NOS information that may be a response to an information request transaction or generated by NEMMCO on the change of an assessment.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Booking" type="BookingType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="OutageStatus" type="OutageStatusType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="OutageConstraint" type="OutageConstraintType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="Assessment" type="NOSAssessmentType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="NOSEquipment" type="EquipmentBaseType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="version" type="r18" use="required"/>
  <xsd:attribute name="InfoType" type="NOSInfoType" use="required"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Complex Type OutageStatusType
Namespace urn:aseXML:r25
Annotations
Outage status information to be sent to a TNSP
Diagram
Diagram asexml_r258.tmp#id1048 asexml_r258.tmp#id1049 asexml_r258.tmp#id1050 asexml_r258.tmp#id1052 asexml_r258.tmp#id1053 asexml_r258.tmp#id1054
Used by
Model CompanyBookingId , CompanyOutageId , Status , ChangedOn , ChangedBy , RequestedFor{0,1}
Children ChangedBy, ChangedOn, CompanyBookingId, CompanyOutageId, RequestedFor, Status
Source
<xsd:complexType name="OutageStatusType">
  <xsd:annotation>
    <xsd:documentation>Outage status information to be sent to a TNSP</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="CompanyBookingId" type="CompanyBookingIdType">
      <xsd:annotation>
        <xsd:documentation>The company provided id for the booking to which the information change pertains.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="CompanyOutageId" type="CompanyOutageIdType">
      <xsd:annotation>
        <xsd:documentation>The company provided id for the outage to which the information change pertains. The outage will belong to the booking referenced by CompanyBookingId.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Status" type="EnumOutageStatusType">
      <xsd:annotation>
        <xsd:documentation>The Status of the outage as of the changed on date</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="ChangedOn" type="xsd:dateTime">
      <xsd:annotation>
        <xsd:documentation>The time the status was set</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="ChangedBy" type="NOSUserIdType">
      <xsd:annotation>
        <xsd:documentation>The user whose action (direct or indirect) caused the change in the outage''s status</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="RequestedFor" type="xsd:dateTime" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>This is the time that the PTP request was made for. It does not neccessarily correspond with the time that the NEMMCO coordinator actually selects the PTP status (Ditto PTR). This field is only used for statuses of PTP and PTR.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Complex Type OutageConstraintType
Namespace urn:aseXML:r25
Annotations
All Market constraints related to an outage
Diagram
Diagram asexml_r258.tmp#id1063 asexml_r258.tmp#id1057 asexml_r258.tmp#id1058 asexml_r258.tmp#id1059
Used by
Model CompanyBookingId , CompanyOutageId , Constraint
Children CompanyBookingId, CompanyOutageId, Constraint
Attributes
QName Type Fixed Default Use Annotation
operationType NOSOperationType optional
Source
<xsd:complexType name="OutageConstraintType">
  <xsd:annotation>
    <xsd:documentation>All Market constraints related to an outage</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="CompanyBookingId" type="CompanyBookingIdType">
      <xsd:annotation>
        <xsd:documentation>The company provided id for the booking to which the information change pertains.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="CompanyOutageId" type="CompanyOutageIdType">
      <xsd:annotation>
        <xsd:documentation>The company provided id for the outage to which the information change pertains. The outage will belong to the booking referenced by CompanyBookingId.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Constraint">
      <xsd:complexType>
        <xsd:sequence>
          <xsd:element name="ConstraintSetId">
            <xsd:annotation>
              <xsd:documentation>The constraint set ID from the NEMMCO MMS. Set by NEMMCO.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:string">
                <xsd:maxLength value="20"/>
                <xsd:whiteSpace value="collapse"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="Invoke" type="xsd:dateTime">
            <xsd:annotation>
              <xsd:documentation>The date and time the constraint should become active in the NEM</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="Revoke" type="xsd:dateTime">
            <xsd:annotation>
              <xsd:documentation>The date and time the constraint should become inactive in the NEM</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:sequence>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Complex Type NOSAssessmentType
Namespace urn:aseXML:r25
Annotations
A NEMMCO assessment of one or more TNSP outages
Diagram
Diagram asexml_r258.tmp#id1105 asexml_r258.tmp#id1066 asexml_r258.tmp#id1067 asexml_r258.tmp#id1068 asexml_r258.tmp#id1069 asexml_r258.tmp#id1070 asexml_r258.tmp#id1075 asexml_r258.tmp#id1081 asexml_r258.tmp#id1092 asexml_r258.tmp#id1098
Used by
Model SheetId , AssessmentDate , AssessmentTitle , RequiresReview , Outage* , Constraint* , Issue* , Note* , Limit*
Children AssessmentDate, AssessmentTitle, Constraint, Issue, Limit, Note, Outage, RequiresReview, SheetId
Attributes
QName Type Fixed Default Use Annotation
operationType NOSOperationType optional
Source
<xsd:complexType name="NOSAssessmentType">
  <xsd:annotation>
    <xsd:documentation>A NEMMCO assessment of one or more TNSP outages</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="SheetId" type="xsd:int">
      <xsd:annotation>
        <xsd:documentation>Assessment Sheet Id is the unique id for an assessment. This id may be reused again after the assessment withdrawn.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="AssessmentDate" type="xsd:dateTime">
      <xsd:annotation>
        <xsd:documentation>Provides for assessment information to be differentiated by time.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="AssessmentTitle">
      <xsd:annotation>
        <xsd:documentation>A summary line identifying the Assessment conditions. Provides for assessment information to be differentiated on the basis of factors other than time (eg: Forecast demand)</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="128"/>
          <xsd:whiteSpace value="preserve"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="RequiresReview" type="xsd:boolean">
      <xsd:annotation>
        <xsd:documentation>This Assessment Sheet now requires a review by NEMMCO. Information may be incorrect for reasons such as outages being rescheduled.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Outage" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>The set of outages that the information on this Assessment Sheet applies to. NOTE: The information ONLY applies to the time period that the outages in this set overlap.</xsd:documentation>
      </xsd:annotation>
      <xsd:complexType>
        <xsd:sequence>
          <xsd:element name="CompanyBookingId" type="CompanyBookingIdType">
            <xsd:annotation>
              <xsd:documentation>TODO The company provided id for the booking to which the information change pertains.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="CompanyOutageId" type="CompanyOutageIdType">
            <xsd:annotation>
              <xsd:documentation>TODO The company provided id for the outage to which the information change pertains. The outage will belong to the booking referenced by CompanyBookingId.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="TNSPId" type="PartyIdentifier" minOccurs="0">
            <xsd:annotation>
              <xsd:documentation>TODO The B2B id of the TNSP own's the booking/outage. Only required if TNSP A kneeds to know about TNSP B's outage.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
      </xsd:complexType>
    </xsd:element>
    <xsd:element name="Constraint" type="NOSConstraintType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="Issue" type="NOSIssueType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="Note" type="NOSAssessmentNoteType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="Limit" type="NOSRiemnsLimitType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Complex Type NOSConstraintType
Namespace urn:aseXML:r25
Annotations
Market constraint
Diagram
Diagram asexml_r258.tmp#id1080 asexml_r258.tmp#id1077 asexml_r258.tmp#id1078 asexml_r258.tmp#id1079
Used by
Model ConstraintSetId , ConstraintSetDesc , InvokeComment{0,1}
Children ConstraintSetDesc, ConstraintSetId, InvokeComment
Attributes
QName Type Fixed Default Use Annotation
operationType NOSOperationType optional
Source
<xsd:complexType name="NOSConstraintType">
  <xsd:annotation>
    <xsd:documentation>Market constraint</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="ConstraintSetId">
      <xsd:annotation>
        <xsd:documentation>The constraint set ID from the NEMMCO MMS. Set by NEMMCO.</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="20"/>
          <xsd:whiteSpace value="collapse"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ConstraintSetDesc">
      <xsd:annotation>
        <xsd:documentation>The constraint set Description from the NEMMCO MMS</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="256"/>
          <xsd:whiteSpace value="collapse"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="InvokeComment" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>A comment about this constraint. Set by NEMMCO.</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="60"/>
          <xsd:whiteSpace value="collapse"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Complex Type NOSIssueType
Namespace urn:aseXML:r25
Annotations
Assessment issue
Diagram
Diagram asexml_r258.tmp#id1091 asexml_r258.tmp#id1083 asexml_r258.tmp#id1085 asexml_r258.tmp#id1087 asexml_r258.tmp#id1088 asexml_r258.tmp#id1089 asexml_r258.tmp#id1090
Used by
Model IssueId , IssueType , RaisedBy , RaisedOn , Note , Resolved{0,1}
Children IssueId, IssueType, Note, RaisedBy, RaisedOn, Resolved
Attributes
QName Type Fixed Default Use Annotation
operationType NOSOperationType optional
Source
<xsd:complexType name="NOSIssueType">
  <xsd:annotation>
    <xsd:documentation>Assessment issue</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="IssueId" type="NEMMCOIssueIdType">
      <xsd:annotation>
        <xsd:documentation>NOS generated unique key for each assessment issue</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="IssueType" type="EnumAssessmentIssueType">
      <xsd:annotation>
        <xsd:documentation>Issue category.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="RaisedBy" type="NOSUserIdType">
      <xsd:annotation>
        <xsd:documentation>Identifer of NEMMCO user that generated the Issue</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="RaisedOn" type="xsd:dateTime">
      <xsd:annotation>
        <xsd:documentation>The date time that the NEMMCO user raised the issue</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Note" type="NoteType">
      <xsd:annotation>
        <xsd:documentation>This is the generic note type</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Resolved" type="xsd:dateTime" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Set when an authorised NEMMCO user decides the issue is resolved</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Complex Type NOSAssessmentNoteType
Namespace urn:aseXML:r25
Annotations
Assessment note
Diagram
Diagram asexml_r2516.tmp#id946 asexml_r2516.tmp#id947 asexml_r2516.tmp#id948 asexml_r2516.tmp#id949 asexml_r2516.tmp#id951 asexml_r2516.tmp#id945 asexml_r258.tmp#id1097 asexml_r258.tmp#id1094 asexml_r258.tmp#id1095
Type extension of NoteType
Type hierarchy
Used by
Model PlainText{0,1} , FileName{0,1} , FileAttach{0,1} , CreatedBy{0,1} , CreatedOn{0,1} , NoteId , Type
Children CreatedBy, CreatedOn, FileAttach, FileName, NoteId, PlainText, Type
Attributes
QName Type Fixed Default Use Annotation
operationType NOSOperationType optional
Source
<xsd:complexType name="NOSAssessmentNoteType">
  <xsd:annotation>
    <xsd:documentation>Assessment note</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="NoteType">
      <xsd:sequence>
        <xsd:element name="NoteId" type="xsd:int">
          <xsd:annotation>
            <xsd:documentation>NoteId provided by NEMMCO. Not for display only useful for update processing</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element name="Type" type="EnumAssessmentNoteType">
          <xsd:annotation>
            <xsd:documentation>Note category. Provides for note separation on the basis of a summary category</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
      </xsd:sequence>
      <xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Complex Type NOSRiemnsLimitType
Namespace urn:aseXML:r25
Annotations
RIEMNS limit
Diagram
Diagram asexml_r258.tmp#id1104 asexml_r258.tmp#id1100 asexml_r258.tmp#id1101 asexml_r258.tmp#id1102 asexml_r258.tmp#id1103
Used by
Model RiemnsLimitId , Scope , Description , Note
Children Description, Note, RiemnsLimitId, Scope
Attributes
QName Type Fixed Default Use Annotation
operationType NOSOperationType optional
Source
<xsd:complexType name="NOSRiemnsLimitType">
  <xsd:annotation>
    <xsd:documentation>RIEMNS limit</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="RiemnsLimitId" type="xsd:int">
      <xsd:annotation>
        <xsd:documentation>NOS generated unique identifier for the Riemns Limit.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Scope">
      <xsd:annotation>
        <xsd:documentation>Summary Category for Riemns Limit.</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="40"/>
          <xsd:whiteSpace value="collapse"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Description">
      <xsd:annotation>
        <xsd:documentation>Summary name for the Riemns Limit</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="80"/>
          <xsd:whiteSpace value="preserve"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Note" type="NoteType">
      <xsd:annotation>
        <xsd:documentation>Generic Note Type incorporating a spreadsheet attachment containing a plain english description worksheet for the Riemns Limit.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Attribute OutageConstraintType/@operationType
Namespace No namespace
Type NOSOperationType
Properties
use: optional
Facets
enumeration Submit, Resubmit, Withdraw
Used by
Complex Type OutageConstraintType
Source
<xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Attribute Outage/NOSAssessmentType/@operationType
Namespace No namespace
Type NOSOperationType
Properties
use: optional
Facets
enumeration Submit, Resubmit, Withdraw
Used by
Source
<xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Attribute NOSConstraintType/@operationType
Namespace No namespace
Type NOSOperationType
Properties
use: optional
Facets
enumeration Submit, Resubmit, Withdraw
Used by
Complex Type NOSConstraintType
Source
<xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Attribute NOSIssueType/@operationType
Namespace No namespace
Type NOSOperationType
Properties
use: optional
Facets
enumeration Submit, Resubmit, Withdraw
Used by
Complex Type NOSIssueType
Source
<xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Attribute NOSAssessmentNoteType/@operationType
Namespace No namespace
Type NOSOperationType
Properties
use: optional
Facets
enumeration Submit, Resubmit, Withdraw
Used by
Complex Type NOSAssessmentNoteType
Source
<xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Attribute NOSRiemnsLimitType/@operationType
Namespace No namespace
Type NOSOperationType
Properties
use: optional
Facets
enumeration Submit, Resubmit, Withdraw
Used by
Complex Type NOSRiemnsLimitType
Source
<xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Attribute NOSAssessmentType/@operationType
Namespace No namespace
Type NOSOperationType
Properties
use: optional
Facets
enumeration Submit, Resubmit, Withdraw
Used by
Complex Type NOSAssessmentType
Source
<xsd:attribute name="operationType" type="NOSOperationType" use="optional"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Attribute NOSInfoResponse/@version
Namespace No namespace
Type r18
Type hierarchy
Properties
use: required
Facets
enumeration r18
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Complex Type NOSInfoResponse
Source
<xsd:attribute name="version" type="r18" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd
Attribute NOSInfoResponse/@InfoType
Namespace No namespace
Type NOSInfoType
Properties
use: required
Facets
enumeration Booking Response, Equipment Response, Notification
Used by
Complex Type NOSInfoResponse
Source
<xsd:attribute name="InfoType" type="NOSInfoType" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/NOSAssessment_r18.xsd