Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema MeterDataManagement_r25.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 - Define the transaction exchanges needed for delivery of meter data
Details - The "Meter Data Delivery" transaction exchange allows interval and consumption meter data and profile shapes to be provided. It consists of a MeterDataNotification transaction and a resulting MeterDataResponse transaction.
The "Settlement Data Delivery" transaction exchange provides information to the Market Settlement process. It consists of SettlementDataNotification transaction, with no response transactions.
Properties
attribute form default: unqualified
element form default: unqualified
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataNotification/RecordCount
Namespace No namespace
Diagram
Diagram asexml_r250.tmp#id123
Type RecordCount
Properties
content: simple
minOccurs: 0
Facets
totalDigits 10
Source
<xsd:element name="RecordCount" type="RecordCount" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataNotification/CSVConsumptionData
Namespace No namespace
Annotations
Purpose - Deliver consumption meter data (also called basic meter data).
Detail - The following column headings will be employed in the default order as listed
for each energy market.

NEM
	NMI - 10 characters
	Suffix - 2 characters
	MDPVersionDate - YYYYMMDDHHMMSS
	FromDate - YYYYMMDD
	ToDate - YYYYMMDD
	Status - A or E
	Reading - in kiloWattHours, no leading/trailing zeros
	
VICGAS
	NMI
	NMI_Checksum
	RB_Reference_Number
	Reason_For_Special_Read
	Gas_Meter_Number
	Gas_Meter_Units
	Previous_Index_Value
	Previous_Read_Date
	Current_Index_Value
	Current_Read_Date
	Volume_Flow
	Average_Heating_Value
	Pressure_Correction_Factor
	Consumed_Energy
	Type_of_Read
	Estimation_Substitution_Type
	Estimation_Substitution_Reason_Code
	Meter_Status
	Next_Scheduled_Read_Date
	Hi_Low_Failure
	Meter_Capacity_Failure
	Adjustment_Reason_Code
	Energy_Calculation_Date_Stamp
	Energy_Calculation_Time_Stamp
For further details on VICGAS requirements refer to VENCorp Participant Build Pack 3                                                                                     B2B ELECTRICITY                                    Contains embedded data in CSV format for basic meters. This is the standard file format for basic meter data defined in a valid MDFF.
Diagram
Diagram asexml_r250.tmp#id126 asexml_r250.tmp#id128 asexml_r250.tmp#id125
Type CSVDataWithName
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
Description restriction of NonZeroLengthString optional
Name restriction of NonZeroLengthString optional
Source
<xsd:element name="CSVConsumptionData" type="CSVDataWithName" nillable="true">
  <xsd:annotation>
    <xsd:documentation>Purpose - Deliver consumption meter data (also called basic meter data). Detail - The following column headings will be employed in the default order as listed for each energy market. NEM NMI - 10 characters Suffix - 2 characters MDPVersionDate - YYYYMMDDHHMMSS FromDate - YYYYMMDD ToDate - YYYYMMDD Status - A or E Reading - in kiloWattHours, no leading/trailing zeros VICGAS NMI NMI_Checksum RB_Reference_Number Reason_For_Special_Read Gas_Meter_Number Gas_Meter_Units Previous_Index_Value Previous_Read_Date Current_Index_Value Current_Read_Date Volume_Flow Average_Heating_Value Pressure_Correction_Factor Consumed_Energy Type_of_Read Estimation_Substitution_Type Estimation_Substitution_Reason_Code Meter_Status Next_Scheduled_Read_Date Hi_Low_Failure Meter_Capacity_Failure Adjustment_Reason_Code Energy_Calculation_Date_Stamp Energy_Calculation_Time_Stamp For further details on VICGAS requirements refer to VENCorp Participant Build Pack 3 B2B ELECTRICITY Contains embedded data in CSV format for basic meters. This is the standard file format for basic meter data defined in a valid MDFF.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataNotification/CSVIntervalData
Namespace No namespace
Annotations
Purpose - Deliver interval meter data
Detail - The following column headings will be employed in the default order as listed 
for each energy market.

NEM
	NMI - 10 characters
	Suffix - 2 characters
	MDPVersionDate - YYYYMMDDHHMMSS
	SettlementDate - YYYYMMDD
	Status - 48 characters, 1 per interval, A or E
	Period01 - in kiloWattHours, no leading/trailing zeros	
	Period02 - in kiloWattHours, no leading/trailing zeros
	...
	Period48 - in kiloWattHours, no leading/trailing zeros.                               
B2B ELECTRICITY
Contains embedded data in CSV format for interval meters. This is the standard file format for interval meter data defined in a valid MDFF.
Diagram
Diagram asexml_r250.tmp#id126 asexml_r250.tmp#id128 asexml_r250.tmp#id125
Type CSVDataWithName
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
Description restriction of NonZeroLengthString optional
Name restriction of NonZeroLengthString optional
Source
<xsd:element name="CSVIntervalData" type="CSVDataWithName" nillable="true">
  <xsd:annotation>
    <xsd:documentation>Purpose - Deliver interval meter data Detail - The following column headings will be employed in the default order as listed for each energy market. NEM NMI - 10 characters Suffix - 2 characters MDPVersionDate - YYYYMMDDHHMMSS SettlementDate - YYYYMMDD Status - 48 characters, 1 per interval, A or E Period01 - in kiloWattHours, no leading/trailing zeros Period02 - in kiloWattHours, no leading/trailing zeros ... Period48 - in kiloWattHours, no leading/trailing zeros. B2B ELECTRICITY Contains embedded data in CSV format for interval meters. This is the standard file format for interval meter data defined in a valid MDFF.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataNotification/CSVProfileData
