|
454 | 454 | </xs:annotation>
|
455 | 455 | </xs:element>
|
456 | 456 | <xs:element ref="auc:ClimateZoneType" minOccurs="0" maxOccurs="1"/>
|
457 |
| - <xs:element ref="auc:eGRIDRegionCode" minOccurs="0"/> |
| 457 | + <xs:element ref="auc:eGRIDSubregionCodes" minOccurs="0"/> |
458 | 458 | <xs:choice>
|
459 | 459 | <xs:sequence>
|
460 | 460 | <xs:element ref="auc:WeatherDataStationID" minOccurs="0"/>
|
|
503 | 503 | </xs:annotation>
|
504 | 504 | </xs:element>
|
505 | 505 | <xs:element ref="auc:ClimateZoneType" minOccurs="0" maxOccurs="1"/>
|
506 |
| - <xs:element ref="auc:eGRIDRegionCode" minOccurs="0"/> |
| 506 | + <xs:element ref="auc:eGRIDSubregionCodes" minOccurs="0"/> |
507 | 507 | <xs:choice>
|
508 | 508 | <xs:sequence>
|
509 | 509 | <xs:element ref="auc:WeatherDataStationID" minOccurs="0"/>
|
@@ -14565,42 +14565,49 @@
|
14565 | 14565 | </xs:sequence>
|
14566 | 14566 | </xs:complexType>
|
14567 | 14567 | </xs:element>
|
14568 |
| - <xs:element name="eGRIDRegionCode"> |
| 14568 | + <xs:element name="eGRIDSubregionCodes"> |
14569 | 14569 | <xs:annotation>
|
14570 |
| - <xs:documentation>The eGRID (Emissions and Generation Resource Database) region code associated with the data being described. WARNING: Element MORE was a typo and will be removed, use MROE.</xs:documentation> |
| 14570 | + <xs:documentation>The eGRID (Emissions and Generation Resource Database) subregion codes associated with the data being described.</xs:documentation> |
14571 | 14571 | </xs:annotation>
|
14572 |
| - <xs:simpleType> |
14573 |
| - <xs:restriction base="xs:string"> |
14574 |
| - <xs:enumeration value="AKGD"/> |
14575 |
| - <xs:enumeration value="AKMS"/> |
14576 |
| - <xs:enumeration value="AZNM"/> |
14577 |
| - <xs:enumeration value="CAMX"/> |
14578 |
| - <xs:enumeration value="ERCT"/> |
14579 |
| - <xs:enumeration value="FRCC"/> |
14580 |
| - <xs:enumeration value="HIMS"/> |
14581 |
| - <xs:enumeration value="HIOA"/> |
14582 |
| - <xs:enumeration value="MROE"/> |
14583 |
| - <xs:enumeration value="MROW"/> |
14584 |
| - <xs:enumeration value="NEWE"/> |
14585 |
| - <xs:enumeration value="NWPP"/> |
14586 |
| - <xs:enumeration value="NYCW"/> |
14587 |
| - <xs:enumeration value="NYLI"/> |
14588 |
| - <xs:enumeration value="NYUP"/> |
14589 |
| - <xs:enumeration value="PRMS"/> |
14590 |
| - <xs:enumeration value="RFCE"/> |
14591 |
| - <xs:enumeration value="RFCM"/> |
14592 |
| - <xs:enumeration value="RFCW"/> |
14593 |
| - <xs:enumeration value="RMPA"/> |
14594 |
| - <xs:enumeration value="SPNO"/> |
14595 |
| - <xs:enumeration value="SPSO"/> |
14596 |
| - <xs:enumeration value="SRMV"/> |
14597 |
| - <xs:enumeration value="SRMW"/> |
14598 |
| - <xs:enumeration value="SRSO"/> |
14599 |
| - <xs:enumeration value="SRTV"/> |
14600 |
| - <xs:enumeration value="SRVC"/> |
14601 |
| - <xs:enumeration value="Other"/> |
14602 |
| - </xs:restriction> |
14603 |
| - </xs:simpleType> |
| 14572 | + <xs:complexType> |
| 14573 | + <xs:sequence> |
| 14574 | + <xs:element name="eGRIDSubregionCode"> |
| 14575 | + <xs:simpleType> |
| 14576 | + <xs:restriction base="xs:string"> |
| 14577 | + <xs:enumeration value="AKGD"/> |
| 14578 | + <xs:enumeration value="AKMS"/> |
| 14579 | + <xs:enumeration value="AZNM"/> |
| 14580 | + <xs:enumeration value="CAMX"/> |
| 14581 | + <xs:enumeration value="ERCT"/> |
| 14582 | + <xs:enumeration value="FRCC"/> |
| 14583 | + <xs:enumeration value="HIMS"/> |
| 14584 | + <xs:enumeration value="HIOA"/> |
| 14585 | + <xs:enumeration value="MORE"/> |
| 14586 | + <xs:enumeration value="MROE"/> |
| 14587 | + <xs:enumeration value="MROW"/> |
| 14588 | + <xs:enumeration value="NEWE"/> |
| 14589 | + <xs:enumeration value="NWPP"/> |
| 14590 | + <xs:enumeration value="NYCW"/> |
| 14591 | + <xs:enumeration value="NYLI"/> |
| 14592 | + <xs:enumeration value="NYUP"/> |
| 14593 | + <xs:enumeration value="PRMS"/> |
| 14594 | + <xs:enumeration value="RFCE"/> |
| 14595 | + <xs:enumeration value="RFCM"/> |
| 14596 | + <xs:enumeration value="RFCW"/> |
| 14597 | + <xs:enumeration value="RMPA"/> |
| 14598 | + <xs:enumeration value="SPNO"/> |
| 14599 | + <xs:enumeration value="SPSO"/> |
| 14600 | + <xs:enumeration value="SRMV"/> |
| 14601 | + <xs:enumeration value="SRMW"/> |
| 14602 | + <xs:enumeration value="SRSO"/> |
| 14603 | + <xs:enumeration value="SRTV"/> |
| 14604 | + <xs:enumeration value="SRVC"/> |
| 14605 | + <xs:enumeration value="Other"/> |
| 14606 | + </xs:restriction> |
| 14607 | + </xs:simpleType> |
| 14608 | + </xs:element> |
| 14609 | + </xs:sequence> |
| 14610 | + </xs:complexType> |
14604 | 14611 | </xs:element>
|
14605 | 14612 | <xs:element name="WeatherDataStationID">
|
14606 | 14613 | <xs:annotation>
|
|
0 commit comments