CAPACITY DOCUMENT UML MODEL AND SCHEMA

Size: px
Start display at page:

Download "CAPACITY DOCUMENT UML MODEL AND SCHEMA"

Transcription

1 1 CAPACITY DOCUMENT UML MODEL AND SCHEMA

2 Table of Contents 1 Objective Capacity_MarketDocument Capacity contextual model Overview of the model IsBasedOn relationships from the European style market profile Capacity assembly model Overview of the model IsBasedOn relationships from the European style market profile Detailed Capacity assembly model Capacity_MarketDocument root class Point Reason Series_Period TimeSeries Datatypes Capacity_MarketDocument XML schema Capacity_MarketDocument XML schema structure Capacity_MarketDocument XML schema List of figures Figure 1 - Capacity contextual model... 6 Figure 2 - Capacity assembly model... 8 Figure 3 - Capacity_MarketDocument schema structure 1/ Figure 4 - Capacity_MarketDocument schema structure 2/ List of tables Table 1 - IsBasedOn dependency... 6 Table 2 - IsBasedOn dependency... 9 Table 3 - Attributes of Capacity assembly model::capacity_marketdocument... 9 Table 4 - Association ends of Capacity assembly model::capacity_marketdocument with other classes Table 5 - Attributes of Capacity assembly model::point Table 6 - Association ends of Capacity assembly model::point with other classes Table 7 - Attributes of Capacity assembly model::reason Table 8 - Attributes of Capacity assembly model::series_period Table 9 - Association ends of Capacity assembly model::series_period with other classes Table 10 - Attributes of Capacity assembly model::timeseries Table 11 - Association ends of Capacity assembly model::timeseries with other classes Page 2 of 20

3 Copyright notice: Copyright ENTSO-E. All Rights Reserved. This document and its whole translations may be copied and furnished to other s, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, except for literal and whole translation into languages other than English and under all circumstances, the copyright notice or references to ENTSO-E may not be removed. This document and the information contained herein is provided on an "as is" basis. ENTSO-E DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE Maintenance notice: This document is maintained by the ENTSO-E WG EDI. Comments or remarks are to be provided at EDI.Library@entsoe.eu Page 3 of 20

4 61 Revision History Version Release Date Comments First drafting of the document based on maintenance request from WG EDI Version to be submitted to Market Committee following WG EDI meeting in January Page 4 of 20

5 Objective The purpose of this document is to provide the contextual and assembly UML models and the schema of the Capacity_MarketDocument. The schema of the Capacity_MarketDocument could be used in various business processes related to the transmission capacity. This document could be used to exchange information on net transmission capcity, available transmission capacity, etc. It is not the purpose of this document to describe all the use cases, sequence diagrams, business processes, etc. for which this schema is to be used. This document shall only be referenced in an implementation guide of a specific business process. The content of the business process implementation guide shall be as follows: Description of the business process; Use case of the business process; Sequence diagrams of the business process; List of the schema (XSD) to be used in the business process and versions of the schema; For each schema, dependency tables providing the necessary information for the generation of the XML instances, i.e. when the optional attributes are to be used, which codes from which ENTSO-E codelist are to be used. Page 5 of 20

6 Capacity_MarketDocument 2.1 Capacity contextual model Overview of the model Figure 1 shows the model. class Capacity document model Pr ocess + processtype: ProcessKind_String Time_Per iod + timeinterval: ESMP_DateTimeInterval Received_Mar ketdocument + mrid: ID_String + revisionnumber: ESMPVersion_String +Process Period Received_MarketDocument 0..1 Capacity _Mar ketdocument + mrid: ID_String + revisionnumber: ESMPVersion_String + type: MessageKind_String + createddatetime: ESMP_DateTime + docstatus: Action_Status [0..1] +Sender_MarketParticipant Receiver_MarketParticipant 1..1 Mar ketpar ticipant + mrid: PartyID_String +MarketRole 1..1 Mar ketrole + type: MarketRoleKind_String +TimeSeries 0..* Auction + mrid: ID_String [0..1] + category: Category_String [0..1] Measur e_unit +Auction Measure_Unit 1..1 TimeSer ies + mrid: ID_String + businesstype: BusinessKind_String + product: EnergyProductKind_String + curvetype: CurveType_String [0..1] +In_Domain 1..1 Doma in +Out_Domain + mrid: AreaID_String Domain name: MeasurementUnitKind_String Register edresour ce +ConnectingLine_RegisteredResource mrid: ResourceID_String +Period 1..* Ser ies_per iod + timeinterval: ESMP_DateTimeInterval + resolution: Duration +Point 1..* P oint + position: Position_Integer + quantity: Decimal +Reason 0..* +Reason 0..* +Reason 0..* Rea son + code: ReasonCode_String + text: ReasonText_String [0..1] Figure 1 - Capacity contextual model IsBasedOn relationships from the European style market profile Table 1 shows the traceability dependency of the classes used in this package towards the upper level. Table 1 - IsBasedOn dependency Name Complete IsBasedOn Path Auction TC57CIM::IEC62325::MarketManagement::Auction Capacity_MarketDocument TC57CIM::IEC62325::MarketManagement::MarketDocument Domain MarketParticipant TC57CIM::IEC62325::MarketManagement::Domain TC57CIM::IEC62325::MarketCommon::MarketParticipant Page 6 of 20

7 Name Complete IsBasedOn Path MarketRole Measure_Unit Point Process Reason TC57CIM::IEC62325::MarketCommon::MarketRole TC57CIM::IEC62325::MarketManagement::Unit TC57CIM::IEC62325::MarketManagement::Point TC57CIM::IEC62325::MarketManagement::Process TC57CIM::IEC62325::MarketManagement::Reason Received_MarketDocument TC57CIM::IEC62325::MarketManagement::MarketDocument RegisteredResource Series_Period Time_Period TimeSeries TC57CIM::IEC62325::MarketCommon::RegisteredResource TC57CIM::IEC62325::MarketManagement::Period TC57CIM::IEC62325::MarketManagement::Period TC57CIM::IEC62325::MarketManagement::TimeSeries 91 Page 7 of 20

8 Capacity assembly model Overview of the model Figure 2 shows the model Figure 2 - Capacity assembly model Page 8 of 20