Namespace No namespace
Annotations
Purpose - Deliver profile shape data
Detail - The following column headings will be employed in the default order listed
for each energy market.

NEM
	ProfileName - as per MDM
	MDPVersionDate - YYYYMMDDHHMMSS
	SettlementDate - YYYYMMDD
	Period01- in kiloWattHours, no leading/trailing zeros
	Period02 - in kiloWattHours, no leading/trailing zeros
	...
	Period48 - in kiloWattHours, no leading/trailing zeros
Diagram
Diagram asexml_r250.tmp#id126 asexml_r250.tmp#id128 asexml_r250.tmp#id125
Type CSVDataWithName
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
Description restriction of NonZeroLengthString optional
Name restriction of NonZeroLengthString optional
Source
<xsd:element name="CSVProfileData" type="CSVDataWithName" nillable="true">
  <xsd:annotation>
    <xsd:documentation>Purpose - Deliver profile shape data Detail - The following column headings will be employed in the default order listed for each energy market. NEM ProfileName - as per MDM MDPVersionDate - YYYYMMDDHHMMSS SettlementDate - YYYYMMDD Period01- in kiloWattHours, no leading/trailing zeros Period02 - in kiloWattHours, no leading/trailing zeros ... Period48 - in kiloWattHours, no leading/trailing zeros</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataNotification/ParticipantRole
Namespace No namespace
Diagram
Diagram asexml_r250.tmp#id133 asexml_r250.tmp#id134 asexml_r250.tmp#id132
Type RoleAssignment
Properties
content: complex
minOccurs: 0
Model Party{0,1} , Role
Children Party, Role
Instance
<ParticipantRole>
  <Party context="" description="">{0,1}</Party>
  <Role>{1,1}</Role>
</ParticipantRole>
Source
<xsd:element name="ParticipantRole" type="RoleAssignment" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataNotification/MeterReadingGroup
Namespace No namespace
Diagram
Diagram asexml_r2521.tmp#id140 asexml_r2521.tmp#id138 asexml_r2521.tmp#id137
Type MeterReadingGroup
Properties
content: complex
minOccurs: 0
Model MeterReadingGroupId
Children MeterReadingGroupId
Instance
<MeterReadingGroup context="">
  <MeterReadingGroupId>{1,1}</MeterReadingGroupId>
</MeterReadingGroup>
Attributes
QName Type Fixed Default Use Annotation
context MeterReadingGroupType optional
Source
<xsd:element name="MeterReadingGroup" type="MeterReadingGroup" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterReadingGroup/MeterReadingGroupId
Namespace No namespace
Diagram
Diagram asexml_r2521.tmp#id139
Type MeterReadingGroupId
Properties
content: simple
Facets
whiteSpace collapse
minLength 1
Source
<xsd:element name="MeterReadingGroupId" type="MeterReadingGroupId"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataResponse/ActivityID
Namespace No namespace
Diagram
Diagram asexml_r2521.tmp#id147
Type MDMActivityIdentifier
Properties
content: simple
Facets
maxInclusive 9999999999
Source
<xsd:element name="ActivityID" type="MDMActivityIdentifier"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataResponse/AcceptedCount
Namespace No namespace
Diagram
Diagram
Type xsd:nonNegativeInteger
Properties
content: simple
Source
<xsd:element name="AcceptedCount" type="xsd:nonNegativeInteger"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataResponse/LoadDate
Namespace No namespace
Diagram
Diagram
Type xsd:dateTime
Properties
content: simple
Source
<xsd:element name="LoadDate" type="xsd:dateTime"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataResponse/Event
Namespace No namespace
Diagram
Diagram asexml_r2523.tmp#id100 asexml_r2523.tmp#id102 asexml_r2523.tmp#id88 asexml_r2523.tmp#id92 asexml_r2523.tmp#id94 asexml_r2523.tmp#id96 asexml_r2523.tmp#id97 asexml_r2523.tmp#id87
Type Event
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model Code , KeyInfo{0,1} , Context{0,1} , Explanation{0,1} , SupportedVersions{0,1}
Children Code, Context, Explanation, KeyInfo, SupportedVersions
Instance
<Event class="Application" severity="Fatal">
  <Code description="">{1,1}</Code>
  <KeyInfo>{0,1}</KeyInfo>
  <Context>{0,1}</Context>
  <Explanation>{0,1}</Explanation>
  <SupportedVersions>{0,1}</SupportedVersions>
</Event>
Attributes
QName Type Fixed Default Use Annotation
class EventClass Application optional
severity EventSeverity Fatal optional
Source
<xsd:element name="Event" type="Event" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element SettlementDataNotification/CSVAggregatedSettlementData
Namespace No namespace
Annotations
Purpose - Deliver aggregated settlement data
Detail - The following column headings will be employed in the default order listed
for each energy market.

