Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull rate elements out as distinct element types to reduce redundancy #216

Merged
merged 4 commits into from Aug 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
82 changes: 32 additions & 50 deletions BuildingSync.xsd
Expand Up @@ -3138,26 +3138,10 @@
<xs:documentation>The name or title of rate period.This is intended to capture the seasonal changes in rates.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicableStartDateForEnergyRate" type="xs:gMonthDay" minOccurs="0">
<xs:annotation>
<xs:documentation>The date from which the rate is applicable. (MM-DD)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicableEndDateForEnergyRate" type="xs:gMonthDay" minOccurs="0">
<xs:annotation>
<xs:documentation>The date after which the rate is not applicable. (MM-DD)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicableStartDateForDemandRate" type="xs:gMonthDay" minOccurs="0">
<xs:annotation>
<xs:documentation>The date from which the rate is applicable. (MM-DD)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicableEndDateForDemandRate" type="xs:gMonthDay" minOccurs="0">
<xs:annotation>
<xs:documentation>The date after which the rate is not applicable. (MM-DD)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="auc:ApplicableStartDateForEnergyRate" minOccurs="0"/>
<xs:element ref="auc:ApplicableEndDateForEnergyRate" minOccurs="0"/>
<xs:element ref="auc:ApplicableStartDateForDemandRate" minOccurs="0"/>
<xs:element ref="auc:ApplicableEndDateForDemandRate" minOccurs="0"/>
<xs:element name="DemandWindow" minOccurs="0">
<xs:annotation>
<xs:documentation>The time period of measurement through which the demand is established. (min)</xs:documentation>
Expand Down Expand Up @@ -3268,26 +3252,10 @@
<xs:documentation>The name or title of rate period.This is intended to capture the seasonal changes in rates.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicableStartDateForEnergyRate" type="xs:gMonthDay" minOccurs="0">
<xs:annotation>
<xs:documentation>The date from which the rate is applicable. (MM-DD)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicableEndDateForEnergyRate" type="xs:gMonthDay" minOccurs="0">
<xs:annotation>
<xs:documentation>The date after which the rate is not applicable. (MM-DD)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicableStartDateForDemandRate" type="xs:gMonthDay" minOccurs="0">
<xs:annotation>
<xs:documentation>The date from which the rate is applicable. (MM-DD)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicableEndDateForDemandRate" type="xs:gMonthDay" minOccurs="0">
<xs:annotation>
<xs:documentation>The date after which the rate is not applicable. (MM-DD)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="auc:ApplicableStartDateForEnergyRate" minOccurs="0"/>
<xs:element ref="auc:ApplicableEndDateForEnergyRate" minOccurs="0"/>
<xs:element ref="auc:ApplicableStartDateForDemandRate" minOccurs="0"/>
<xs:element ref="auc:ApplicableEndDateForDemandRate" minOccurs="0"/>
<xs:element name="TimeOfUsePeriods" minOccurs="0">
<xs:complexType>
<xs:sequence>
Expand Down Expand Up @@ -3438,16 +3406,10 @@
<xs:documentation>The name or title of rate period.This is intended to capture the seasonal changes in rates.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicableStartDateForEnergyRate" type="xs:gMonthDay" minOccurs="0">
<xs:annotation>
<xs:documentation>The date from which the rate is applicable. (MM-DD)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicableEndDateForEnergyRate" type="xs:gMonthDay" minOccurs="0">
<xs:annotation>
<xs:documentation>The date after which the rate is not applicable. (MM-DD)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="auc:ApplicableStartDateForEnergyRate" minOccurs="0"/>
<xs:element ref="auc:ApplicableEndDateForEnergyRate" minOccurs="0"/>
<xs:element ref="auc:ApplicableStartDateForDemandRate" minOccurs="0"/>
<xs:element ref="auc:ApplicableEndDateForDemandRate" minOccurs="0"/>
<xs:element name="RateTiers" minOccurs="0">
<xs:complexType>
<xs:sequence>
Expand Down Expand Up @@ -15819,6 +15781,26 @@
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ApplicableEndDateForDemandRate" type="xs:gMonthDay">
<xs:annotation>
<xs:documentation>The date after which the rate is not applicable. (MM-DD)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicableEndDateForEnergyRate" type="xs:gMonthDay">
<xs:annotation>
<xs:documentation>The date after which the rate is not applicable. (MM-DD)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicableStartDateForDemandRate" type="xs:gMonthDay">
<xs:annotation>
<xs:documentation>The date from which the rate is applicable. (MM-DD)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicableStartDateForEnergyRate" type="xs:gMonthDay">
<xs:annotation>
<xs:documentation>The date from which the rate is applicable. (MM-DD)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BurnerType">
<xs:annotation>
<xs:documentation>Type of burner on boiler or furnace, if applicable.</xs:documentation>
Expand Down