9 IsBasedOn relationships from the European style market profile Table 2 shows the traceability dependency of the classes used in this package towards the upper level. Table 2 - IsBasedOn dependency Name Complete IsBasedOn Path Capacity_MarketDocument TC57CIM::IEC62325::MarketManagement::MarketDocument Point Reason Series_Period TimeSeries TC57CIM::IEC62325::MarketManagement::Point TC57CIM::IEC62325::MarketManagement::Reason TC57CIM::IEC62325::MarketManagement::Period TC57CIM::IEC62325::MarketManagement::TimeSeries Detailed Capacity assembly model Capacity_MarketDocument root class An electronic document containing the information necessary to satisfy the requirements of a given business process. The Capacity_MaketDocument enables the exchange of information related to transmission capacity. These exchanges could be related to capacity determination or capacity allocation. The values exchanged could be related to NTC, ATC, AAC, released AAC, offered capacity or general capacity information. Table 3 shows all attributes of Capacity_MarketDocument. Table 3 - Attributes of Capacity assembly model::capacity_marketdocument Order mult. Attribute name / Attribute type Description 0 [1..1] mrid ID_String 1 [1..1] revisionnumber ESMPVersion_String 2 [1..1] type MessageKind_String 3 [1..1] process.processtype ProcessKind_String 4 [1..1] sender_marketparticipant.mrid PartyID_String 5 [1..1] sender_marketparticipant.marketrole.type MarketRoleKind_String 6 [1..1] receiver_marketparticipant.mrid PartyID_String The unique identification of the document being exchanged within a business process flow. The identification of the version that distinguishes one evolution of a document from another. The coded type of a document. The document type describes the principal characteristic of the document. The identification of the nature of process that the document addresses. The identification of a party in the energy market. --- Document owner. The identification of the role played by a market player. --- Document owner. The identification of a party in the energy market. --- Document recipient. 7 [1..1] receiver_marketparticipant.marketrole.type The identification of the role played by a market player. MarketRoleKind_String --- Document recipient. 8 [1..1] createddatetime ESMP_DateTime 9 [0..1] docstatus Action_Status The date and time of the creation of the document. The identification of the condition or position of the document with regard to its standing. Page 9 of 20

10 Order mult. Attribute name / Attribute type Description 10 [0..1] received_marketdocument.mrid ID_String The unique identification of the document being exchanged within a business process flow. ---.The identification of the received document. The identification of an electronic document that is related to an electronic document header 11 [0..1] received_marketdocument.revisionnumber ESMPVersion_String The identification of the version that distinguishes one evolution of a document from another. ---.The identification of the received document. The identification of an electronic document that is related to an electronic document header 12 [1..1] period.timeinterval ESMP_DateTimeInterval 13 [1..1] domain.mrid AreaID_String The start and end date and time for a given interval. --- The beginning and ending date and time of the period covered by the document. The unique identification of the domain. --- The domain covered within the Capacity_MarketDocument Table 4 shows all association ends of Capacity_MarketDocument with other classes. Table 4 - Association ends of Capacity assembly model::capacity_marketdocument with other classes Order mult. Class name / Role 14 [0..*] TimeSeries TimeSeries 15 [0..*] Reason Reason Description Association Based On: Capacity contextual model::timeseries.timeseries[0..*] Capacity contextual model::capacity_marketdocument.[] Association Based On: Capacity contextual model::reason.reason[0..*] Capacity contextual model::capacity_marketdocument.[] Point The identification of the values being addressed within a specific interval of time. Table 5 shows all attributes of Point. Table 5 - Attributes of Capacity assembly model::point Order mult. Attribute name / Attribute type 0 [1..1] position 1 [1..1] quantity Position_Integer Decimal Description A sequential value representing the relative position within a given time interval. The principal quantity identified for a point Table 6 shows all association ends of Point with other classes. Page 10 of 20

11 123 Table 6 - Association ends of Capacity assembly model::point with other classes Order mult. Class name / Role 2 [0..*] Reason Reason Description Association Based On: Capacity contextual model::reason.reason[0..*] Capacity contextual model::point.[] Reason The motivation of an act. Table 7 shows all attributes of Reason. Table 7 - Attributes of Capacity assembly model::reason Order mult. Attribute name / Attribute type 0 [1..1] code ReasonCode_String 1 [0..1] text ReasonText_String Description The motivation of an act in coded form. The textual explanation corresponding to the reason code Series_Period The identification of the period of time corresponding to a given time interval and resolution. Table 8 shows all attributes of Series_Period. Table 8 - Attributes of Capacity assembly model::series_period Order mult. Attribute name / Attribute type 0 [1..1] timeinterval 1 [1..1] resolution ESMP_DateTimeInterval Duration Description The start and end time of the period. The definition of the number of units of time that compose an individual step within a period Table 9 shows all association ends of Series_Period with other classes. Table 9 - Association ends of Capacity assembly model::series_period with other classes Order mult. Class name / Role 2 [1..*] Point Point Description Association Based On: Capacity contextual model::point.point[1..*] Capacity contextual model::series_period.[] TimeSeries A set of time-ordered quantities being exchanged in relation to a product. Table 10 shows all attributes of TimeSeries. Page 11 of 20

12 142 Table 10 - Attributes of Capacity assembly model::timeseries Order mult. Attribute name / Attribute type Description 0 [1..1] mrid ID_String 1 [1..1] businesstype BusinessKind_String 2 [1..1] product EnergyProductKind_String 3 [1..1] in_domain.mrid AreaID_String 4 [1..1] out_domain.mrid AreaID_String 5 [1..1] measure_unit.name MeasurementUnitKind_String 6 [0..1] auction.mrid ID_String 7 [0..1] auction.category Category_String 8 [0..1] curvetype CurveType_String A unique identification of the time series. The identification of the nature of the time series. The identification of the nature of an energy product such as power, energy, reactive power, etc. The unique identification of the domain. --- The area where the energy is to be put. The unique identification of the domain. --- The area where the energy is coming from. The identification of the formal code for a measurement unit (UN/ECE Recommendation 20). --- The unit of measure that is applied to the quantities in which the time series is expressed, e.g. MAW. The unique identification of the auction. --- The identification of a set of specifications created by the auction operator. The product category of an auction. --- The identification of a set of specifications created by the auction operator. The identification of the coded representation of the type of curve being described. 9 [0..1] connectingline_registeredresource.mrid The unique identification of a resource. ResourceID_String --- The identification of a resource associated with a TimeSeries. The identification of a set of lines that connect two areas; the transmission capacity rights are related to this set of lines Table 11 shows all association ends of TimeSeries with other classes. Table 11 - Association ends of Capacity assembly model::timeseries with other classes Order mult. Class name / Role 10 [1..*] Series_Period Period 11 [0..*] Reason Reason Description Association Based On: Capacity contextual model::series_period.period[1..*] Capacity contextual model::timeseries.[] The reason information associated with a TimeSeries providing motivation information. Association Based On: Capacity contextual model::reason.reason[0..*] Capacity contextual model::timeseries.[] Datatypes The list of datatypes used for the Capacity assembly model is as follows: 149 Action_Status compound Page 12 of 20

13 ESMP_DateTimeInterval compound AreaID_String datatype, codelist CodingSchemeTypeList BusinessKind_String datatype, codelist BusinessTypeList Category_String datatype, codelist CategoryTypeList CurveType_String datatype, codelist CurveTypeList EnergyProductKind_String datatype, codelist EnergyProductTypeList ESMP_DateTime datatype ESMPVersion_String datatype ID_String datatype MarketRoleKind_String datatype, codelist RoleTypeList MeasurementUnitKind_String datatype, codelist UnitOfMeasureTypeList MessageKind_String datatype, codelist MessageTypeList PartyID_String datatype, codelist CodingSchemeTypeList Position_Integer datatype ProcessKind_String datatype, codelist ProcessTypeList ReasonCode_String datatype, codelist ReasonCodeTypeList ReasonText_String datatype ResourceID_String datatype, codelist CodingSchemeTypeList Status_String datatype, codelist StatusTypeList YMDHM_DateTime datatype 2.3 Capacity_MarketDocument XML schema Capacity_MarketDocument XML schema structure Figure 3 to Figure 4 provide the structure of the schema. Page 13 of 20