NEM
	TNI - as per MDM
	FRMP - as per MDM
	LR - as per MDM
	MDP - as per MDM
	SettlementDate - YYYYMMDD
	Period01- in kiloWattHours, no leading/trailing zeros
	Period02 - in kiloWattHours, no leading/trailing zeros
	...
	Period48 - in kiloWattHours, no leading/trailing zeros
Diagram
Diagram
Type xsd:string
Properties
content: simple
Source
<xsd:element name="CSVAggregatedSettlementData" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Purpose - Deliver aggregated settlement data Detail - The following column headings will be employed in the default order listed for each energy market. NEM TNI - as per MDM FRMP - as per MDM LR - as per MDM MDP - as per MDM SettlementDate - YYYYMMDD Period01- in kiloWattHours, no leading/trailing zeros Period02 - in kiloWattHours, no leading/trailing zeros ... Period48 - in kiloWattHours, no leading/trailing zeros</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element SettlementDataNotification/CSVNonAggregatedSettlementData
Namespace No namespace
Annotations
Purpose - Deliver non-aggregated settlement data
Details - The following column headings will be employed in the default order listed
for each energy market.

NEM
	TNI - as per MDM
	FRMP - as per MDM
	LR - as per MDM
	MDP - as per MDM
	NMI - 10 characters
	Suffix - 2 characters	
	SettlementDate  - YYYYMMDD
	Period01- in kiloWattHours, no leading/trailing zeros
	Period02 - in kiloWattHours, no leading/trailing zeros
	...
	Period48 - in kiloWattHours, no leading/trailing zeros
Diagram
Diagram
Type xsd:string
Properties
content: simple
Source
<xsd:element name="CSVNonAggregatedSettlementData" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Purpose - Deliver non-aggregated settlement data Details - The following column headings will be employed in the default order listed for each energy market. NEM TNI - as per MDM FRMP - as per MDM LR - as per MDM MDP - as per MDM NMI - 10 characters Suffix - 2 characters SettlementDate - YYYYMMDD Period01- in kiloWattHours, no leading/trailing zeros Period02 - in kiloWattHours, no leading/trailing zeros ... Period48 - in kiloWattHours, no leading/trailing zeros</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element AccountCreationNotification/AccountCreationData
Namespace No namespace
Diagram
Diagram asexml_r250.tmp#id227 asexml_r250.tmp#id222 asexml_r250.tmp#id221
Type NMIStandingData
Properties
content: complex
Model NMI{0,1}
Children NMI
Instance
<AccountCreationData effectiveDateTime="">
  <NMI checksum="">{0,1}</NMI>
</AccountCreationData>
Attributes
QName Type Fixed Default Use Annotation
effectiveDateTime xsd:dateTime optional
Source
<xsd:element name="AccountCreationData" type="NMIStandingData"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterReadInputNotification/ReadInputData
Namespace No namespace
Diagram
Diagram asexml_r250.tmp#id227 asexml_r250.tmp#id222 asexml_r250.tmp#id221
Type NMIStandingData
Properties
content: complex
Model NMI{0,1}
Children NMI
Instance
<ReadInputData effectiveDateTime="">
  <NMI checksum="">{0,1}</NMI>
</ReadInputData>
Attributes
QName Type Fixed Default Use Annotation
effectiveDateTime xsd:dateTime optional
Source
<xsd:element name="ReadInputData" type="NMIStandingData"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataVerifyRequest/VerifyRequestData
Namespace No namespace
Diagram
Diagram asexml_r250.tmp#id756 asexml_r250.tmp#id755
Type NMITransactionBase
Properties
content: complex
Model NMI{0,1}
Children NMI
Instance
<VerifyRequestData>
  <NMI checksum="">{0,1}</NMI>
</VerifyRequestData>
Source
<xsd:element name="VerifyRequestData" type="NMITransactionBase"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataVerifyResponse/VerifyResponseData
Namespace No namespace
Diagram
Diagram asexml_r250.tmp#id756 asexml_r250.tmp#id755
Type NMITransactionBase
Properties
content: complex
Model NMI{0,1}
Children NMI
Instance
<VerifyResponseData>
  <NMI checksum="">{0,1}</NMI>
</VerifyResponseData>
Source
<xsd:element name="VerifyResponseData" type="NMITransactionBase"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataHistoryRequest/SingleHistoryRequestData
Namespace No namespace
Diagram
Diagram asexml_r250.tmp#id756 asexml_r250.tmp#id755
Type NMITransactionBase
Properties
content: complex
Model NMI{0,1}
Children NMI
Instance
<SingleHistoryRequestData>
  <NMI checksum="">{0,1}</NMI>
</SingleHistoryRequestData>
Source
<xsd:element name="SingleHistoryRequestData" type="NMITransactionBase"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataHistoryRequest/CSVHistoryRequestData
Namespace No namespace
Diagram
Diagram asexml_r250.tmp#id449 asexml_r250.tmp#id450 asexml_r250.tmp#id448
Type CSVRequestFormat
Properties
content: complex
Model RecordCount , CSVData
Children CSVData, RecordCount
Instance
<CSVHistoryRequestData>
  <RecordCount>{1,1}</RecordCount>
  <CSVData>{1,1}</CSVData>