14 Figure 3 - Capacity_MarketDocument schema structure 1/2 Page 14 of 20

15 Figure 4 - Capacity_MarketDocument schema structure 2/2 Page 15 of 20

16 Capacity_MarketDocument XML schema The schema to be used to validate XML instances is to be identified by: urn:iec :tc57wg16:451-3:capacitydocument:8:0 <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:cl="urn:entsoe.eu:wgedi:codelists" xmlns:sawsdl=" xmlns="urn:iec :tc57wg16:451-3:capacitydocument:8:0" xmlns:cimp=" attributeformdefault="unqualified" elementformdefault="qualified" targetnamespace="urn:iec :tc57wg16:451-3:capacitydocument:8:0" xmlns:xs=" <xs:import schemalocation="urn-entsoe-eu-wgedi-codelists.xsd" namespace="urn:entsoe.eu:wgedi:codelists" /> <xs:element name="capacity_marketdocument" type="capacity_marketdocument" /> <xs:simpletype name="id_string" sawsdl:modelreference=" <xs:restriction base="xs:string"> <xs:maxlength value="35" /> </xs:restriction> <xs:simpletype name="esmpversion_string" <xs:restriction base="xs:string"> <xs:pattern value="[1-9]([0-9]){0,2}" /> </xs:restriction> <xs:simpletype name="messagekind_string" <xs:restriction base="cl:messagetypelist" /> <xs:simpletype name="processkind_string" <xs:restriction base="cl:processtypelist" /> <xs:simpletype name="partyid_string-base" <xs:restriction base="xs:string"> <xs:maxlength value="16" /> </xs:restriction> <xs:complextype name="partyid_string" <xs:simplecontent> <xs:extension base="partyid_string-base"> <xs:attribute name="codingscheme" type="cl:codingschemetypelist" use="required" /> </xs:extension> </xs:simplecontent> </xs:complextype> <xs:simpletype name="marketrolekind_string" <xs:restriction base="cl:roletypelist" /> <xs:simpletype name="esmp_datetime" sawsdl:modelreference=" <xs:restriction base="xs:datetime"> <xs:pattern value="((([0-9]{4})[\-](0[13578] 1[02])[\-](0[1-9] [12][0-9] 3[01]) ([0-9]{4})[\-]((0[469]) (11))[\-](0[1-9] [12][0-9] 30))T(([01][0-9] 2[0-3]):[0-5][0-9]:[0-5][0-9])Z) (([13579][26][02468][048] [13579][ ](0)[48] [13579][ ][2468][048] [02468][048][02468][048] [02468][ ](0)[48] [02468][ ][2468][048] [0-9][0-9][13579][26])[\-](02)[\-](0[1-9] 1[0-9] 2[0-9])T(([01][0-9] 2[0-3]):[0-5][0-9]:[0-5][0-9])Z) (([13579][26][02468][ ] [13579][ ](0)[ ] [13579][ ][ 2468][ ] [02468][048][02468][ ] [02468][ ](0)[ ] [02468][ ][2468][ ] [0-9][0-9][13579][ ])[\-](02)[\-](0[1-9] 1[0-9] 2[0-8])T(([01][0-9] 2[0-3]):[0-5][0-9]:[0-5][0-9])Z)" /> Page 16 of 20

17 </xs:restriction> <xs:simpletype name="areaid_string-base" <xs:restriction base="xs:string"> <xs:maxlength value="18" /> </xs:restriction> <xs:complextype name="areaid_string" <xs:simplecontent> <xs:extension base="areaid_string-base"> <xs:attribute name="codingscheme" type="cl:codingschemetypelist" use="required" /> </xs:extension> </xs:simplecontent> </xs:complextype> <xs:simpletype name="status_string" <xs:restriction base="cl:statustypelist" /> <xs:complextype name="action_status" sawsdl:modelreference=" <xs:sequence> <xs:element minoccurs="1" maxoccurs="1" name="value" type="status_string" sawsdl:modelreference=" </xs:sequence> </xs:complextype> <xs:simpletype name="ymdhm_datetime" sawsdl:modelreference=" <xs:restriction base="xs:string"> <xs:pattern value="((([0-9]{4})[\-](0[13578] 1[02])[\-](0[1-9] [12][0-9] 3[01]) ([0-9]{4})[\-]((0[469]) (11))[\-](0[1-9] [12][0-9] 30))T(([01][0-9] 2[0-3]):[0-5][0-9])Z) (([13579][26][02468][048] [13579][ ](0)[48] [13579][ ][2468][048] [02468][048][02468][048] [02468][ ](0)[48] [02468][ ][2468][048] [0-9][0-9][13579][26])[\-](02)[\-](0[1-9] 1[0-9] 2[0-9])T(([01][0-9] 2[0-3]):[0-5][0-9])Z) (([13579][26][02468][ ] [13579][ ](0)[ ] [13579][ ][ 2468][ ] [02468][048][02468][ ] [02468][ ](0)[ ] [02468][ ][2468][ ] [0-9][0-9][13579][ ])[\-](02)[\-](0[1-9] 1[0-9] 2[0-8])T(([01][0-9] 2[0-3]):[0-5][0-9])Z)" /> </xs:restriction> <xs:complextype name="esmp_datetimeinterval" sawsdl:modelreference=" <xs:sequence> <xs:element minoccurs="1" maxoccurs="1" name="start" type="ymdhm_datetime" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="end" type="ymdhm_datetime" sawsdl:modelreference=" </xs:sequence> </xs:complextype> <xs:complextype name="capacity_marketdocument" sawsdl:modelreference=" <xs:sequence> <xs:element minoccurs="1" maxoccurs="1" name="mrid" type="id_string" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="revisionnumber" type="esmpversion_string" sawsdl:modelreference=" Page 17 of 20

18 <xs:element minoccurs="1" maxoccurs="1" name="type" type="messagekind_string" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="process.processtype" type="processkind_string" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="sender_marketparticipant.mrid" type="partyid_string" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="sender_marketparticipant.marketrole.type" type="marketrolekind_string" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="receiver_marketparticipant.mrid" type="partyid_string" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="receiver_marketparticipant.marketrole.type" type="marketrolekind_string" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="createddatetime" type="esmp_datetime" sawsdl:modelreference=" <xs:element minoccurs="0" maxoccurs="1" name="docstatus" type="action_status" sawsdl:modelreference=" <xs:element minoccurs="0" maxoccurs="1" name="received_marketdocument.mrid" type="id_string" sawsdl:modelreference=" <xs:element minoccurs="0" maxoccurs="1" name="received_marketdocument.revisionnumber" type="esmpversion_string" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="period.timeinterval" type="esmp_datetimeinterval" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="domain.mrid" type="areaid_string" sawsdl:modelreference=" <xs:element minoccurs="0" maxoccurs="unbounded" name="timeseries" type="timeseries" sawsdl:modelreference=" <xs:element minoccurs="0" maxoccurs="unbounded" name="reason" type="reason" sawsdl:modelreference=" </xs:sequence> </xs:complextype> <xs:simpletype name="position_integer" sawsdl:modelreference=" <xs:restriction base="xs:integer"> <xs:maxinclusive value="999999" /> <xs:mininclusive value="1" /> </xs:restriction> <xs:complextype name="point" sawsdl:modelreference=" <xs:sequence> <xs:element minoccurs="1" maxoccurs="1" name="position" type="position_integer" sawsdl:modelreference=" Page 18 of 20

19 <xs:element minoccurs="1" maxoccurs="1" name="quantity" type="xs:decimal" sawsdl:modelreference=" <xs:element minoccurs="0" maxoccurs="unbounded" name="reason" type="reason" sawsdl:modelreference=" </xs:sequence> </xs:complextype> <xs:simpletype name="reasoncode_string" <xs:restriction base="cl:reasoncodetypelist" /> <xs:simpletype name="reasontext_string" <xs:restriction base="xs:string"> <xs:maxlength value="512" /> </xs:restriction> <xs:complextype name="reason" sawsdl:modelreference=" <xs:sequence> <xs:element minoccurs="1" maxoccurs="1" name="code" type="reasoncode_string" sawsdl:modelreference=" <xs:element minoccurs="0" maxoccurs="1" name="text" type="reasontext_string" sawsdl:modelreference=" </xs:sequence> </xs:complextype> <xs:complextype name="series_period" sawsdl:modelreference=" <xs:sequence> <xs:element minoccurs="1" maxoccurs="1" name="timeinterval" type="esmp_datetimeinterval" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="resolution" type="xs:duration" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="unbounded" name="point" type="point" sawsdl:modelreference=" </xs:sequence> </xs:complextype> <xs:simpletype name="businesskind_string" <xs:restriction base="cl:businesstypelist" /> <xs:simpletype name="energyproductkind_string" <xs:restriction base="cl:energyproducttypelist" /> <xs:simpletype name="measurementunitkind_string" <xs:restriction base="cl:unitofmeasuretypelist" /> <xs:simpletype name="category_string" <xs:restriction base="cl:categorytypelist" /> <xs:simpletype name="curvetype_string" <xs:restriction base="cl:curvetypelist" /> <xs:simpletype name="resourceid_string-base" <xs:restriction base="xs:string"> <xs:maxlength value="60" /> Page 19 of 20

20 </xs:restriction> <xs:complextype name="resourceid_string" <xs:simplecontent> <xs:extension base="resourceid_string-base"> <xs:attribute name="codingscheme" type="cl:codingschemetypelist" use="required" /> </xs:extension> </xs:simplecontent> </xs:complextype> <xs:complextype name="timeseries" sawsdl:modelreference=" <xs:sequence> <xs:element minoccurs="1" maxoccurs="1" name="mrid" type="id_string" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="businesstype" type="businesskind_string" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="product" type="energyproductkind_string" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="in_domain.mrid" type="areaid_string" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="out_domain.mrid" type="areaid_string" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="1" name="measure_unit.name" type="measurementunitkind_string" sawsdl:modelreference=" <xs:element minoccurs="0" maxoccurs="1" name="auction.mrid" type="id_string" sawsdl:modelreference=" <xs:element minoccurs="0" maxoccurs="1" name="auction.category" type="category_string" sawsdl:modelreference=" <xs:element minoccurs="0" maxoccurs="1" name="curvetype" type="curvetype_string" sawsdl:modelreference=" <xs:element minoccurs="0" maxoccurs="1" name="connectingline_registeredresource.mrid" type="resourceid_string" sawsdl:modelreference=" <xs:element minoccurs="1" maxoccurs="unbounded" name="period" type="series_period" sawsdl:modelreference=" <xs:element minoccurs="0" maxoccurs="unbounded" name="reason" type="reason" sawsdl:modelreference=" </xs:sequence> </xs:complextype> </xs:schema> Page 20 of 20

HVDC LINK DOCUMENT UML MODEL AND SCHEMA

HVDC LINK DOCUMENT UML MODEL AND SCHEMA 1 HVDC LINK DOCUMENT UML MODEL AND SCHEMA 2017-01-19 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 Table of Contents 1 Objective...

More information

HISTORICAL ACTIVATION DOCUMENT UML MODEL AND SCHEMA

HISTORICAL ACTIVATION DOCUMENT UML MODEL AND SCHEMA 1 HISTORICAL ACTIVATION DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43

More information

REPORTING INFORMATION DOCUMENT UML MODEL AND SCHEMA

REPORTING INFORMATION DOCUMENT UML MODEL AND SCHEMA 1 REPORTING INFORMATION DOCUMENT UML MODEL AND SCHEMA 2018-11-08 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43

More information

SCHEDULE DOCUMENT UML MODEL AND SCHEMA

SCHEDULE DOCUMENT UML MODEL AND SCHEMA 1 SCHEDULE DOCUMENT UML MODEL AND SCHEMA 2017-01-19 DRAFT DOCUMENT FOR APPROVAL VERSION 1.0 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

More information

PLANNED RESOURCE SCHEDULE DOCUMENT UML MODEL AND SCHEMA

PLANNED RESOURCE SCHEDULE DOCUMENT UML MODEL AND SCHEMA 1 PLANNED RESOURCE SCHEDULE DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42

More information

RESOURCE SCHEDULE CONFIRMATION DOCUMENT UML MODEL AND SCHEMA

RESOURCE SCHEDULE CONFIRMATION DOCUMENT UML MODEL AND SCHEMA 1 RESOURCE SCHEDULE CONFIRMATION DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

More information

IMPLICIT AUCTION RESULT DOCUMENT UML MODEL AND SCHEMA

IMPLICIT AUCTION RESULT DOCUMENT UML MODEL AND SCHEMA 1 IMPLICIT AUCTION RESULT DOCUMENT UML MODEL AND SCHEMA 2018-05-08 DOCUMENT APPROVED 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 Table

More information

RESERVE ALLOCATION RESULT DOCUMENT UML MODEL AND SCHEMA

RESERVE ALLOCATION RESULT DOCUMENT UML MODEL AND SCHEMA 1 RESERVE ALLOCATION RESULT DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42

More information

TRANSMISSION NETWORK DOCUMENT UML MODEL AND SCHEMA

TRANSMISSION NETWORK DOCUMENT UML MODEL AND SCHEMA 1 TRANSMISSION NETWORK DOCUMENT UML MODEL AND SCHEMA 2017-01-27 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 Table of

More information

SCHEDULE DOCUMENT UML MODEL AND SCHEMA

SCHEDULE DOCUMENT UML MODEL AND SCHEMA 1 SCHEDULE DOCUMENT UML MODEL AND SCHEMA 2017-01-19 DOCUMENT APPROVED 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 Table of Contents 1