</CSVHistoryRequestData>
Source
<xsd:element name="CSVHistoryRequestData" type="CSVRequestFormat"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataHistoryResponse/CSVHistoryResponseData
Namespace No namespace
Diagram
Diagram asexml_r250.tmp#id449 asexml_r250.tmp#id450 asexml_r250.tmp#id448 asexml_r250.tmp#id771 asexml_r250.tmp#id770
Type CSVResponseFormat
Type hierarchy
Properties
content: complex
Model RecordCount , CSVData , Event*
Children CSVData, Event, RecordCount
Instance
<CSVHistoryResponseData>
  <RecordCount>{1,1}</RecordCount>
  <CSVData>{1,1}</CSVData>
</CSVHistoryResponseData>
Source
<xsd:element name="CSVHistoryResponseData" type="CSVResponseFormat"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataMissingNotification/MissingMeterData
Namespace No namespace
Diagram
Diagram asexml_r250.tmp#id756 asexml_r250.tmp#id755
Type NMITransactionBase
Properties
content: complex
Model NMI{0,1}
Children NMI
Instance
<MissingMeterData>
  <NMI checksum="">{0,1}</NMI>
</MissingMeterData>
Source
<xsd:element name="MissingMeterData" type="NMITransactionBase"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterDataMissingNotification/CSVMissingMeterData
Namespace No namespace
Diagram
Diagram asexml_r250.tmp#id449 asexml_r250.tmp#id450 asexml_r250.tmp#id448
Type CSVRequestFormat
Properties
content: complex
Model RecordCount , CSVData
Children CSVData, RecordCount
Instance
<CSVMissingMeterData>
  <RecordCount>{1,1}</RecordCount>
  <CSVData>{1,1}</CSVData>
</CSVMissingMeterData>
Source
<xsd:element name="CSVMissingMeterData" type="CSVRequestFormat"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterReadingReferenceDataRequest/MeterReadingGroup
Namespace No namespace
Diagram
Diagram asexml_r2521.tmp#id140 asexml_r2521.tmp#id138 asexml_r2521.tmp#id137
Type MeterReadingGroup
Properties
content: complex
Model MeterReadingGroupId
Children MeterReadingGroupId
Instance
<MeterReadingGroup context="">
  <MeterReadingGroupId>{1,1}</MeterReadingGroupId>
</MeterReadingGroup>
Attributes
QName Type Fixed Default Use Annotation
context MeterReadingGroupType optional
Source
<xsd:element name="MeterReadingGroup" type="MeterReadingGroup"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterReadingReferenceDataResponse/MeterReadingGroup
Namespace No namespace
Diagram
Diagram asexml_r2521.tmp#id140 asexml_r2521.tmp#id138 asexml_r2521.tmp#id137
Type MeterReadingGroup
Properties
content: complex
Model MeterReadingGroupId
Children MeterReadingGroupId
Instance
<MeterReadingGroup context="">
  <MeterReadingGroupId>{1,1}</MeterReadingGroupId>
</MeterReadingGroup>
Attributes
QName Type Fixed Default Use Annotation
context MeterReadingGroupType optional
Source
<xsd:element name="MeterReadingGroup" type="MeterReadingGroup"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterReadingReferenceDataResponse/NMIStandingData
Namespace No namespace
Diagram
Diagram asexml_r250.tmp#id227 asexml_r250.tmp#id222 asexml_r250.tmp#id221
Type NMIStandingData
Properties
content: complex
Model NMI{0,1}
Children NMI
Instance
<NMIStandingData effectiveDateTime="">
  <NMI checksum="">{0,1}</NMI>
</NMIStandingData>
Attributes
QName Type Fixed Default Use Annotation
effectiveDateTime xsd:dateTime optional
Source
<xsd:element name="NMIStandingData" type="NMIStandingData"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Element MeterReadingReferenceDataResponse/Event
Namespace No namespace
Diagram
Diagram asexml_r2523.tmp#id100 asexml_r2523.tmp#id102 asexml_r2523.tmp#id88 asexml_r2523.tmp#id92 asexml_r2523.tmp#id94 asexml_r2523.tmp#id96 asexml_r2523.tmp#id97 asexml_r2523.tmp#id87
Type Event
Properties
content: complex
minOccurs: 0
Model Code , KeyInfo{0,1} , Context{0,1} , Explanation{0,1} , SupportedVersions{0,1}
Children Code, Context, Explanation, KeyInfo, SupportedVersions
Instance
<Event class="Application" severity="Fatal">
  <Code description="">{1,1}</Code>
  <KeyInfo>{0,1}</KeyInfo>
  <Context>{0,1}</Context>
  <Explanation>{0,1}</Explanation>
  <SupportedVersions>{0,1}</SupportedVersions>
</Event>
Attributes
QName Type Fixed Default Use Annotation
class EventClass Application optional
severity EventSeverity Fatal optional
Source
<xsd:element name="Event" type="Event" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Complex Type MeterDataNotification
Namespace urn:aseXML:r25
Annotations
Application - Meter Data Management
TransactionExchange - Meter Data Delivery
TransactionGroup - MDMT for VicGas and SAWA Gas
Priority - Low
Purpose - Provide meter data
Detail - Only one type of meter data can be delivered within a given transaction. 

			Transaction Group: MTRD NEM - B2B Electricity National Electricity B2B Process Tranche 1 Build Pack;	Only CSVConsumptionData and CSVIntervalData used.