More information

REDISPATCH DOCUMENT UML MODEL AND SCHEMA

REDISPATCH DOCUMENT UML MODEL AND SCHEMA 1 REDISPATCH DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 Table of Contents 1

More information

CAPACITY AUCTION SPECIFICATION DOCUMENT UML MODEL AND SCHEMA

CAPACITY AUCTION SPECIFICATION DOCUMENT UML MODEL AND SCHEMA 1 CAPACITY AUCTION SPECIFICATION DOCUMENT UML MODEL AND SCHEMA 2018-05-08 DOCUMENT APPROVED 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

More information

UNAVAILABILITY DOCUMENT UML MODEL AND SCHEMA

UNAVAILABILITY DOCUMENT UML MODEL AND SCHEMA 1 UNAVAILABILITY DOCUMENT UML MODEL AND SCHEMA 2017-01-27 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Table of Contents 1 Objective...

More information

RESERVE BID DOCUMENT UML MODEL AND SCHEMA

RESERVE BID DOCUMENT UML MODEL AND SCHEMA 1 RESERVE BID DOCUMENT UML MODEL AND SCHEMA 2017-01-10 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 Table of Contents 1 Objective...

More information

RESERVE BID DOCUMENT UML MODEL AND SCHEMA

RESERVE BID DOCUMENT UML MODEL AND SCHEMA 1 RESERVE BID DOCUMENT UML MODEL AND SCHEMA 2018-03-08 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 Table of Contents

More information

MERIT ORDER LIST DOCUMENT UML MODEL AND SCHEMA

MERIT ORDER LIST DOCUMENT UML MODEL AND SCHEMA 1 MERIT ORDER LIST DOCUMENT UML MODEL AND SCHEMA 2017-02-24 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 Table of Contents 1

More information

ENTSO-E GENERATION AND LOAD SHIFT KEY IMPLEMENTATION GUIDE

ENTSO-E GENERATION AND LOAD SHIFT KEY IMPLEMENTATION GUIDE 1 2 ENTSO-E GENERATION AND LOAD SHIFT KEY IMPLEMENTATION GUIDE 2016-22-09 DRAFT DOCUMENT FOR APPROVAL VERSION 2.0 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34

More information

ENTSO-E CODING SCHEMES MAPPING IMPLEMENTATION GUIDE

ENTSO-E CODING SCHEMES MAPPING IMPLEMENTATION GUIDE 1 2 ENTSO-E CODING SCHEMES MAPPING IMPLEMENTATION GUIDE 2016-01-21 DOCUMENT APPROVED 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 Table of

More information

IMPLEMENTATION GUIDE

IMPLEMENTATION GUIDE ENTSO-E CONTINGENCY LIST, REMEDIAL ACTIONS AND ADDITIONAL CONSTRAINTS (CRAC) 2017-11-09 1 Copyright notice: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

More information

IMPLEMENTATION GUIDE

IMPLEMENTATION GUIDE ENTSO-E CONTINGENCY LIST, REMEDIAL ACTIONS AND ADDITIONAL CONSTRAINTS (CRAC) 2016-05-11 1 Copyright notice: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 Copyright ENTSO-E. All Rights Reserved. This document

More information

IMPLEMENTATION GUIDE

IMPLEMENTATION GUIDE ENTSO-E CONTINGENCY LIST, REMEDIAL ACTIONS AND ADDITIONAL CONSTRAINTS (CRAC) 2017-01-12 1 Copyright notice: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 Copyright ENTSO-E. All Rights Reserved. This document

More information

ENTSO-E European Style Market Standards IEC IEC IEC IEC n IEC CIM Users Group Oslo (NO)

ENTSO-E European Style Market Standards IEC IEC IEC IEC n IEC CIM Users Group Oslo (NO) ENTSO-E European Style Market Standards IEC 62325-301 IEC 62325-450 IEC 62325-351 IEC 62325-451-n IEC 62325-503 CIM Users Group Oslo (NO) 2013-06-17 Electricity Market CIM for the Market Why? 525 millions

More information

IMPLEMENTATION GUIDE

IMPLEMENTATION GUIDE ENTSO-E CRITICAL NETWORK ELEMENT 2015-11-10 DRAFT DOCUMENT VERSION 1.1 2 Copyright notice: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 Copyright

More information

IMPLEMENTATION GUIDE

IMPLEMENTATION GUIDE 1 PAN EUROPEAN VERIFICATION FUNCTION 2018-04-11 VERSION 01 RELEASE 00 2 Copyright notice: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 Copyright ENTSO-E. All Rights Reserved. This document and its whole translations

More information

ENTSO-E ACKNOWLEDGEMENT DOCUMENT (EAD) IMPLEMENTATION GUIDE

ENTSO-E ACKNOWLEDGEMENT DOCUMENT (EAD) IMPLEMENTATION GUIDE 1 ENTSO-E ACKNOWLEDGEMENT DOCUMENT (EAD) 2014-01-16 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 Table of Contents 1 OBJECTIVE... 5 2 THE ACKNOWLEDGEMENT

More information

QosPolicyHolder:1 Erratum

QosPolicyHolder:1 Erratum Erratum Number: Document and Version: Cross References: Next sequential erratum number Effective Date: July 14, 2006 Document erratum applies to the service document QosPolicyHolder:1 This Erratum has

More information

/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC)

/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) /// Rapport / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) / Maart 2017 www.vlaanderen.be/informatievlaanderen Informatie Vlaanderen /// Aanpassingen aan de webservices Dit

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD IEC 62325-451-4 Edition 2.0 2017-04 colour inside Framework for energy market communications Part 451-4: Settlement and reconciliation business process, contextual and assembly models

More information

UPDATES TO THE LRIT SYSTEM. Report of the Drafting Group

UPDATES TO THE LRIT SYSTEM. Report of the Drafting Group E SUB-COMMITTEE ON NAVIGATION, COMMUNICATIONS AND SEARCH AND RESCUE 5th session Agenda item 4 21 ebruary 2018 Original: ENGLISH DISCLAIMER As at its date of issue, this document, in whole or in part, is

More information

Level of Assurance Authentication Context Profiles for SAML 2.0

Level of Assurance Authentication Context Profiles for SAML 2.0 2 3 4 5 Level of Assurance Authentication Context Profiles for SAML 2.0 Draft 01 01 April 2008 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 Specification URIs: This

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD IEC 62325-451-4 Edition 2.0 2017-04 colour inside Framework for energy market communications Part 451-4: Settlement and reconciliation business process, contextual and assembly models

More information

TED schemas. Governance and latest updates

TED schemas. Governance and latest updates TED schemas Governance and latest updates Enric Staromiejski Torregrosa Carmelo Greco 9 October 2018 Agenda 1. Objectives 2. Scope 3. TED XSD 3.0.0 Technical harmonisation of all TED artefacts Code lists

More information

Document erratum applies to QosDevice:1. List other Erratum s or Documents that this change may apply to or have associated changes with