Diagram
Diagram asexml_r2521.tmp#id142 asexml_r2521.tmp#id122 asexml_r2521.tmp#id124 asexml_r2521.tmp#id129 asexml_r2521.tmp#id130 asexml_r2521.tmp#id131 asexml_r2521.tmp#id136
Used by
Model RecordCount{0,1} , (CSVConsumptionData | CSVIntervalData | CSVProfileData) , ParticipantRole{0,1} , MeterReadingGroup{0,1}
Children CSVConsumptionData, CSVIntervalData, CSVProfileData, MeterReadingGroup, ParticipantRole, RecordCount
Attributes
QName Type Fixed Default Use Annotation
version r25 required
Source
<xsd:complexType name="MeterDataNotification">
  <xsd:annotation>
    <xsd:documentation>Application - Meter Data Management TransactionExchange - Meter Data Delivery TransactionGroup - MDMT for VicGas and SAWA Gas Priority - Low Purpose - Provide meter data Detail - Only one type of meter data can be delivered within a given transaction. Transaction Group: MTRD NEM - B2B Electricity National Electricity B2B Process Tranche 1 Build Pack; Only CSVConsumptionData and CSVIntervalData used.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="RecordCount" type="RecordCount" minOccurs="0"/>
    <xsd:choice>
      <xsd:element name="CSVConsumptionData" type="CSVDataWithName" nillable="true">
        <xsd:annotation>
          <xsd:documentation>Purpose - Deliver consumption meter data (also called basic meter data). Detail - The following column headings will be employed in the default order as listed for each energy market. NEM NMI - 10 characters Suffix - 2 characters MDPVersionDate - YYYYMMDDHHMMSS FromDate - YYYYMMDD ToDate - YYYYMMDD Status - A or E Reading - in kiloWattHours, no leading/trailing zeros VICGAS NMI NMI_Checksum RB_Reference_Number Reason_For_Special_Read Gas_Meter_Number Gas_Meter_Units Previous_Index_Value Previous_Read_Date Current_Index_Value Current_Read_Date Volume_Flow Average_Heating_Value Pressure_Correction_Factor Consumed_Energy Type_of_Read Estimation_Substitution_Type Estimation_Substitution_Reason_Code Meter_Status Next_Scheduled_Read_Date Hi_Low_Failure Meter_Capacity_Failure Adjustment_Reason_Code Energy_Calculation_Date_Stamp Energy_Calculation_Time_Stamp For further details on VICGAS requirements refer to VENCorp Participant Build Pack 3 B2B ELECTRICITY Contains embedded data in CSV format for basic meters. This is the standard file format for basic meter data defined in a valid MDFF.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="CSVIntervalData" type="CSVDataWithName" nillable="true">
        <xsd:annotation>
          <xsd:documentation>Purpose - Deliver interval meter data Detail - The following column headings will be employed in the default order as listed for each energy market. NEM NMI - 10 characters Suffix - 2 characters MDPVersionDate - YYYYMMDDHHMMSS SettlementDate - YYYYMMDD Status - 48 characters, 1 per interval, A or E Period01 - in kiloWattHours, no leading/trailing zeros Period02 - in kiloWattHours, no leading/trailing zeros ... Period48 - in kiloWattHours, no leading/trailing zeros. B2B ELECTRICITY Contains embedded data in CSV format for interval meters. This is the standard file format for interval meter data defined in a valid MDFF.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="CSVProfileData" type="CSVDataWithName" nillable="true">
        <xsd:annotation>
          <xsd:documentation>Purpose - Deliver profile shape data Detail - The following column headings will be employed in the default order listed for each energy market. NEM ProfileName - as per MDM MDPVersionDate - YYYYMMDDHHMMSS SettlementDate - YYYYMMDD Period01- in kiloWattHours, no leading/trailing zeros Period02 - in kiloWattHours, no leading/trailing zeros ... Period48 - in kiloWattHours, no leading/trailing zeros</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:choice>
    <xsd:element name="ParticipantRole" type="RoleAssignment" minOccurs="0"/>
    <xsd:element name="MeterReadingGroup" type="MeterReadingGroup" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="version" type="r25" use="required"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Complex Type MeterReadingGroup
Namespace urn:aseXML:r25
Diagram
Diagram asexml_r2521.tmp#id140 asexml_r2521.tmp#id138
Used by
Model MeterReadingGroupId
Children MeterReadingGroupId
Attributes
QName Type Fixed Default Use Annotation
context MeterReadingGroupType optional
Source
<xsd:complexType name="MeterReadingGroup">
  <xsd:sequence>
    <xsd:element name="MeterReadingGroupId" type="MeterReadingGroupId"/>
  </xsd:sequence>
  <xsd:attribute name="context" type="MeterReadingGroupType" use="optional"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Simple Type MeterReadingGroupId
Namespace urn:aseXML:r25
Annotations
This element is used to define the ID associated with the Meter Reading Group Type.
Diagram
Diagram
Type restriction of xsd:string
Facets
whiteSpace collapse
minLength 1
Used by
Source
<xsd:simpleType name="MeterReadingGroupId">
  <xsd:annotation>
    <xsd:documentation>This element is used to define the ID associated with the Meter Reading Group Type.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:minLength value="1"/>
    <xsd:whiteSpace value="collapse"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Simple Type MeterReadingGroupType
Namespace urn:aseXML:r25
Annotations
This is a method of grouping meters that belong to either one end-use customer (NMI), one Builder via all portable meters being defined as belonging to one Site (the builders address even though these meters are temporarily installed at building sites), or finally for a large company (eg Water Corp) by grouping all the Meters into one or more Routes (Route ID).  Values used by WA market are NMI, SITE or ROUTE.
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration NMI, Site, Route
Used by
Source
<xsd:simpleType name="MeterReadingGroupType">
  <xsd:annotation>
    <xsd:documentation>This is a method of grouping meters that belong to either one end-use customer (NMI), one Builder via all portable meters being defined as belonging to one Site (the builders address even though these meters are temporarily installed at building sites), or finally for a large company (eg Water Corp) by grouping all the Meters into one or more Routes (Route ID). Values used by WA market are NMI, SITE or ROUTE.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="NMI"/>
    <xsd:enumeration value="Site"/>
    <xsd:enumeration value="Route"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Complex Type MeterDataResponse
Namespace urn:aseXML:r25
Annotations
Application - Meter Data Management
TransactionExchange - Meter Data Delivery
TransactionGroup - MDMT
Priority - Low
Purpose - Provide acknowledgment of the loading of meter data into MDM
Detail - Any errors are reported via Event elements.
Diagram
Diagram asexml_r2521.tmp#id151 asexml_r2521.tmp#id146 asexml_r2521.tmp#id148 asexml_r2521.tmp#id149 asexml_r2521.tmp#id150
Used by
Model ActivityID , AcceptedCount , LoadDate , Event*
Children AcceptedCount, ActivityID, Event, LoadDate
Attributes
QName Type Fixed Default Use Annotation
version r6 required
Source
<xsd:complexType name="MeterDataResponse">
  <xsd:annotation>
    <xsd:documentation>Application - Meter Data Management TransactionExchange - Meter Data Delivery TransactionGroup - MDMT Priority - Low Purpose - Provide acknowledgment of the loading of meter data into MDM Detail - Any errors are reported via Event elements.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="ActivityID" type="MDMActivityIdentifier"/>
    <xsd:element name="AcceptedCount" type="xsd:nonNegativeInteger"/>
    <xsd:element name="LoadDate" type="xsd:dateTime"/>
    <xsd:element name="Event" type="Event" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="version" type="r6" use="required"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Simple Type MDMActivityIdentifier
Namespace urn:aseXML:r25
Annotations
Purpose - Identify the submission of meter data via a MeterDataNotification transaction
Detail - This identifier is assigned via MDM  to each block of data provided via a MeterDataNotification transaction.
Diagram
Diagram
Type restriction of xsd:nonNegativeInteger
Facets
maxInclusive 9999999999
Used by
Source
<xsd:simpleType name="MDMActivityIdentifier">
  <xsd:annotation>
    <xsd:documentation>Purpose - Identify the submission of meter data via a MeterDataNotification transaction Detail - This identifier is assigned via MDM to each block of data provided via a MeterDataNotification transaction.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:nonNegativeInteger">
    <xsd:maxInclusive value="9999999999"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Complex Type SettlementDataNotification
Namespace urn:aseXML:r25
Annotations
Application - Meter Data Management
TransactionExchange - Settlement Data Delivery
TransactionGroup - MDMT
Priority - Low
Purpose - Provide settlement data
Detail - Only one type of settlement data can be delivered within a given transaction.
Diagram
Diagram asexml_r2521.tmp#id157 asexml_r2521.tmp#id155 asexml_r2521.tmp#id156
Used by
Model CSVAggregatedSettlementData | CSVNonAggregatedSettlementData
Children CSVAggregatedSettlementData, CSVNonAggregatedSettlementData
Attributes
QName Type Fixed Default Use Annotation
version r4 required
Source
<xsd:complexType name="SettlementDataNotification">
  <xsd:annotation>
    <xsd:documentation>Application - Meter Data Management TransactionExchange - Settlement Data Delivery TransactionGroup - MDMT Priority - Low Purpose - Provide settlement data Detail - Only one type of settlement data can be delivered within a given transaction.</xsd:documentation>
  </xsd:annotation>
  <xsd:choice>
    <xsd:element name="CSVAggregatedSettlementData" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>Purpose - Deliver aggregated settlement data Detail - The following column headings will be employed in the default order listed for each energy market. NEM TNI - as per MDM FRMP - as per MDM LR - as per MDM MDP - as per MDM SettlementDate - YYYYMMDD Period01- in kiloWattHours, no leading/trailing zeros Period02 - in kiloWattHours, no leading/trailing zeros ... Period48 - in kiloWattHours, no leading/trailing zeros</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="CSVNonAggregatedSettlementData" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>Purpose - Deliver non-aggregated settlement data Details - The following column headings will be employed in the default order listed for each energy market. NEM TNI - as per MDM FRMP - as per MDM LR - as per MDM MDP - as per MDM NMI - 10 characters Suffix - 2 characters SettlementDate - YYYYMMDD Period01- in kiloWattHours, no leading/trailing zeros Period02 - in kiloWattHours, no leading/trailing zeros ... Period48 - in kiloWattHours, no leading/trailing zeros</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:choice>
  <xsd:attribute name="version" type="r4" use="required"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Complex Type AccountCreationNotification