Document erratum applies to QosDevice:1. List other Erratum s or Documents that this change may apply to or have associated changes with Erratum Number: Document and Version: Cross References: QosDevice:1 Erratum Next sequential erratum number Effective Date: July 14, 2006 Document erratum applies to QosDevice:1 List other Erratum s or

More information

Intellectual Property Rights Notice for Open Specifications Documentation

Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSISPARAMS-Diff]: Intellectual Property Rights tice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats,

More information

AlwaysUp Web Service API Version 11.0

AlwaysUp Web Service API Version 11.0 AlwaysUp Web Service API Version 11.0 0. Version History... 2 1. Overview... 3 2. Operations... 4 2.1. Common Topics... 4 2.1.1. Authentication... 4 2.1.2. Error Handling... 4 2.2. Get Application Status...

More information

MODIS Interface Specification

MODIS Interface Specification MODIS MODIS (Issue 4) Page 1 of 85 Contents 1 Purpose... 3 2 Glossary... 3 3 Requirement... 3 3.1 Unavailability of Consumption Units... 4 B0710: Planned Unavailability of Consumption Units (A7.1a)...

More information

Markup Languages. Lecture 4. XML Schema

Markup Languages. Lecture 4. XML Schema Markup Languages Lecture 4. XML Schema Introduction to XML Schema XML Schema is an XML-based alternative to DTD. An XML schema describes the structure of an XML document. The XML Schema language is also

More information

[MS-SSISPARAMS-Diff]: Integration Services Project Parameter File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-SSISPARAMS-Diff]: Integration Services Project Parameter File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSISPARAMS-Diff]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for

More information

Restricting complextypes that have mixed content

Restricting complextypes that have mixed content Restricting complextypes that have mixed content Roger L. Costello October 2012 complextype with mixed content (no attributes) Here is a complextype with mixed content:

More information

Gemini API Specification