Namespace urn:aseXML:r25
Annotations
Schema - MeterDataManagement
Diagram
Diagram asexml_r2521.tmp#id736 asexml_r2521.tmp#id735
Used by
Model AccountCreationData
Children AccountCreationData
Attributes
QName Type Fixed Default Use Annotation
version r9 required
Source
<xsd:complexType name="AccountCreationNotification">
  <xsd:annotation>
    <xsd:documentation>Schema - MeterDataManagement</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="AccountCreationData" type="NMIStandingData"/>
  </xsd:sequence>
  <xsd:attribute name="version" type="r9" use="required"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Complex Type MeterReadInputNotification
Namespace urn:aseXML:r25
Annotations
Schema - MeterDataManagement
Diagram
Diagram asexml_r2521.tmp#id751 asexml_r2521.tmp#id750
Used by
Model ReadInputData
Children ReadInputData
Attributes
QName Type Fixed Default Use Annotation
version r9 required
Source
<xsd:complexType name="MeterReadInputNotification">
  <xsd:annotation>
    <xsd:documentation>Schema - MeterDataManagement</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="ReadInputData" type="NMIStandingData"/>
  </xsd:sequence>
  <xsd:attribute name="version" type="r9" use="required"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Complex Type MeterDataVerifyRequest
Namespace urn:aseXML:r25
Annotations
Schema - MeterDataManagement
Diagram
Diagram asexml_r2521.tmp#id757 asexml_r2521.tmp#id754
Used by
Model VerifyRequestData
Children VerifyRequestData
Attributes
QName Type Fixed Default Use Annotation
version r9 required
Source
<xsd:complexType name="MeterDataVerifyRequest">
  <xsd:annotation>
    <xsd:documentation>Schema - MeterDataManagement</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="VerifyRequestData" type="NMITransactionBase"/>
  </xsd:sequence>
  <xsd:attribute name="version" type="r9" use="required"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Complex Type MeterDataVerifyResponse
Namespace urn:aseXML:r25
Annotations
Schema - MeterDataManagement
Diagram
Diagram asexml_r2521.tmp#id761 asexml_r2521.tmp#id760
Used by
Model VerifyResponseData
Children VerifyResponseData
Attributes
QName Type Fixed Default Use Annotation
version r9 required
Source
<xsd:complexType name="MeterDataVerifyResponse">
  <xsd:annotation>
    <xsd:documentation>Schema - MeterDataManagement</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="VerifyResponseData" type="NMITransactionBase"/>
  </xsd:sequence>
  <xsd:attribute name="version" type="r9" use="required"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Complex Type MeterDataHistoryRequest
Namespace urn:aseXML:r25
Annotations
Schema - MeterDataManagement
Diagram
Diagram asexml_r2521.tmp#id766 asexml_r2521.tmp#id764 asexml_r2521.tmp#id765
Used by
Model SingleHistoryRequestData | CSVHistoryRequestData
Children CSVHistoryRequestData, SingleHistoryRequestData
Attributes
QName Type Fixed Default Use Annotation
version r9 required
Source
<xsd:complexType name="MeterDataHistoryRequest">
  <xsd:annotation>
    <xsd:documentation>Schema - MeterDataManagement</xsd:documentation>
  </xsd:annotation>
  <xsd:choice>
    <xsd:element name="SingleHistoryRequestData" type="NMITransactionBase"/>
    <xsd:element name="CSVHistoryRequestData" type="CSVRequestFormat"/>
  </xsd:choice>
  <xsd:attribute name="version" type="r9" use="required"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Complex Type MeterDataHistoryResponse
Namespace urn:aseXML:r25
Annotations
Schema - MeterDataManagement
Diagram
Diagram asexml_r2521.tmp#id772 asexml_r2521.tmp#id769
Used by
Model CSVHistoryResponseData
Children CSVHistoryResponseData
Attributes
QName Type Fixed Default Use Annotation
version r9 required
Source
<xsd:complexType name="MeterDataHistoryResponse">
  <xsd:annotation>
    <xsd:documentation>Schema - MeterDataManagement</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="CSVHistoryResponseData" type="CSVResponseFormat"/>
  </xsd:sequence>
  <xsd:attribute name="version" type="r9" use="required"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Complex Type MeterDataMissingNotification
Namespace urn:aseXML:r25
Annotations
Schema - MeterDataManagement
Diagram
Diagram asexml_r2521.tmp#id779 asexml_r2521.tmp#id777 asexml_r2521.tmp#id778
Used by
Model MissingMeterData | CSVMissingMeterData
Children CSVMissingMeterData, MissingMeterData
Attributes
QName Type Fixed Default Use Annotation
version r14 required
Source
<xsd:complexType name="MeterDataMissingNotification">
  <xsd:annotation>
    <xsd:documentation>Schema - MeterDataManagement</xsd:documentation>
  </xsd:annotation>
  <xsd:choice>
    <xsd:element name="MissingMeterData" type="NMITransactionBase"/>
    <xsd:element name="CSVMissingMeterData" type="CSVRequestFormat"/>
  </xsd:choice>
  <xsd:attribute name="version" type="r14" use="required"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Complex Type MeterReadingReferenceDataRequest