Gemini API Specification Gemini API Specification Copyright National Grid, all rights reserved. No part of this publication may by reproduced in any material form (including photocopying and restoring in any medium or electronic

More information

Infor Enterprise Server User Guide for Triggering

Infor Enterprise Server User Guide for Triggering Infor Enterprise Server User Guide for Triggering Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

Implementation Guide. afrr capacity market. Version: 0.8

Implementation Guide. afrr capacity market. Version: 0.8 Implementation Guide afrr capacity market Business process: afrr capacity market Version: 0.8 Status: Draft Date: 28.06.2018 1 Revision History Version Release Date Changed by Comments 0.8 Draft A 28.06.2018

More information

QosPolicyHolder 1.0. For UPnP Version Date: March 10th, 2005

QosPolicyHolder 1.0. For UPnP Version Date: March 10th, 2005 QosPolicyHolder 1.0 For UPnP Version 1.0 2 Date: March 10th, 2005 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of the UPnP Forum, pursuant to Section 2.1(c)(ii)

More information

III General Acknowledgement message. Acknow. Workgroup Document version: A. Version 5.0 SECTION

III General Acknowledgement message. Acknow. Workgroup Document version: A. Version 5.0 SECTION 1 2 3 4 5 SECTION III General Acknowledgement Message Acknow 6 Version 5.0 Edig@s 7 8 9 10 EASEE-gas/Edig@s Workgroup Document version: A ACKNOW Version 5.0 / 2010-02-17 III - 1 11 COPYRIGHT & LIABILITY

More information

Fall, 2005 CIS 550. Database and Information Systems Homework 5 Solutions

Fall, 2005 CIS 550. Database and Information Systems Homework 5 Solutions Fall, 2005 CIS 550 Database and Information Systems Homework 5 Solutions November 15, 2005; Due November 22, 2005 at 1:30 pm For this homework, you should test your answers using Galax., the same XQuery

More information

2006 Martin v. Löwis. Data-centric XML. XML Schema (Part 1)

2006 Martin v. Löwis. Data-centric XML. XML Schema (Part 1) Data-centric XML XML Schema (Part 1) Schema and DTD Disadvantages of DTD: separate, non-xml syntax very limited constraints on data types (just ID, IDREF, ) no support for sets (i.e. each element type

More information

Apache UIMA Regular Expression Annotator Documentation

Apache UIMA Regular Expression Annotator Documentation Apache UIMA Regular Expression Annotator Documentation Written and maintained by the Apache UIMA Development Community Version 2.3.1 Copyright 2006, 2011 The Apache Software Foundation License and Disclaimer.

More information

Cisco Prime Central 1.0 API Guide

Cisco Prime Central 1.0 API Guide Cisco Prime Central 1.0 API Guide Cisco Prime Central API Cisco Prime Central Information Model and API's to support the following features. Managed Elements and Equipment Inventory Object Create, Delete

More information

Work/Studies History. Programming XML / XSD. Database

Work/Studies History. Programming XML / XSD. Database Work/Studies History 1. What was your emphasis in your bachelor s work at XXX? 2. What was the most interesting project you worked on there? 3. What is your emphasis in your master s work here at UF? 4.

More information

Oracle Enterprise Data Quality

Oracle Enterprise Data Quality Oracle Enterprise Data Quality Automated Loading and Running of Projects Version 9.0 January 2012 Copyright 2006, 2012, Oracle and/or its affiliates. All rights reserved. Oracle Enterprise Data Quality,

More information

Configuring a WMS Feature Source

Configuring a WMS Feature Source Configuring a WMS Feature Source Overview This document describes how to specify additional configuration options for a MapGuide WMS feature source (i.e., configuring the GetMap request that is generated

More information

Approaches to using NEMSIS V3 Custom Elements

Approaches to using NEMSIS V3 Custom Elements NEMSIS TAC Whitepaper Approaches to using NEMSIS V3 Custom Elements Date August 17, 2011 July 31, 2013 (added section Restrictions, page 11) March 13, 2014 ( CorrelationID now reads CustomElementID as

More information

Oracle B2B 11g Technical Note. Technical Note: 11g_005 Attachments. Table of Contents

Oracle B2B 11g Technical Note. Technical Note: 11g_005 Attachments. Table of Contents Oracle B2B 11g Technical Note Technical Note: 11g_005 Attachments This technical note lists the attachment capabilities available in Oracle B2B Table of Contents Overview... 2 Setup for Fabric... 2 Setup

More information

Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1. September 2017

Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1. September 2017 Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1 September 2017 Copyright 1987, 2017, Oracle and/or its affiliates. All rights reserved. This software and related

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OXSHRMSG]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

General Service Subscription Management Technical Specification

General Service Subscription Management Technical Specification General Service Subscription Management Technical Specification Approved Version 1.0 20 Dec 2011 Open Mobile Alliance OMA-TS-GSSM-V1_0-20111220-A OMA-TS-GSSM-V1_0-20111220-A Page 2 (32) Use of this document

More information

Overview of the EU ETS Reporting Language (XETL)

Overview of the EU ETS Reporting Language (XETL) Overview of the EU ETS Reporting Language (XETL) General The EU ETS Reporting Language is an electronic ing language supporting EU ETS Monitoring, Reporting and Validation (MRV) activities such as submitting

More information

Reporting of electricity and gas transportation contracts

Reporting of electricity and gas transportation contracts Reporting of electricity and gas transportation contracts Tomaž Vižintin Market Monitoring Department 9 th Public Workshop on REMIT implementation Ljubljana, 10 December 2014 Outline Reporting of transportation

More information

! "# # $ % & ' ( ' )* ) & %*+ *

! # # $ % & ' ( ' )* ) & %*+ * !"# # # $ %&'( ' )*& %*+ %*+ text text text

More information

Messages are securely encrypted using HTTPS. HTTPS is the most commonly used secure method of exchanging data among web browsers.

Messages are securely encrypted using HTTPS. HTTPS is the most commonly used secure method of exchanging data among web browsers. May 6, 2009 9:39 SIF Specifications SIF Implementation Specification The SIF Implementation Specification is based on the World Wide Web Consortium (W3C) endorsed Extensible Markup Language (XML) which

More information

[MS-TMPLDISC]: Template Discovery Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-TMPLDISC]: Template Discovery Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-TMPLDISC]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Specifications for SHORT System Document Submission Service

Specifications for SHORT System Document Submission Service Specifications for SHOT System Document Submission Service Version 1.3 August 2015 Version 1.3 August 2015 1 evision History Version Date Major Changes 1.0 December 2010 Initial version. 1.1 February 2011

More information

Extensible Markup Language Processing

Extensible Markup Language Processing CHAPTER 2 Revised: June 24, 2009, This chapter describes the Extensible Markup Language (XML) process in the Common Object Request Broker Architecture (CORBA) adapter. XML and Components Along with XML,

More information

Information Document Wind and Solar Power Forecasting ID # R

Information Document Wind and Solar Power Forecasting ID # R Information Documents are not authoritative. Information Documents are for information purposes only and are intended to provide guidance. In the event of any discrepancy between an Information Document

More information

Introducing our First Schema

Introducing our First Schema 1 di 11 21/05/2006 10.24 Published on XML.com http://www.xml.com/pub/a/2000/11/29/schemas/part1.html See this if you're having trouble printing code examples Using W3C XML By Eric van der Vlist October

More information

Columbia University R. Mahy, Ed. SIP Edge LLC November An INVITE-Initiated Dialog Event Package for the Session Initiation Protocol (SIP)

Columbia University R. Mahy, Ed. SIP Edge LLC November An INVITE-Initiated Dialog Event Package for the Session Initiation Protocol (SIP) Network Working Group Request for Comments: 4235 Category: Standards Track J. Rosenberg Cisco Systems H. Schulzrinne Columbia University R. Mahy, Ed. SIP Edge LLC November 2005 Status of this Memo An INVITE-Initiated

More information

Request for Comments: Tail-f Systems December Partial Lock Remote Procedure Call (RPC) for NETCONF

Request for Comments: Tail-f Systems December Partial Lock Remote Procedure Call (RPC) for NETCONF Network Working Group Request for Comments: 5717 Category: Standards Track B. Lengyel Ericsson M. Bjorklund Tail-f Systems December 2009 Partial Lock Remote Procedure Call (RPC) for NETCONF Abstract The

More information

XML extensible Markup Language

XML extensible Markup Language extensible Markup Language Eshcar Hillel Sources: http://www.w3schools.com http://java.sun.com/webservices/jaxp/ learning/tutorial/index.html Tutorial Outline What is? syntax rules Schema Document Object

More information

MWTM 6.1 NBAPI WSDL and XSD Definitions

MWTM 6.1 NBAPI WSDL and XSD Definitions APPENDIXA This appendix describes the WSDL and XSD 1 (XML Schema Definition) definitions for MWTM 6.1 Northbound API (NBAPI): InventoryAPI.wsdl, page A-1 EventAPI.wsdl, page A-5 ProvisionAPI.wsdl, page

More information

Software Engineering Methods, XML extensible Markup Language. Tutorial Outline. An Example File: Note.xml XML 1

Software Engineering Methods, XML extensible Markup Language. Tutorial Outline. An Example File: Note.xml XML 1 extensible Markup Language Eshcar Hillel Sources: http://www.w3schools.com http://java.sun.com/webservices/jaxp/ learning/tutorial/index.html Tutorial Outline What is? syntax rules Schema Document Object

More information

7.1. Redovna datoteka sa slogovima koji se odnose na kupnje i prodaje valuta na tržištu stranih sredstava plaćanja

7.1. Redovna datoteka sa slogovima koji se odnose na kupnje i prodaje valuta na tržištu stranih sredstava plaćanja 7. XSD datoteke za dostavu podataka 7.1. Redovna datoteka sa slogovima koji se odnose na kupnje i prodaje valuta na tržištu stranih sredstava plaćanja

More information

ENTSO-E INTEROPERABILITY TESTS FOR THE MARKET APRIL 2015

ENTSO-E INTEROPERABILITY TESTS FOR THE MARKET APRIL 2015 1 ENTSO-E INTEROPERABILITY TESTS FOR THE MARKET APRIL 2015 VERSION 1.0 2 Copyright notice: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 Copyright ENTSO-E. All Rights Reserved. This document and its whole translations

More information

Web Service Provider Example - Enabling Visible Business

Web Service Provider Example - Enabling Visible Business Web Services Example Web Service Provider Example - Enabling Visible Business Company A makes earrings. One of their suppliers, Company B, provides the glass beads that are used in the earrings. Company

More information

MWTM NBAPI WSDL and XSD Definitions

MWTM NBAPI WSDL and XSD Definitions APPENDIXA This appendix describes the WSDL and XSD 1 (XML Schema Definition) definitions for MWTM 6.1.4 Northbound API (NBAPI): InventoryAPI.wsdl, page A-1 EventAPI.wsdl, page A-10 ProvisionAPI.wsdl, page

More information

Specifications for the Preliminary Official Statement Submission Service

Specifications for the Preliminary Official Statement Submission Service Specifications for the Preliminary Official Statement Submission Service Version 1.2 August 2015 1 EVISION HISTOY Version Date Major Changes 1.0 May 2011 Initial version. 1.1 July 2011 emove security types

More information

BBPS API Sepcifications

BBPS API Sepcifications BBPS API Sepcifications v11.0 BBPS API Sepcifications v11.0 Page 1 Table of Contents 1 Bill Fetch Request 4 Sample Bill Fetch Request API 4 Bill Fetch Request Tag Details 5 Bill Fetch Request XSD 6 2 Bill

More information

SECTION. 0 General Message Guidelines. Version Workgroup Document version: 3. Version 5.

SECTION. 0 General Message Guidelines. Version Workgroup Document version: 3. Version 5. 1 2 3 SECTION 0 General Message Guidelines 4 Version 5.1 Edig@s 5 6 7 8 EASEE-gas/Edig@s Workgroup Document version: 3 Version 5.1 / 2015-09-02 0-1 9 COPYRIGHT & LIABILITY 10 11 12 13 14 15 16 17 18 19

More information

Project Members: Aniket Prabhune Reenal Mahajan Mudita Singhal

Project Members: Aniket Prabhune Reenal Mahajan Mudita Singhal CS-5604 Information Storage and Retrieval Project Report Scenario/Class Diagram Synthesis (American South 2) Project Members: Aniket Prabhune (aprabhun@vt.edu) Reenal Mahajan (remahaja@vt.edu) Mudita Singhal

More information

Notes. Any feedback/suggestions? IS 651: Distributed Systems

Notes. Any feedback/suggestions? IS 651: Distributed Systems Notes Grading statistics Midterm1: average 10.60 out of 15 with stdev 2.22 Total: average 15.46 out of 21 with stdev 2.80 A range: [18.26, 23] B range: [12.66, 18.26) C or worse range: [0, 12.66) The curve

More information

PTS XML STANDARD GUIDELINE

PTS XML STANDARD GUIDELINE PTS XML STANDARD GUIDELINE September 2012 Turkish Medicines & Medical Devices Agency, Department of Pharmaceutical Track & Trace System Söğütözü Mahallesi 2176 Sok. No: 5 P.K.06520 Çankaya, Ankara Phone:

More information

User Manual. Privacy Infringement Severity. ProM Plug-in. Author: Sebastian Banescu Version: 0.1

User Manual. Privacy Infringement Severity. ProM Plug-in. Author: Sebastian Banescu Version: 0.1 User Manual Privacy Infringement Severity ProM Plug-in Author: Sebastian Banescu Version: 0.1 1 Table of Contents 1. Introduction...3 1.1 Implementation Details...3 2. Installation...3 3. Plug-in inputs...4

More information

Using Inventory Export Guide

Using Inventory Export Guide Introducing Inventory Import and Export XML Using Inventory Export Guide To Manage Your Inventory Data Version 1.0 ADD TO CART XML API GUIDE 5/28/13 PAGE 1 Copyright 2013 Shopatron, Inc. Using Inventory

More information

XML Schema. Mario Alviano A.Y. 2017/2018. University of Calabria, Italy 1 / 28

XML Schema. Mario Alviano A.Y. 2017/2018. University of Calabria, Italy 1 / 28 1 / 28 XML Schema Mario Alviano University of Calabria, Italy A.Y. 2017/2018 Outline 2 / 28 1 Introduction 2 Elements 3 Simple and complex types 4 Attributes 5 Groups and built-in 6 Import of other schemes

More information

Custom Data Access with MapObjects Java Edition

Custom Data Access with MapObjects Java Edition Custom Data Access with MapObjects Java Edition Next Generation Command and Control System (NGCCS) Tactical Operations Center (TOC) 3-D Concurrent Technologies Corporation Derek Sedlmyer James Taylor 05/24/2005

More information

WG EDI BEST PRACTICES

WG EDI BEST PRACTICES 1 WG EDI BEST PRACTICES 2018-01-15 2 Table of Contents 3 4 5 6 7 8 9 10 11 12 13 1 Objective... 5 2 XML instance recommendations... 5 3 Use of local codes in codelist... 5 4 Time... 6 5 Coding identification...

More information

TC57 Use of XML Schema. Scott Neumann. October 3, 2005

TC57 Use of XML Schema. Scott Neumann. October 3, 2005 TC57 Use of XML Schema Scott Neumann October 3, 2005 Introduction The purpose of this presentation is to respond to an action item from the last WG14 meeting regarding the use of XML Schema by WG14 and

More information

saml requesting attributes v1.1 wd01 Working Draft January 2016 Standards Track Draft Copyright OASIS Open All Rights Reserved.

saml requesting attributes v1.1 wd01 Working Draft January 2016 Standards Track Draft Copyright OASIS Open All Rights Reserved. Standards Track Draft Copyright OASIS Open 2015. All Rights Reserved. Page 1 of 10 SAML v2.0 Protocol Extension for Requesting Attributes in AuthnRequest Version 1.1 Working Draft 02 19 January 2016 Technical

More information

Relationship Record Common Data File format V1.1

Relationship Record Common Data File format V1.1 Relationship Record Common Data File format V1.1 Final V1.1 2017-03-16 Contents 1. Introduction... 5 1.1. Status of this document... 5 1.2. Terminology and Typographical Conventions... 5 1.3. Cardinalities...

More information

PESC Compliant JSON Version /19/2018. A publication of the Technical Advisory Board Postsecondary Electronic Standards Council

PESC Compliant JSON Version /19/2018. A publication of the Technical Advisory Board Postsecondary Electronic Standards Council Version 0.5.0 10/19/2018 A publication of the Technical Advisory Board Postsecondary Electronic Standards Council 2018. All Rights Reserved. This document may be copied and furnished to others, and derivative

More information

Test Assertions Part 2 - Test Assertion Markup Language Version 1.0

Test Assertions Part 2 - Test Assertion Markup Language Version 1.0 Test Assertions Part 2 - Test Assertion Markup Language Version 1.0 Draft 1.0.2 6 January 2010 Specification URIs: This Version: Previous Version: [NA] Latest Version: http://docs.oasis-open.org/tag/taml/v1.0/testassertionmarkuplanguage-1.0.html

More information

Pattern/Object Markup Language (POML): A Simple XML Schema for Object Oriented Code Description

Pattern/Object Markup Language (POML): A Simple XML Schema for Object Oriented Code Description Pattern/Object Markup Language (POML): A Simple XML Schema for Object Oriented Code Description Jason McC. Smith Apr 7, 2004 Abstract Pattern/Object Markup Language (or POML) is a simple XML Schema for

More information

Privacy and Personal Data Collection Disclosure. Legal Notice

Privacy and Personal Data Collection Disclosure. Legal Notice Privacy and Personal Data Collection Disclosure Certain features available in Trend Micro products collect and send feedback regarding product usage and detection information to Trend Micro. Some of this

More information

DFP Mobile Ad Network and Rich Media API

DFP Mobile Ad Network and Rich Media API DFP Mobile Ad Network and Rich Media API v2.0, 12 June 2012 Background DFP Mobile is adopting a single open API for integrating with all ad networks and rich media vendors. This has the following benefits:

More information

Expires: January 15, 2005 July 17, Extensible Markup Language (XML) Formats for Representing Resource Lists draft-ietf-simple-xcap-list-usage-03

Expires: January 15, 2005 July 17, Extensible Markup Language (XML) Formats for Representing Resource Lists draft-ietf-simple-xcap-list-usage-03 SIMPLE J. Rosenberg Internet-Draft dynamicsoft Expires: January 15, 2005 July 17, 2004 Extensible Markup Language (XML) Formats for Representing Resource Lists draft-ietf-simple-xcap-list-usage-03 Status

More information

Automated Load Forecast System (ALFS) For RC Interface Specification

Automated Load Forecast System (ALFS) For RC Interface Specification Automated Load Forecast System (ALFS) For RC Interface Specification Version: 1.0 October 22, 2018 Revision History Date Version Description 10/23/2018 1.0 Initial document release related to the Load

More information