Namespace urn:aseXML:r25
Annotations
For a given Reading Group Type (NMI, Site or Route), this transaction is used by an external system to request details of the meters related to the group id, such that an external system can accept meter readings and perform basic validation before submission to the Meter Reading System.
Diagram
Diagram asexml_r2521.tmp#id1222 asexml_r2521.tmp#id1221
Used by
Model MeterReadingGroup
Children MeterReadingGroup
Attributes
QName Type Fixed Default Use Annotation
version r19 optional
Source
<xsd:complexType name="MeterReadingReferenceDataRequest">
  <xsd:annotation>
    <xsd:documentation>For a given Reading Group Type (NMI, Site or Route), this transaction is used by an external system to request details of the meters related to the group id, such that an external system can accept meter readings and perform basic validation before submission to the Meter Reading System.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="MeterReadingGroup" type="MeterReadingGroup"/>
  </xsd:sequence>
  <xsd:attribute name="version" type="r19"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Complex Type MeterReadingReferenceDataResponse
Namespace urn:aseXML:r25
Diagram
Diagram asexml_r2521.tmp#id1228 asexml_r2521.tmp#id1225 asexml_r2521.tmp#id1226 asexml_r2521.tmp#id1227
Used by
Model MeterReadingGroup , NMIStandingData , Event{0,1}
Children Event, MeterReadingGroup, NMIStandingData
Attributes
QName Type Fixed Default Use Annotation
version r19 optional
Source
<xsd:complexType name="MeterReadingReferenceDataResponse">
  <xsd:sequence>
    <xsd:element name="MeterReadingGroup" type="MeterReadingGroup"/>
    <xsd:element name="NMIStandingData" type="NMIStandingData"/>
    <xsd:element name="Event" type="Event" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="version" type="r19"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Simple Type TransactionCode
Namespace urn:aseXML:r25
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration Add Meter or Register, Customer Transfer, Technical Data Change, Remove Meter, Special Read, On Request
Source
<xsd:simpleType name="TransactionCode">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Add Meter or Register"/>
    <xsd:enumeration value="Customer Transfer"/>
    <xsd:enumeration value="Technical Data Change"/>
    <xsd:enumeration value="Remove Meter"/>
    <xsd:enumeration value="Special Read"/>
    <xsd:enumeration value="On Request"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Attribute MeterReadingGroup/@context
Namespace No namespace
Type MeterReadingGroupType
Properties
use: optional
Facets
enumeration NMI, Site, Route
Used by
Complex Type MeterReadingGroup
Source
<xsd:attribute name="context" type="MeterReadingGroupType" use="optional"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Attribute MeterDataNotification/@version
Namespace No namespace
Type r25
Type hierarchy
Properties
use: required
Facets
enumeration r25
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Complex Type MeterDataNotification
Source
<xsd:attribute name="version" type="r25" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Attribute MeterDataResponse/@version
Namespace No namespace
Type r6
Type hierarchy
Properties
use: required
Facets
enumeration r6
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Complex Type MeterDataResponse
Source
<xsd:attribute name="version" type="r6" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Attribute SettlementDataNotification/@version
Namespace No namespace
Type r4
Type hierarchy
Properties
use: required
Facets
enumeration r4
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:attribute name="version" type="r4" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Attribute AccountCreationNotification/@version
Namespace No namespace
Type r9
Type hierarchy
Properties
use: required
Facets
enumeration r9
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:attribute name="version" type="r9" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Attribute MeterReadInputNotification/@version
Namespace No namespace
Type r9
Type hierarchy
Properties
use: required
Facets
enumeration r9
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:attribute name="version" type="r9" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Attribute MeterDataVerifyRequest/@version
Namespace No namespace
Type r9
Type hierarchy
Properties
use: required
Facets
enumeration r9
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Complex Type MeterDataVerifyRequest
Source
<xsd:attribute name="version" type="r9" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Attribute MeterDataVerifyResponse/@version
Namespace No namespace
Type r9
Type hierarchy
Properties
use: required
Facets
enumeration r9
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:attribute name="version" type="r9" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Attribute MeterDataHistoryRequest/@version
Namespace No namespace
Type r9
Type hierarchy
Properties
use: required
Facets
enumeration r9
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:attribute name="version" type="r9" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Attribute MeterDataHistoryResponse/@version
Namespace No namespace
Type r9
Type hierarchy
Properties
use: required
Facets
enumeration r9
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:attribute name="version" type="r9" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Attribute MeterDataMissingNotification/@version
Namespace No namespace
Type r14
Type hierarchy
Properties
use: required
Facets
enumeration r14
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:attribute name="version" type="r14" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Attribute MeterReadingReferenceDataRequest/@version
Namespace No namespace
Type r19
Type hierarchy
Properties
content: simple
Facets
enumeration r19
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:attribute name="version" type="r19"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd
Attribute MeterReadingReferenceDataResponse/@version
Namespace No namespace
Type r19
Type hierarchy
Properties
content: simple
Facets
enumeration r19
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:attribute name="version" type="r19"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/MeterDataManagement_r25.xsd