diff --git a/BuildingSync.json b/BuildingSync.json deleted file mode 100755 index 8d74f1e0..00000000 --- a/BuildingSync.json +++ /dev/null @@ -1,117720 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-04/schema#", - "additionalProperties": false, - "definitions": { - ".auc:Address": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:City": { - "additionalProperties": false, - "description": "The city for the Address Type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:Country": { - "additionalProperties": false, - "description": "Country of the Address.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:County": { - "additionalProperties": false, - "description": "The county for the Address Type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:PostalCode": { - "additionalProperties": false, - "description": "The 5 digit postal code for the Address Type. Format: NNNNN", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "pattern": "^([0-9]{5,5})$", - "type": "string" - } - }, - "type": "object" - }, - "auc:PostalCodePlus4": { - "additionalProperties": false, - "description": "The 4 digit add-on to the postal code in which the state is located. Format: NNNN", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "pattern": "^([0-9]{4,4})$", - "type": "string" - } - }, - "type": "object" - }, - "auc:State": { - "additionalProperties": false, - "description": "The state for the address type, following the ISO 3166-2 Region code for US states.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:State" - } - }, - "type": "object" - }, - "auc:StreetAddressDetail": { - "additionalProperties": false, - "description": "Choice of simplified or more complex address format.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Complex": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:StreetAdditionalInfo": { - "additionalProperties": false, - "description": "Information other than a prefix or suffix for the street portion of a postal address.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:StreetDirPrefix": { - "additionalProperties": false, - "description": "The direction indicator that precedes the street name.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "North", - "Northeast", - "East", - "Southeast", - "South", - "Southwest", - "West", - "Northwest" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:StreetDirSuffix": { - "additionalProperties": false, - "description": "The direction indicator that follows a street address.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "North", - "Northeast", - "East", - "Southeast", - "South", - "Southwest", - "West", - "Northwest" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:StreetName": { - "additionalProperties": false, - "description": "The street name portion of a street address.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:StreetNumberNumeric": { - "additionalProperties": false, - "description": "The numeric identifier for a land parcel, house, building, or other location along a thoroughfare or within a community.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:StreetNumberPrefix": { - "additionalProperties": false, - "description": "The portion of the complete address number which precedes the Address Number itself.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:StreetNumberSuffix": { - "additionalProperties": false, - "description": "The portion of the complete address number which follows the Address Number itself. In some areas the street number may contain non-numeric characters. This field can also contain extensions and modifiers to the street number, such as \"1/2\" or \"-B\". This street number field should not include Prefixes, Direction or Suffixes.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:StreetSuffix": { - "additionalProperties": false, - "description": "The suffix portion of a street address.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Alley", - "Annex", - "Arcade", - "Avenue", - "Bayou", - "Beach", - "Bend", - "Bluff", - "Bluffs", - "Bottom", - "Boulevard", - "Branch", - "Bridge", - "Brook", - "Brooks", - "Burg", - "Burgs", - "Bypass", - "Camp", - "Canyon", - "Cape", - "Causeway", - "Center", - "Centers", - "Circle", - "Circles", - "Cliff", - "Club", - "Common", - "Commons", - "Corner", - "Corners", - "Course", - "Court", - "Courts", - "Cove", - "Coves", - "Creek", - "Crescent", - "Crest", - "Crossing", - "Crossroad", - "Crossroads", - "Curve", - "Dale", - "Dam", - "Divide", - "Drive", - "Drives", - "Estate", - "Estates", - "Expressway", - "Extension", - "Extensions", - "Fall", - "Falls", - "Ferry", - "Field", - "Fields", - "Flat", - "Flats", - "Ford", - "Fords", - "Forest", - "Forge", - "Forges", - "Fork", - "Forks", - "Fort", - "Freeway", - "Garden", - "Gardens", - "Gateway", - "Glen", - "Glens", - "Green", - "Greens", - "Grove", - "Groves", - "Harbor", - "Harbors", - "Haven", - "Heights", - "Highway", - "Hill", - "Hills", - "Hollow", - "Inlet", - "Island", - "Islands", - "Isle", - "Junction", - "Junctions", - "Key", - "Keys", - "Knoll", - "Knolls", - "Lake", - "Lakes", - "Land", - "Landing", - "Lane", - "Light", - "Lights", - "Loaf", - "Lock", - "Locks", - "Lodge", - "Loop", - "Mall", - "Manor", - "Manors", - "Meadow", - "Meadows", - "Mews", - "Mill", - "Mills", - "Mission", - "Motorway", - "Mount", - "Mountain", - "Mountains", - "Neck", - "Orchard", - "Oval", - "Overpass", - "Park", - "Parks", - "Parkway", - "Parkways", - "Pass", - "Passage", - "Path", - "Pike", - "Pine", - "Pines", - "Place", - "Plain", - "Plains", - "Plaza", - "Point", - "Points", - "Port", - "Ports", - "Prairie", - "Radial", - "Ramp", - "Ranch", - "Rapid", - "Rapids", - "Rest", - "Ridge", - "Ridges", - "River", - "Road", - "Roads", - "Route", - "Row", - "Rue", - "Run", - "Shoal", - "Shoals", - "Shore", - "Shores", - "Skyway", - "Spring", - "Springs", - "Spur", - "Spurs", - "Square", - "Squares", - "Station", - "Stravenue", - "Stream", - "Street", - "Streets", - "Summit", - "Terrace", - "Throughway", - "Trace", - "Track", - "Trafficway", - "Trail", - "Trailer", - "Tunnel", - "Turnpike", - "Underpass", - "Union", - "Unions", - "Valley", - "Valleys", - "Viaduct", - "View", - "Views", - "Village", - "Villages", - "Ville", - "Vista", - "Walk", - "Walks", - "Wall", - "Way", - "Ways", - "Well", - "Wells" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:StreetSuffixModifier": { - "additionalProperties": false, - "description": "An extension or prefix for the street suffix.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:SubaddressIdentifier": { - "additionalProperties": false, - "description": "The letters, numbers, words, or combination thereof used to distinguish different subaddresses of the same type when several occur within the same feature. For example, in subaddress \"Building 4\", the Subaddress Identifier = \"4\". Subaddress Identifier can also be parts of a building, for example \"Penthouse\" or \"Mezzanine\".", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:SubaddressType": { - "additionalProperties": false, - "description": "The type of subaddress to which the associated Subaddress Identifier applies.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Apartment", - "Basement", - "Berth", - "Block", - "Building", - "Corridor", - "Cubicle", - "Department", - "Floor", - "Front", - "Hanger", - "Key", - "Lobby", - "Lot", - "Lower", - "Office", - "Penthouse", - "Pier", - "PO Box", - "Rear", - "Room", - "Seat", - "Side", - "Slip", - "Space", - "Stop", - "Suite", - "Terminal", - "Tower", - "Trailer", - "Unit", - "Upper", - "Wing" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Simplified": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:StreetAdditionalInfo": { - "additionalProperties": false, - "description": "Information other than a prefix or suffix for the street portion of a postal address.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:StreetAddress": { - "additionalProperties": false, - "description": "Street Address. This address can be defined multiple times for situations where that is needed for one premises, such as a complex of buildings. This address represents a complete street address, including street number, street name, prefixes, suffixes, modifiers, and unit number. It is assumed that a street address is either represented in this way, as a complete address, or is broken up into it's various components, using the terms\"Street Number\", \"Street Number Numeric\", \"Street Dir Prefix\", \"Street Name\", \"Street Additional Info\", \"Street Suffix\", \"Street Suffix Modifier\", \"Street Dir Suffix\", and \"Unit Number\".", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - ".auc:AnnualCoolingEfficiencyUnits": { - "additionalProperties": false, - "description": "The measure used to quantify efficiency.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "COP", - "EER", - "SEER", - "kW/ton", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:AnnualHeatingEfficiencyUnits": { - "additionalProperties": false, - "description": "The measure used to quantify efficiency.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "COP", - "AFUE", - "HSPF", - "Thermal Efficiency", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:ApplicableEndDateForDemandRate": { - "additionalProperties": false, - "description": "The date after which the rate is not applicable. (MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gMonthDay" - } - }, - "type": "object" - }, - ".auc:ApplicableEndDateForEnergyRate": { - "additionalProperties": false, - "description": "The date after which the rate is not applicable. (MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gMonthDay" - } - }, - "type": "object" - }, - ".auc:ApplicableStartDateForDemandRate": { - "additionalProperties": false, - "description": "The date from which the rate is applicable. (MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gMonthDay" - } - }, - "type": "object" - }, - ".auc:ApplicableStartDateForEnergyRate": { - "additionalProperties": false, - "description": "The date from which the rate is applicable. (MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gMonthDay" - } - }, - "type": "object" - }, - ".auc:AssetScore": { - "additionalProperties": false, - "description": "A facility's Commercial Building Energy Asset Score Data.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:UseTypes": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:UseType": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AssetScoreData": { - "$ref": "#/definitions/.auc:AssetScoreData" - }, - "auc:AssetScoreUseType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Assisted Living Facility", - "City Hall", - "Community Center", - "Courthouse", - "Education", - "Library", - "Lodging", - "Medical Office", - "Multi-family (4 floors or greater)", - "Multi-family (fewer than 4 floors)", - "Office", - "Parking Garage (Ventilation Only)", - "Police Station", - "Post Office", - "Religious Building", - "Retail", - "Senior Center", - "Warehouse non-refrigerated" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "auc:AssetScoreData", - "auc:AssetScoreUseType" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AssetScoreData": { - "$ref": "#/definitions/.auc:AssetScoreData" - }, - "auc:AssetScoreUseType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Assisted Living Facility", - "City Hall", - "Community Center", - "Courthouse", - "Education", - "Library", - "Lodging", - "Medical Office", - "Multi-family (4 floors or greater)", - "Multi-family (fewer than 4 floors)", - "Office", - "Parking Garage (Ventilation Only)", - "Police Station", - "Post Office", - "Religious Building", - "Retail", - "Senior Center", - "Warehouse non-refrigerated" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "auc:AssetScoreData", - "auc:AssetScoreUseType" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:WholeBuilding": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AssetScoreData": { - "$ref": "#/definitions/.auc:AssetScoreData" - }, - "auc:EnergyUseByEndUses": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EnergyUseByEndUse": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EndUse": { - "additionalProperties": false, - "description": "End use for which data is included.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EndUse" - } - }, - "type": "object" - }, - "auc:EnergyUse": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "auc:EndUse", - "auc:EnergyUse" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EndUse": { - "additionalProperties": false, - "description": "End use for which data is included.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EndUse" - } - }, - "type": "object" - }, - "auc:EnergyUse": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "auc:EndUse", - "auc:EnergyUse" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:Rankings": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Ranking": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Rank": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:RankType" - } - }, - "type": "object" - }, - "auc:Type": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EnvelopeType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Floor U-Value, Mass", - "Roof U-Value, Non-Attic", - "Walls U-Value, Framed", - "Walls + Windows U-Value", - "Window Solar Heat Gain Coefficient", - "Windows U-Value" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SystemsType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Cooling", - "Heating", - "Hot Water", - "Interior Lighting", - "Overall HVAC Systems" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "required": [ - "auc:Rank", - "auc:Type" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Rank": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:RankType" - } - }, - "type": "object" - }, - "auc:Type": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EnvelopeType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Floor U-Value, Mass", - "Roof U-Value, Non-Attic", - "Walls U-Value, Framed", - "Walls + Windows U-Value", - "Window Solar Heat Gain Coefficient", - "Windows U-Value" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SystemsType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Cooling", - "Heating", - "Hot Water", - "Interior Lighting", - "Overall HVAC Systems" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "required": [ - "auc:Rank", - "auc:Type" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Ranking" - ], - "type": "object" - } - }, - "required": [ - "auc:AssetScoreData" - ], - "type": "object" - } - }, - "type": "object" - }, - ".auc:AssetScoreData": { - "additionalProperties": false, - "description": "A facility's Commercial Building Energy Asset Score, and optional Site/Source energy use by fuel type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Score": { - "additionalProperties": false, - "description": "An individual use type's Asset Score within a commercial building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SiteEnergyUse": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EnergyUseByFuelTypes": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:EnergyUseByFuelTypes" - }, - { - "items": { - "$ref": "#/definitions/.auc:EnergyUseByFuelTypes" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:EnergyUseByFuelTypes" - ], - "type": "object" - }, - "auc:SourceEnergyUse": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EnergyUseByFuelTypes": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:EnergyUseByFuelTypes" - }, - { - "items": { - "$ref": "#/definitions/.auc:EnergyUseByFuelTypes" - }, - "minItems": 1, - "type": "array" - } - ] - }, - "auc:SourceEnergyUseIntensity": { - "additionalProperties": false, - "description": "The Source Energy Use divided by the premises gross floor area. (kBtu/ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "auc:EnergyUseByFuelTypes" - ], - "type": "object" - } - }, - "required": [ - "auc:Score" - ], - "type": "object" - }, - ".auc:BuildingAutomationSystem": { - "additionalProperties": false, - "description": "Does the building include a building automation or management system?", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - ".auc:BuildingSync": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@version": { - "enum": [ - "2.0.0-legacy", - "0.2.0", - "0.3.0", - "1.0.0", - "2.0.0-pr1", - "2.0.0-pr2", - "2.0.0", - "2.1.0", - "2.2.0-pr1", - "2.2.0", - "2.3.0-pr1", - "2.3.0" - ], - "type": "string" - }, - "auc:Facilities": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Facility": { - "anyOf": [ - { - "additionalProperties": false, - "description": "A group of sites which contain buildings.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:Contacts": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Contact": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ContactType" - }, - { - "items": { - "$ref": "#/definitions/auc:ContactType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Contact" - ], - "type": "object" - }, - "auc:Measures": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Measure": { - "anyOf": [ - { - "$ref": "#/definitions/auc:MeasureType" - }, - { - "items": { - "$ref": "#/definitions/auc:MeasureType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Measure" - ], - "type": "object" - }, - "auc:Reports": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Report": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ReportType" - }, - { - "items": { - "$ref": "#/definitions/auc:ReportType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Report" - ], - "type": "object" - }, - "auc:Schedules": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Schedule": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ScheduleType" - }, - { - "items": { - "$ref": "#/definitions/auc:ScheduleType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Schedule" - ], - "type": "object" - }, - "auc:Sites": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Site": { - "anyOf": [ - { - "$ref": "#/definitions/auc:SiteType" - }, - { - "items": { - "$ref": "#/definitions/auc:SiteType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Site" - ], - "type": "object" - }, - "auc:Systems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AirInfiltrationSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AirInfiltrationSystem": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:AirInfiltrationNotes": { - "additionalProperties": false, - "description": "Details about the the assessment. This might include methods used, criteria, evidence, or basis of evaluation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:AirInfiltrationTest": { - "additionalProperties": false, - "description": "Type of air infiltration test performed on the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Blower door", - "Tracer gas", - "Checklist", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AirInfiltrationValue": { - "additionalProperties": false, - "description": "The measured value from the Air Infiltration test.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AirInfiltrationValueUnits": { - "additionalProperties": false, - "description": "Units associated with Air Infiltration Value.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "CFM25", - "CFM50", - "CFM75", - "CFMnatural", - "ACH50", - "ACHnatural", - "Effective Leakage Area", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Tightness": { - "additionalProperties": false, - "description": "Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:Tightness" - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:AirInfiltrationNotes": { - "additionalProperties": false, - "description": "Details about the the assessment. This might include methods used, criteria, evidence, or basis of evaluation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:AirInfiltrationTest": { - "additionalProperties": false, - "description": "Type of air infiltration test performed on the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Blower door", - "Tracer gas", - "Checklist", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AirInfiltrationValue": { - "additionalProperties": false, - "description": "The measured value from the Air Infiltration test.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AirInfiltrationValueUnits": { - "additionalProperties": false, - "description": "Units associated with Air Infiltration Value.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "CFM25", - "CFM50", - "CFM75", - "CFMnatural", - "ACH50", - "ACHnatural", - "Effective Leakage Area", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Tightness": { - "additionalProperties": false, - "description": "Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:Tightness" - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:AirInfiltrationSystem" - ], - "type": "object" - }, - "auc:CeilingSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CeilingSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:CeilingSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:CeilingSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:CeilingSystem" - ], - "type": "object" - }, - "auc:ConveyanceSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConveyanceSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ConveyanceSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:ConveyanceSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ConveyanceSystem" - ], - "type": "object" - }, - "auc:CookingSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CookingSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:CookingSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:CookingSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:CookingSystem" - ], - "type": "object" - }, - "auc:CriticalITSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CriticalITSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:CriticalITSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:CriticalITSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:CriticalITSystem" - ], - "type": "object" - }, - "auc:DishwasherSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DishwasherSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:DishwasherSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:DishwasherSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:DishwasherSystem" - ], - "type": "object" - }, - "auc:DomesticHotWaterSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DomesticHotWaterSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:DomesticHotWaterSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:DomesticHotWaterSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:DomesticHotWaterSystem" - ], - "type": "object" - }, - "auc:ExteriorFloorSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExteriorFloorSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ExteriorFloorSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:ExteriorFloorSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ExteriorFloorSystem" - ], - "type": "object" - }, - "auc:FanSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FanSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:FanSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:FanSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:FanSystem" - ], - "type": "object" - }, - "auc:FenestrationSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FenestrationSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:FenestrationSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:FenestrationSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:FenestrationSystem" - ], - "type": "object" - }, - "auc:FoundationSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FoundationSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:FoundationSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:FoundationSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:FoundationSystem" - ], - "type": "object" - }, - "auc:HVACSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:HVACSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:HVACSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:HVACSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:HVACSystem" - ], - "type": "object" - }, - "auc:HeatRecoverySystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:HeatRecoverySystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:HeatRecoverySystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:HeatRecoverySystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:HeatRecoverySystem" - ], - "type": "object" - }, - "auc:LaundrySystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LaundrySystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:LaundrySystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:LaundrySystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LaundrySystem" - ], - "type": "object" - }, - "auc:LightingSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LightingSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:LightingSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:LightingSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LightingSystem" - ], - "type": "object" - }, - "auc:MotorSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MotorSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:MotorSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:MotorSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MotorSystem" - ], - "type": "object" - }, - "auc:OnsiteStorageTransmissionGenerationSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:OnsiteStorageTransmissionGenerationSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:OnsiteStorageTransmissionGenerationSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:OnsiteStorageTransmissionGenerationSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:OnsiteStorageTransmissionGenerationSystem" - ], - "type": "object" - }, - "auc:PlugLoads": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:PlugLoad": { - "anyOf": [ - { - "$ref": "#/definitions/auc:PlugElectricLoadType" - }, - { - "items": { - "$ref": "#/definitions/auc:PlugElectricLoadType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:PlugLoad" - ], - "type": "object" - }, - "auc:Pools": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Pool": { - "anyOf": [ - { - "$ref": "#/definitions/auc:PoolType" - }, - { - "items": { - "$ref": "#/definitions/auc:PoolType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Pool" - ], - "type": "object" - }, - "auc:ProcessLoads": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ProcessLoad": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ProcessGasElectricLoadType" - }, - { - "items": { - "$ref": "#/definitions/auc:ProcessGasElectricLoadType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ProcessLoad" - ], - "type": "object" - }, - "auc:PumpSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:PumpSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:PumpSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:PumpSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:PumpSystem" - ], - "type": "object" - }, - "auc:RefrigerationSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RefrigerationSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:RefrigerationSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:RefrigerationSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:RefrigerationSystem" - ], - "type": "object" - }, - "auc:RoofSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RoofSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:RoofSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:RoofSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:RoofSystem" - ], - "type": "object" - }, - "auc:WallSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WallSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:WallSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:WallSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:WallSystem" - ], - "type": "object" - }, - "auc:WaterInfiltrationSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WaterInfiltrationSystem": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:LocationsOfExteriorWaterIntrusionDamages": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LocationsOfExteriorWaterIntrusionDamage": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Location of observed moisture problems on the outside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Roof", - "Interior ceiling", - "Foundation", - "Basement", - "Crawlspace", - "Walls", - "Around windows", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Location of observed moisture problems on the outside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Roof", - "Interior ceiling", - "Foundation", - "Basement", - "Crawlspace", - "Walls", - "Around windows", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:LocationsOfInteriorWaterIntrusionDamages": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LocationsOfInteriorWaterIntrusionDamage": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Location of observed moisture problems on the inside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Kitchen", - "Bathroom", - "Basement", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Location of observed moisture problems on the inside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Kitchen", - "Bathroom", - "Basement", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WaterInfiltrationNotes": { - "additionalProperties": false, - "description": "Details about the the assessment. This might include methods used, criteria, evidence, or basis of evaluation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:LocationsOfExteriorWaterIntrusionDamages": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LocationsOfExteriorWaterIntrusionDamage": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Location of observed moisture problems on the outside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Roof", - "Interior ceiling", - "Foundation", - "Basement", - "Crawlspace", - "Walls", - "Around windows", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Location of observed moisture problems on the outside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Roof", - "Interior ceiling", - "Foundation", - "Basement", - "Crawlspace", - "Walls", - "Around windows", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:LocationsOfInteriorWaterIntrusionDamages": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LocationsOfInteriorWaterIntrusionDamage": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Location of observed moisture problems on the inside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Kitchen", - "Bathroom", - "Basement", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Location of observed moisture problems on the inside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Kitchen", - "Bathroom", - "Basement", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WaterInfiltrationNotes": { - "additionalProperties": false, - "description": "Details about the the assessment. This might include methods used, criteria, evidence, or basis of evaluation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:WaterInfiltrationSystem" - ], - "type": "object" - }, - "auc:WaterUses": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WaterUse": { - "anyOf": [ - { - "$ref": "#/definitions/auc:WaterUseType" - }, - { - "items": { - "$ref": "#/definitions/auc:WaterUseType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:WaterUse" - ], - "type": "object" - } - }, - "type": "object" - }, - "auc:Tenants": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Tenant": { - "anyOf": [ - { - "$ref": "#/definitions/auc:TenantType" - }, - { - "items": { - "$ref": "#/definitions/auc:TenantType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Tenant" - ], - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "A group of sites which contain buildings.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:Contacts": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Contact": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ContactType" - }, - { - "items": { - "$ref": "#/definitions/auc:ContactType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Contact" - ], - "type": "object" - }, - "auc:Measures": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Measure": { - "anyOf": [ - { - "$ref": "#/definitions/auc:MeasureType" - }, - { - "items": { - "$ref": "#/definitions/auc:MeasureType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Measure" - ], - "type": "object" - }, - "auc:Reports": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Report": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ReportType" - }, - { - "items": { - "$ref": "#/definitions/auc:ReportType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Report" - ], - "type": "object" - }, - "auc:Schedules": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Schedule": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ScheduleType" - }, - { - "items": { - "$ref": "#/definitions/auc:ScheduleType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Schedule" - ], - "type": "object" - }, - "auc:Sites": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Site": { - "anyOf": [ - { - "$ref": "#/definitions/auc:SiteType" - }, - { - "items": { - "$ref": "#/definitions/auc:SiteType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Site" - ], - "type": "object" - }, - "auc:Systems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AirInfiltrationSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AirInfiltrationSystem": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:AirInfiltrationNotes": { - "additionalProperties": false, - "description": "Details about the the assessment. This might include methods used, criteria, evidence, or basis of evaluation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:AirInfiltrationTest": { - "additionalProperties": false, - "description": "Type of air infiltration test performed on the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Blower door", - "Tracer gas", - "Checklist", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AirInfiltrationValue": { - "additionalProperties": false, - "description": "The measured value from the Air Infiltration test.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AirInfiltrationValueUnits": { - "additionalProperties": false, - "description": "Units associated with Air Infiltration Value.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "CFM25", - "CFM50", - "CFM75", - "CFMnatural", - "ACH50", - "ACHnatural", - "Effective Leakage Area", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Tightness": { - "additionalProperties": false, - "description": "Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:Tightness" - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:AirInfiltrationNotes": { - "additionalProperties": false, - "description": "Details about the the assessment. This might include methods used, criteria, evidence, or basis of evaluation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:AirInfiltrationTest": { - "additionalProperties": false, - "description": "Type of air infiltration test performed on the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Blower door", - "Tracer gas", - "Checklist", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AirInfiltrationValue": { - "additionalProperties": false, - "description": "The measured value from the Air Infiltration test.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AirInfiltrationValueUnits": { - "additionalProperties": false, - "description": "Units associated with Air Infiltration Value.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "CFM25", - "CFM50", - "CFM75", - "CFMnatural", - "ACH50", - "ACHnatural", - "Effective Leakage Area", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Tightness": { - "additionalProperties": false, - "description": "Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:Tightness" - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:AirInfiltrationSystem" - ], - "type": "object" - }, - "auc:CeilingSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CeilingSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:CeilingSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:CeilingSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:CeilingSystem" - ], - "type": "object" - }, - "auc:ConveyanceSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConveyanceSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ConveyanceSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:ConveyanceSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ConveyanceSystem" - ], - "type": "object" - }, - "auc:CookingSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CookingSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:CookingSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:CookingSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:CookingSystem" - ], - "type": "object" - }, - "auc:CriticalITSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CriticalITSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:CriticalITSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:CriticalITSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:CriticalITSystem" - ], - "type": "object" - }, - "auc:DishwasherSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DishwasherSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:DishwasherSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:DishwasherSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:DishwasherSystem" - ], - "type": "object" - }, - "auc:DomesticHotWaterSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DomesticHotWaterSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:DomesticHotWaterSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:DomesticHotWaterSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:DomesticHotWaterSystem" - ], - "type": "object" - }, - "auc:ExteriorFloorSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExteriorFloorSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ExteriorFloorSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:ExteriorFloorSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ExteriorFloorSystem" - ], - "type": "object" - }, - "auc:FanSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FanSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:FanSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:FanSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:FanSystem" - ], - "type": "object" - }, - "auc:FenestrationSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FenestrationSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:FenestrationSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:FenestrationSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:FenestrationSystem" - ], - "type": "object" - }, - "auc:FoundationSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FoundationSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:FoundationSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:FoundationSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:FoundationSystem" - ], - "type": "object" - }, - "auc:HVACSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:HVACSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:HVACSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:HVACSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:HVACSystem" - ], - "type": "object" - }, - "auc:HeatRecoverySystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:HeatRecoverySystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:HeatRecoverySystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:HeatRecoverySystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:HeatRecoverySystem" - ], - "type": "object" - }, - "auc:LaundrySystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LaundrySystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:LaundrySystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:LaundrySystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LaundrySystem" - ], - "type": "object" - }, - "auc:LightingSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LightingSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:LightingSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:LightingSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LightingSystem" - ], - "type": "object" - }, - "auc:MotorSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MotorSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:MotorSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:MotorSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MotorSystem" - ], - "type": "object" - }, - "auc:OnsiteStorageTransmissionGenerationSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:OnsiteStorageTransmissionGenerationSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:OnsiteStorageTransmissionGenerationSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:OnsiteStorageTransmissionGenerationSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:OnsiteStorageTransmissionGenerationSystem" - ], - "type": "object" - }, - "auc:PlugLoads": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:PlugLoad": { - "anyOf": [ - { - "$ref": "#/definitions/auc:PlugElectricLoadType" - }, - { - "items": { - "$ref": "#/definitions/auc:PlugElectricLoadType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:PlugLoad" - ], - "type": "object" - }, - "auc:Pools": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Pool": { - "anyOf": [ - { - "$ref": "#/definitions/auc:PoolType" - }, - { - "items": { - "$ref": "#/definitions/auc:PoolType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Pool" - ], - "type": "object" - }, - "auc:ProcessLoads": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ProcessLoad": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ProcessGasElectricLoadType" - }, - { - "items": { - "$ref": "#/definitions/auc:ProcessGasElectricLoadType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ProcessLoad" - ], - "type": "object" - }, - "auc:PumpSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:PumpSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:PumpSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:PumpSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:PumpSystem" - ], - "type": "object" - }, - "auc:RefrigerationSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RefrigerationSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:RefrigerationSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:RefrigerationSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:RefrigerationSystem" - ], - "type": "object" - }, - "auc:RoofSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RoofSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:RoofSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:RoofSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:RoofSystem" - ], - "type": "object" - }, - "auc:WallSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WallSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:WallSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:WallSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:WallSystem" - ], - "type": "object" - }, - "auc:WaterInfiltrationSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WaterInfiltrationSystem": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:LocationsOfExteriorWaterIntrusionDamages": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LocationsOfExteriorWaterIntrusionDamage": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Location of observed moisture problems on the outside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Roof", - "Interior ceiling", - "Foundation", - "Basement", - "Crawlspace", - "Walls", - "Around windows", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Location of observed moisture problems on the outside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Roof", - "Interior ceiling", - "Foundation", - "Basement", - "Crawlspace", - "Walls", - "Around windows", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:LocationsOfInteriorWaterIntrusionDamages": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LocationsOfInteriorWaterIntrusionDamage": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Location of observed moisture problems on the inside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Kitchen", - "Bathroom", - "Basement", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Location of observed moisture problems on the inside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Kitchen", - "Bathroom", - "Basement", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WaterInfiltrationNotes": { - "additionalProperties": false, - "description": "Details about the the assessment. This might include methods used, criteria, evidence, or basis of evaluation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:LocationsOfExteriorWaterIntrusionDamages": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LocationsOfExteriorWaterIntrusionDamage": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Location of observed moisture problems on the outside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Roof", - "Interior ceiling", - "Foundation", - "Basement", - "Crawlspace", - "Walls", - "Around windows", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Location of observed moisture problems on the outside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Roof", - "Interior ceiling", - "Foundation", - "Basement", - "Crawlspace", - "Walls", - "Around windows", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:LocationsOfInteriorWaterIntrusionDamages": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LocationsOfInteriorWaterIntrusionDamage": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Location of observed moisture problems on the inside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Kitchen", - "Bathroom", - "Basement", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Location of observed moisture problems on the inside of the building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Kitchen", - "Bathroom", - "Basement", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WaterInfiltrationNotes": { - "additionalProperties": false, - "description": "Details about the the assessment. This might include methods used, criteria, evidence, or basis of evaluation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:WaterInfiltrationSystem" - ], - "type": "object" - }, - "auc:WaterUses": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WaterUse": { - "anyOf": [ - { - "$ref": "#/definitions/auc:WaterUseType" - }, - { - "items": { - "$ref": "#/definitions/auc:WaterUseType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:WaterUse" - ], - "type": "object" - } - }, - "type": "object" - }, - "auc:Tenants": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Tenant": { - "anyOf": [ - { - "$ref": "#/definitions/auc:TenantType" - }, - { - "items": { - "$ref": "#/definitions/auc:TenantType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Tenant" - ], - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Facility" - ], - "type": "object" - }, - "auc:Programs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Program": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Authorized or supported program such as rebate or audit.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ProgramClassification": { - "additionalProperties": false, - "description": "The classification or type of the program.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Audit", - "Performance", - "Deemed", - "Retrofit", - "Rebate", - "Other", - "Not Applicable" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ProgramDate": { - "additionalProperties": false, - "description": "Date associated with the program.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:ProgramFundingSource": { - "additionalProperties": false, - "description": "The source of funding or sponsor of the program.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Authorized or supported program such as rebate or audit.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ProgramClassification": { - "additionalProperties": false, - "description": "The classification or type of the program.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Audit", - "Performance", - "Deemed", - "Retrofit", - "Rebate", - "Other", - "Not Applicable" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ProgramDate": { - "additionalProperties": false, - "description": "Date associated with the program.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:ProgramFundingSource": { - "additionalProperties": false, - "description": "The source of funding or sponsor of the program.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "auc:Facilities", - "@version" - ], - "type": "object" - }, - ".auc:BurnerControlType": { - "additionalProperties": false, - "description": "Control type of burner, if applicable.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Full Modulation Manual", - "Full Modulation Automatic", - "Step Modulation", - "High Low", - "On Off", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:BurnerType": { - "additionalProperties": false, - "description": "Type of burner on boiler or furnace, if applicable.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Atmospheric", - "Power", - "Sealed Combustion", - "Rotary Cup", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:BurnerYearInstalled": { - "additionalProperties": false, - "description": "Year that the burner was installed", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - }, - ".auc:CalculationMethod": { - "$ref": "#/definitions/auc:CalculationMethodType", - "description": "Method used to determine energy use." - }, - ".auc:Capacity": { - "additionalProperties": false, - "description": "Capacity of the system at rated conditions.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:CapacityUnits": { - "additionalProperties": false, - "description": "Units used to measure capacity.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "cfh", - "ft3/min", - "kcf/h", - "MCF/day", - "gpm", - "W", - "kW", - "hp", - "MW", - "Btu/hr", - "cal/h", - "ft-lbf/h", - "ft-lbf/min", - "Btu/s", - "kBtu/hr", - "MMBtu/hr", - "therms/h", - "lbs/h", - "Klbs/h", - "Mlbs/h", - "Cooling ton", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:ClimateZoneType": { - "additionalProperties": false, - "description": "The climate zone type, based on the organization defining it. Many different organizations have implemented different climate zone definitions based on their needs. The list below represents the current list. This list can be added to over time based on the collaborative BEDES development process.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ASHRAE": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ClimateZone": { - "additionalProperties": false, - "description": "Based on the ClimateZoneType term, this is the climate zone designation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "1A", - "1B", - "2A", - "2B", - "3A", - "3B", - "3C", - "4A", - "4B", - "4C", - "5A", - "5B", - "5C", - "6A", - "6B", - "7", - "8" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:BuildingAmerica": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ClimateZone": { - "additionalProperties": false, - "description": "Based on the ClimateZoneType term, this is the climate zone designation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Subarctic", - "Marine", - "Hot-dry", - "Mixed-dry", - "Hot-humid", - "Mixed-humid", - "Cold", - "Very cold" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:CBECS": { - "$ref": "#/definitions/auc:CBECSType" - }, - "auc:CaliforniaTitle24": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ClimateZone": { - "additionalProperties": false, - "description": "Based on the ClimateZoneType term, this is the climate zone designation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Climate Zone 1", - "Climate Zone 2", - "Climate Zone 3", - "Climate Zone 4", - "Climate Zone 5", - "Climate Zone 6", - "Climate Zone 7", - "Climate Zone 8", - "Climate Zone 9", - "Climate Zone 10", - "Climate Zone 11", - "Climate Zone 12", - "Climate Zone 13", - "Climate Zone 14", - "Climate Zone 15", - "Climate Zone 16" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:DOE": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ClimateZone": { - "additionalProperties": false, - "description": "Based on the ClimateZoneType term, this is the climate zone designation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Subarctic", - "Marine", - "Hot-dry", - "Mixed-dry", - "Hot-humid", - "Mixed-humid", - "Cold", - "Very cold" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:EnergyStar": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ClimateZone": { - "additionalProperties": false, - "description": "Based on the ClimateZoneType term, this is the climate zone designation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Northern", - "North-Central", - "South-Central", - "Southern" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:IECC": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ClimateZone": { - "additionalProperties": false, - "description": "Based on the ClimateZoneType term, this is the climate zone designation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "1", - "2", - "3", - "4 (Except Marine)", - "4 (Marine)", - "5", - "6", - "7", - "8" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Other": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ClimateZone": { - "additionalProperties": false, - "description": "Based on the ClimateZoneType term, this is the climate zone designation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - ".auc:ClothesWasherClassification": { - "additionalProperties": false, - "description": "The sector where clothes washer is commonly used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Residential", - "Commercial", - "Industrial", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:ClothesWasherLoaderType": { - "additionalProperties": false, - "description": "The type of configuration of a laundry appliance. Such as front and top loading clothes washers.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Front", - "Top", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:CompressorStaging": { - "additionalProperties": false, - "description": "The compressor staging for the unit. Select \"Single Stage\" for units with single stage (on/off) control. Select \"Multiple, Discrete Stages\" for units with multiple compressors, discrete unloading stages, or compressors with stepped speed motors that are controlled to operate at discrete stages. Select \"Variable\" for compressors that operate at variable speeds or with modulating unloading.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Single stage", - "Multiple discrete stages", - "Variable", - "Modulating", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:CondensingOperation": { - "additionalProperties": false, - "description": "The capability of the boiler or furnace to condense water vapor in the exhaust flue gas to obtain a higher efficiency.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Condensing", - "Near-Condensing", - "Non-Condensing", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:ControlSystemType": { - "additionalProperties": false, - "description": "Identifier for the type of control (e.g., Pneumatic, Analog, Digital).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Analog": { - "additionalProperties": false, - "description": "Analog control system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CommunicationProtocol": { - "additionalProperties": false, - "description": "Method of communicating data over an analog network.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:CommunicationProtocolAnalogType" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Digital": { - "additionalProperties": false, - "description": "Digital (or Direct Digital Control [DDC]) system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CommunicationProtocol": { - "additionalProperties": false, - "description": "Method of communicating data over a digital computer network.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:CommunicationProtocolDigitalType" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Other": { - "additionalProperties": false, - "description": "Other type of control system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:OtherCommunicationProtocolName": { - "additionalProperties": false, - "description": "Name of the other communication protocal that is being used to communicate data over a computer network.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Pneumatic": { - "additionalProperties": false, - "description": "Pneumatic-based controls.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - ".auc:ControlTechnology": { - "additionalProperties": false, - "description": "Type of system operation control.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Programmable Thermostat", - "Manual Analog Thermostat", - "Manual Digital Thermostat", - "Manual On/Off", - "EMCS", - "Always On", - "Timer", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:ControlledByEMCS": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - ".auc:CostEffectivenessScreeningMethod": { - "additionalProperties": false, - "description": "Method for calculating cost-effectiveness for measures or project.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Simple payback", - "Return on investment", - "Lifecycle cost", - "Net present value", - "Internal rate of return", - "Modified internal rate of return", - "Levelized cost of energy", - "Savings to investment ratio", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:DoorID": { - "additionalProperties": false, - "description": "ID number of the door type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FenestrationArea": { - "additionalProperties": false, - "description": "Total area of this fenestration type. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - ".auc:DraftBoundary": { - "additionalProperties": false, - "description": "The boundary that encompasses the draft mechanism used for drawing air through the boiler or furnace.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Direct", - "Direct indirect", - "Indirect", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:DraftType": { - "additionalProperties": false, - "description": "Draft mechanism used for drawing air through the boiler or furnace.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Natural", - "Mechanical forced", - "Mechanical induced", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:DryerType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Residential", - "Commercial", - "Industrial", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:DutyCycle": { - "additionalProperties": false, - "description": "Percent of time the system operates. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:ENERGYSTARScore": { - "additionalProperties": false, - "description": "If \"Custom\" is used as an Identifier Type, this term can be used to specify the name of the Custom ID. This would be used to specify the name of the specific program that this identifier applies to, for example \"Wisconsin Weatherization Program\". It can also be used for the ENERGY STAR Portfolio Manager Standard IDs that are assigned to different Portfolio Manager programs, such as \"NYC Building Identification Number (BIN)\".", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:EmailAddress": { - "additionalProperties": false, - "description": "Email address may be specified for customer, contractors, and other contacts or businesses.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".auc:EnergyResource": { - "additionalProperties": false, - "description": "Type of energy resource fuel. This can be applied at the premises or individual system or equipment level.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:FuelTypes" - } - }, - "type": "object" - }, - ".auc:EnergyUseByFuelTypes": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EnergyUseByFuelType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EnergyUse": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - } - }, - "required": [ - "auc:EnergyUse", - "auc:PrimaryFuel" - ], - "type": "object" - } - }, - "required": [ - "auc:EnergyUseByFuelType" - ], - "type": "object" - }, - ".auc:FloorAreas": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FloorArea": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExcludedSectionIDs": { - "additionalProperties": false, - "description": "Links to Sections not included in the floor area calculation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExcludedSectionID": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ExcludedSectionID" - ], - "type": "object" - }, - "auc:FloorAreaCustomName": { - "additionalProperties": false, - "description": "If \"Custom\" is used as the Floor Area Type, this term can be used to name and identify the custom floor area.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:FloorAreaPercentage": { - "additionalProperties": false, - "description": "The percentage of floor area that belongs to a FloorAreaType. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "maximum": 100, - "minimum": 0, - "type": "number" - } - }, - "type": "object" - }, - "auc:FloorAreaType": { - "additionalProperties": false, - "description": "Floor area can be defined and described in many different ways for different purposes. This type field allows multiple types of floor area definitions to exist in the same dataset.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Tenant", - "Common", - "Gross", - "Net", - "Finished", - "Footprint", - "Rentable", - "Occupied", - "Lighted", - "Daylit", - "Heated", - "Cooled", - "Conditioned", - "Unconditioned", - "Semi-conditioned", - "Heated and Cooled", - "Heated only", - "Cooled only", - "Ventilated", - "Enclosed", - "Non-Enclosed", - "Open", - "Lot", - "Custom" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorAreaValue": { - "additionalProperties": false, - "description": "The floor area numeric value. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Story": { - "additionalProperties": false, - "description": "The story of the given floor area type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:int" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExcludedSectionIDs": { - "additionalProperties": false, - "description": "Links to Sections not included in the floor area calculation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExcludedSectionID": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ExcludedSectionID" - ], - "type": "object" - }, - "auc:FloorAreaCustomName": { - "additionalProperties": false, - "description": "If \"Custom\" is used as the Floor Area Type, this term can be used to name and identify the custom floor area.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:FloorAreaPercentage": { - "additionalProperties": false, - "description": "The percentage of floor area that belongs to a FloorAreaType. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "maximum": 100, - "minimum": 0, - "type": "number" - } - }, - "type": "object" - }, - "auc:FloorAreaType": { - "additionalProperties": false, - "description": "Floor area can be defined and described in many different ways for different purposes. This type field allows multiple types of floor area definitions to exist in the same dataset.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Tenant", - "Common", - "Gross", - "Net", - "Finished", - "Footprint", - "Rentable", - "Occupied", - "Lighted", - "Daylit", - "Heated", - "Cooled", - "Conditioned", - "Unconditioned", - "Semi-conditioned", - "Heated and Cooled", - "Heated only", - "Cooled only", - "Ventilated", - "Enclosed", - "Non-Enclosed", - "Open", - "Lot", - "Custom" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorAreaValue": { - "additionalProperties": false, - "description": "The floor area numeric value. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Story": { - "additionalProperties": false, - "description": "The story of the given floor area type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:int" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:FloorArea" - ], - "type": "object" - }, - ".auc:FluorescentStartType": { - "additionalProperties": false, - "description": "Start technology used with fluorescent ballasts.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Instant start", - "Rapid start", - "Programmed start", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:FoundationWallInsulationContinuity": { - "additionalProperties": false, - "description": "Insulation installation type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Cavity", - "Continuous", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:HeatingStaging": { - "additionalProperties": false, - "description": "The method of heating staging used by the unit. Select \"Single Stage\" for units with single stage (on/off) control. Select \"Multiple, Discrete Stages\" for units with multiple discrete stages (low-fire / high-fire). Select \"Modulating\" for units which contain modulating burners.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Single stage", - "Multiple discrete stages", - "Variable", - "Modulating", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:IdentifierCustomName": { - "additionalProperties": false, - "description": "If \"Custom\" is used as an Identifier Type, this term can be used to specify the name of the Custom ID. This would be used to specify the name of the specific program that this identifier applies to, for example \"Wisconsin Weatherization Program\". It can also be used for the Portfolio Manager Standard IDs that are assigned to different Portfolio Manager programs, such as \"NYC Building Identification Number (BIN)\".", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".auc:IdentifierLabel": { - "additionalProperties": false, - "description": "Identifier used in a specific program or dataset. There can be multiple instances of Identifier Types within a dataset, such as a Listing ID, a Tax Map Number ID, and a Custom ID.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Premises", - "Listing", - "Name", - "Portfolio Manager Property ID", - "Portfolio Manager Standard", - "Federal real property", - "Tax book number", - "Tax map number", - "Assessor parcel number", - "Tax parcel letter", - "UBID", - "Custom", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:IdentifierValue": { - "additionalProperties": false, - "description": "The identifying value associated with the Identifier Type. There can be many Identifier Types and Values associated with an individual premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".auc:IgnitionType": { - "additionalProperties": false, - "description": "Ignition mechanism in gas heating equipment. Either pilot light or an intermittent ignition device (IID).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Intermittent ignition device", - "Pilot light", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:Latitude": { - "additionalProperties": false, - "description": "Distance north or south of the equator measured in degrees up to 90 degrees. (degrees)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:LightingAutomationSystem": { - "additionalProperties": false, - "description": "Does the building include a lighting automation or management system?", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - ".auc:LinkedPremises": { - "additionalProperties": false, - "description": "Establishes whether the system applies to one or more entire buildings, sections, spaces, or zones within buildings. Power consuming system loads should be distributed in proportion to the floor areas of linked premises. Envelope systems should be distributed in proportion to the exterior surface areas of linked premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Building": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedBuildingID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of the buildings associated with the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of the buildings associated with the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LinkedBuildingID" - ], - "type": "object" - }, - "auc:Facility": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedFacilityID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of the facilities associated with the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of the facilities associated with the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LinkedFacilityID" - ], - "type": "object" - }, - "auc:Section": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedSectionID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of the sections associated with the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of the sections associated with the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LinkedSectionID" - ], - "type": "object" - }, - "auc:Site": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedSiteID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of the sites associated with the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of the sites associated with the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LinkedSiteID" - ], - "type": "object" - }, - "auc:Space": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedSpaceID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of the spaces associated with the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of the spaces associated with the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LinkedSpaceID" - ], - "type": "object" - }, - "auc:ThermalZone": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedThermalZoneID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of the zones associated with the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of the zones associated with the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LinkedThermalZoneID" - ], - "type": "object" - } - }, - "type": "object" - }, - ".auc:LinkedPremisesOrSystem": { - "additionalProperties": false, - "description": "Establishes whether an item applies to one or more systems, entire buildings, sections, spaces, or zones within buildings. Developer note: the XSD should be done as a union, but cannot due to limitations of automatic processors.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Building": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedBuildingID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of the associated buildings.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of the associated buildings.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LinkedBuildingID" - ], - "type": "object" - }, - "auc:Facility": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedFacilityID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of the associated facilities.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of the associated facilities.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LinkedFacilityID" - ], - "type": "object" - }, - "auc:Section": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedSectionID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of the associated sections.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of the associated sections.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LinkedSectionID" - ], - "type": "object" - }, - "auc:Site": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedSiteID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of the associated sites associated.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of the associated sites associated.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LinkedSiteID" - ], - "type": "object" - }, - "auc:Space": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedSpaceID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of the associated spaces.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of the associated spaces.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply to this system type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LinkedSpaceID" - ], - "type": "object" - }, - "auc:System": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedSystemID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of associated systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of associated systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LinkedSystemID" - ], - "type": "object" - }, - "auc:ThermalZone": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedThermalZoneID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of the associated zones.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of the associated zones.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:LinkedScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of one or more schedules that apply type in the context of the linked premise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LinkedThermalZoneID" - ], - "type": "object" - } - }, - "type": "object" - }, - ".auc:Location": { - "additionalProperties": false, - "description": "Location of system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Roof", - "Mechanical Room", - "Mechanical Floor", - "Penthouse", - "Interior", - "Exterior", - "Closet", - "Garage", - "Attic", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:Longitude": { - "additionalProperties": false, - "description": "Distance measured in degrees east or west from an imaginary line (called the prime meridian) that goes from the North Pole to the South Pole and that passes through Greenwich, England. (degrees)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:Manufacturer": { - "additionalProperties": false, - "description": "Company that manufactured the equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".auc:ModelNumber": { - "additionalProperties": false, - "description": "Model or catalog number that can be used to identify more detailed system characteristics.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".auc:OccupancyClassification": { - "additionalProperties": false, - "description": "Classification of the space (complex, whole building, or section) tasks by building occupants.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:OccupancyClassificationType" - } - }, - "type": "object" - }, - ".auc:OccupancyLevels": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:OccupancyLevel": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:OccupantQuantity": { - "additionalProperties": false, - "description": "The value associated with the Occupant Quantity Type term.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OccupantQuantityType": { - "additionalProperties": false, - "description": "Type of quantitative measure for capturing occupant information about the premises. The value is captured by the Occupant Quantity term.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Peak total occupants", - "Adults", - "Children", - "Average residents", - "Workers on main shift", - "Full-time equivalent workers", - "Average daily salaried labor hours", - "Registered students", - "Staffed beds", - "Licensed beds", - "Capacity", - "Capacity percentage", - "Normal occupancy" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OccupantType": { - "additionalProperties": false, - "description": "Type of occupants who are permanently resident in a premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Family household", - "Married couple, no children", - "Male householder, no spouse", - "Female householder, no spouse", - "Cooperative household", - "Nonfamily household", - "Single male", - "Single female", - "Student community", - "Military community", - "Independent seniors community", - "Special accessibility needs community", - "Government subsidized community", - "Therapeutic community", - "No specific occupant type", - "For-profit organization", - "Religious organization", - "Non-profit organization", - "Government organization", - "Federal government", - "State government", - "Local government", - "Property", - "Animals", - "Other", - "Vacant", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:OccupantQuantity": { - "additionalProperties": false, - "description": "The value associated with the Occupant Quantity Type term.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OccupantQuantityType": { - "additionalProperties": false, - "description": "Type of quantitative measure for capturing occupant information about the premises. The value is captured by the Occupant Quantity term.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Peak total occupants", - "Adults", - "Children", - "Average residents", - "Workers on main shift", - "Full-time equivalent workers", - "Average daily salaried labor hours", - "Registered students", - "Staffed beds", - "Licensed beds", - "Capacity", - "Capacity percentage", - "Normal occupancy" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OccupantType": { - "additionalProperties": false, - "description": "Type of occupants who are permanently resident in a premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Family household", - "Married couple, no children", - "Male householder, no spouse", - "Female householder, no spouse", - "Cooperative household", - "Nonfamily household", - "Single male", - "Single female", - "Student community", - "Military community", - "Independent seniors community", - "Special accessibility needs community", - "Government subsidized community", - "Therapeutic community", - "No specific occupant type", - "For-profit organization", - "Religious organization", - "Non-profit organization", - "Government organization", - "Federal government", - "State government", - "Local government", - "Property", - "Animals", - "Other", - "Vacant", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:OccupancyLevel" - ], - "type": "object" - }, - ".auc:OriginalOccupancyClassification": { - "additionalProperties": false, - "description": "Original classification of the space (complex, whole building, or section) tasks by building occupants.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:OccupancyClassificationType" - } - }, - "type": "object" - }, - ".auc:Ownership": { - "additionalProperties": false, - "description": "The type of organization, association, business, etc. that owns the premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Property management company", - "Corporation/partnership/LLC", - "Privately owned", - "Individual", - "Franchise", - "Religious organization", - "Non-profit organization", - "Other non-government", - "Government", - "Federal government", - "State government", - "Local government", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:OwnershipStatus": { - "additionalProperties": false, - "description": "Ownership status of the premises with respect to the occupant.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Owned", - "Mortgaged", - "Leased", - "Rented", - "Occupied without payment of rent", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:PremisesIdentifiers": { - "additionalProperties": false, - "description": "Identifier used in a specific program or dataset. There can be multiple instances of Identifier Types within a dataset.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:PremisesIdentifier": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:IdentifierCustomName": { - "$ref": "#/definitions/.auc:IdentifierCustomName" - }, - "auc:IdentifierLabel": { - "$ref": "#/definitions/.auc:IdentifierLabel" - }, - "auc:IdentifierValue": { - "$ref": "#/definitions/.auc:IdentifierValue" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:IdentifierCustomName": { - "$ref": "#/definitions/.auc:IdentifierCustomName" - }, - "auc:IdentifierLabel": { - "$ref": "#/definitions/.auc:IdentifierLabel" - }, - "auc:IdentifierValue": { - "$ref": "#/definitions/.auc:IdentifierValue" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:PremisesIdentifier" - ], - "type": "object" - }, - ".auc:PremisesName": { - "additionalProperties": false, - "description": "Name identifying the premises. This could be the name of the complex, the building, or the space within a building, such as a classroom number.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".auc:PremisesNotes": { - "additionalProperties": false, - "description": "Details about the premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".auc:PrimaryContactID": { - "additionalProperties": false, - "description": "Primary contact ID number for the premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - ".auc:PrimaryFuel": { - "additionalProperties": false, - "description": "Main fuel used by the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:FuelTypes" - } - }, - "type": "object" - }, - ".auc:Priority": { - "additionalProperties": false, - "description": "Order of precedence relative to other applicable systems. Enter Primary if this is the only system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Primary", - "Secondary", - "Tertiary", - "Back-up", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:Quantity": { - "additionalProperties": false, - "description": "Number of systems of this type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:ReferenceCase": { - "additionalProperties": false, - "description": "ID number for scenario that serves as the reference case for calculating energy savings, simple payback, etc.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - ".auc:Refrigerant": { - "additionalProperties": false, - "description": "The type of refrigerant used in the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "R134a", - "R123", - "R22", - "R290", - "R401a", - "R404a", - "R407a", - "R407c", - "R408a", - "R409a", - "R410a", - "R500", - "R502", - "R600a", - "R744", - "R717", - "R718", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:ResourceBoundary": { - "additionalProperties": false, - "description": "The boundary that encompasses the measured resource.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Site", - "Source", - "Onsite", - "Offsite", - "Net", - "Gross", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:ResourceUnits": { - "additionalProperties": false, - "description": "Units for resource consumption or generation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Cubic Meters", - "kcf", - "MCF", - "Gallons", - "Wh", - "kWh", - "MWh", - "Btu", - "kBtu", - "MMBtu", - "therms", - "lbs", - "Klbs", - "Mlbs", - "Mass ton", - "Ton-hour", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:SlabHeating": { - "additionalProperties": false, - "description": "The classifications for floors in contact with the ground.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Heated", - "Unheated", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:SlabInsulationOrientation": { - "additionalProperties": false, - "description": "The location and extent of slab-on-grade floor insulation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "12 in Horizontal", - "12 in Vertical", - "24 in Horizontal", - "24 in Vertical", - "36 in Horizontal", - "36 in Vertical", - "48 in Horizontal", - "48 in Vertical", - "Fully Insulated Slab", - "None", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:SystemPerformanceRatio": { - "additionalProperties": false, - "description": "Ratio of annual system load to the annual system energy consumption (similar to a whole system COP). A higher value indicates less heating and/or cooling energy use to meet the loads, and therefore represents a more efficient HVAC system. SPR can be used to describe the heating, cooling, and overall HVAC systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:TelephoneNumber": { - "additionalProperties": false, - "description": "Telephone number may be specified for customer, contractors, and other contacts or businesses. Format: NNN-NNN-NNNN", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "pattern": "^([0-9]{3,3}\\-[0-9]{3,3}\\-[0-9]{4,4})$", - "type": "string" - } - }, - "type": "object" - }, - ".auc:TemporalStatus": { - "additionalProperties": false, - "description": "Temporal characteristic of this measurement.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Pre retrofit", - "Post retrofit", - "Baseline", - "Current", - "Target", - "Design Target", - "Last billing period", - "Additional to last billing period", - "Current billing period", - "Billed to date", - "Current day", - "Current day last year", - "Previous day", - "Previous day last year", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:TenantIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TenantID": { - "additionalProperties": false, - "description": "Tenant ID number for the premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:TenantID" - ], - "type": "object" - }, - ".auc:ThirdPartyCertification": { - "additionalProperties": false, - "description": "Independent organization has verified that product or appliance meets or exceeds the standard in question (ENERGY STAR, CEE, or other).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "ENERGY STAR", - "ENERGY STAR Most Efficient", - "FEMP Designated", - "CEE Tier 1", - "CEE Tier 2", - "CEE Tier 3", - "Other", - "None", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:TypicalOccupantUsages": { - "additionalProperties": false, - "description": "Characterization of the usage of the space (complex, whole building, or section) by building occupants.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TypicalOccupantUsage": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TypicalOccupantUsageUnits": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Hours per day", - "Hours per week", - "Hours per month", - "Hours per year", - "Days per week", - "Days per month", - "Days per year", - "Weeks per month", - "Weeks per year", - "Months per year" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TypicalOccupantUsageValue": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - } - }, - "required": [ - "auc:TypicalOccupantUsageUnits", - "auc:TypicalOccupantUsageValue" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TypicalOccupantUsageUnits": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Hours per day", - "Hours per week", - "Hours per month", - "Hours per year", - "Days per week", - "Days per month", - "Days per year", - "Weeks per month", - "Weeks per year", - "Months per year" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TypicalOccupantUsageValue": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - } - }, - "required": [ - "auc:TypicalOccupantUsageUnits", - "auc:TypicalOccupantUsageValue" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:TypicalOccupantUsage" - ], - "type": "object" - }, - ".auc:UserDefinedFields": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:UserDefinedField": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FieldName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:FieldValue": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FieldName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:FieldValue": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:UserDefinedField" - ], - "type": "object" - }, - ".auc:VentilationControlMethod": { - "additionalProperties": false, - "description": "The method used to control the rate of outside air ventilation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "CO2 Sensors", - "Fixed", - "Occupancy Sensors", - "Scheduled", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:WallID": { - "additionalProperties": false, - "description": "ID number of the wall type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:WallArea": { - "additionalProperties": false, - "description": "Exposed, above-grade, opaque wall area of this type. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - ".auc:WaterCooledCondenserFlowControl": { - "additionalProperties": false, - "description": "Describes water flow control for a water-cooled condenser.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Fixed Flow", - "Two Position Flow", - "Variable Flow", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:WaterResource": { - "additionalProperties": false, - "description": "Water type used as a resource on the premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Potable water", - "Wastewater", - "Greywater", - "Reclaimed water", - "Captured rainwater", - "Alternative water", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:WaterSideEconomizerType": { - "additionalProperties": false, - "description": "Describes water flow control for a water-cooled condenser.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Parallel Plate and Frame Heat Exchanger", - "Series Plate and Frame Heat Exchanger", - "Strainer Cycle", - "Thermo Cycle", - "None", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:WeatherDataSource": { - "additionalProperties": false, - "description": "Method for determining weather data associated with the time series.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "On Site Measurement", - "Weather Station", - "TMY", - "TMY2", - "TMY3", - "IWEC", - "CWEC", - "CZRV2", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:WeatherDataStationID": { - "additionalProperties": false, - "description": "For an actual weather station, this is the ID assigned by National Oceanic and Atmospheric Administration (NOAA). For hourly energy simulations, this is the six digit code associated with the hourly weather data, generally found in the name of the weather data file, as well as in the header of the data file. (NNNNNN) WARNING: This element is being deprecated, use WeatherStations/WeatherStation/WeatherDataStationID instead", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".auc:WeatherStationCategory": { - "additionalProperties": false, - "description": "Describes the type of weather station used to specify the site's weather. WARNING: This element is being deprecated, use WeatherStations/WeatherStation/WeatherStationCategory instead", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "FAA", - "ICAO", - "NWS", - "WBAN", - "WMO", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".auc:WeatherStationName": { - "additionalProperties": false, - "description": "The name of the weather station associated with this premises, which could be used for simulations, weather normalization, anomaly resolution, etc. For simulations, this is usually the name of the weather file, but the name is also in the header of the data file (TMY, IWEC), such as USA_CO_Denver.Intl.AP. WARNING: This element is being deprecated, use WeatherStations/WeatherStation/WeatherStationName instead", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".auc:WeatherStations": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WeatherStation": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:WeatherDataStationID": { - "$ref": "#/definitions/.auc:WeatherDataStationID" - }, - "auc:WeatherStationCategory": { - "$ref": "#/definitions/.auc:WeatherStationCategory" - }, - "auc:WeatherStationName": { - "$ref": "#/definitions/.auc:WeatherStationName" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:WeatherDataStationID": { - "$ref": "#/definitions/.auc:WeatherDataStationID" - }, - "auc:WeatherStationCategory": { - "$ref": "#/definitions/.auc:WeatherStationCategory" - }, - "auc:WeatherStationName": { - "$ref": "#/definitions/.auc:WeatherStationName" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:WeatherStation" - ], - "type": "object" - }, - ".auc:WindowID": { - "additionalProperties": false, - "description": "ID number of the window type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FenestrationArea": { - "additionalProperties": false, - "description": "Total area of this fenestration type. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PercentOfWindowAreaShaded": { - "additionalProperties": false, - "description": "The percentage of the fenestration area that is shaded by exterior objects such as trees or other buildings. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WindowToWallRatio": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "Ratio of total window area to total wall area. (0-1) (fraction)" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - ".auc:YearInstalled": { - "additionalProperties": false, - "description": "Year the system was originally installed in the building. Equipment age may be used as a proxy.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - }, - ".auc:YearOfManufacture": { - "additionalProperties": false, - "description": "Year system was manufactured.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - }, - ".auc:eGRIDRegionCode": { - "additionalProperties": false, - "description": "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.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "AKGD", - "AKMS", - "AZNM", - "CAMX", - "ERCT", - "FRCC", - "HIMS", - "HIOA", - "MORE", - "MROE", - "MROW", - "NEWE", - "NWPP", - "NYCW", - "NYLI", - "NYUP", - "RFCE", - "RFCM", - "RFCW", - "RMPA", - "SPNO", - "SPSO", - "SRMV", - "SRMW", - "SRSO", - "SRTV", - "SRVC", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - ".gbxml:Absorptance": { - "additionalProperties": false, - "description": "Absorptance of the outside surface", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@type": { - "$ref": "#/definitions/gbxml:absorptanceUnitEnum" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit", - "@type" - ], - "type": "object" - }, - ".gbxml:Address1": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:Address2": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:AdjacentSpaceId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@spaceIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@surfaceType": { - "$ref": "#/definitions/gbxml:surfaceTypeEnum" - } - }, - "required": [ - "@spaceIdRef" - ], - "type": "object" - }, - ".gbxml:Age": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - }, - "@unit": { - "enum": [ - "Years" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:AirChangesPerHour": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:AirLoop": { - "additionalProperties": false, - "description": "The AirLoop element represents the equipment serving one path of air", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@controlZoneIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@systemType": { - "$ref": "#/definitions/gbxml:systemTypeEnum" - }, - "gbxml:AirLoopEquipment": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:AirLoopEquipment" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:AirLoopEquipment" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:PressureControl": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PressureControl" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PressureControl" - }, - "type": "array" - } - ] - }, - "gbxml:Reference": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reference" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reference" - }, - "type": "array" - } - ] - }, - "gbxml:TemperatureControl": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:TemperatureControl" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:TemperatureControl" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:AirLoopEquipment": { - "additionalProperties": false, - "description": "A piece of equipment serving an air-loop. This is generalized to be able to contain any type of air loop equipment. The air loop equipment are ordered as they exist on the airloop. A blow-through system should have fan listed before the coils. A draw-through system should have the fan listed after the coils.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@equipmentType": { - "$ref": "#/definitions/gbxml:equipmentTypeEnum" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:AirStreamFraction": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:AirStreamFraction" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:AirStreamFraction" - }, - "type": "array" - } - ] - }, - "gbxml:CADObjectId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - "type": "array" - } - ] - }, - "gbxml:Capacity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Capacity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Capacity" - }, - "type": "array" - } - ] - }, - "gbxml:Control": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Control" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Control" - }, - "type": "array" - } - ] - }, - "gbxml:CoolingCoilSetpointResetType": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CoolingCoilSetpointResetType" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CoolingCoilSetpointResetType" - }, - "type": "array" - } - ] - }, - "gbxml:CoolingCoilType": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CoolingCoilType" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CoolingCoilType" - }, - "type": "array" - } - ] - }, - "gbxml:Cost": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Cost" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Cost" - }, - "type": "array" - } - ] - }, - "gbxml:CyclingRateMax": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CyclingRateMax" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CyclingRateMax" - }, - "type": "array" - } - ] - }, - "gbxml:DamperHeatingAction": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DamperHeatingAction" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DamperHeatingAction" - }, - "type": "array" - } - ] - }, - "gbxml:DeltaP": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DeltaP" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DeltaP" - }, - "type": "array" - } - ] - }, - "gbxml:DeltaT": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DeltaT" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DeltaT" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:EconomizerLockout": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:EconomizerLockout" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:EconomizerLockout" - }, - "type": "array" - } - ] - }, - "gbxml:Efficiency": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Efficiency" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Efficiency" - }, - "type": "array" - } - ] - }, - "gbxml:Energy": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Energy" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Energy" - }, - "type": "array" - } - ] - }, - "gbxml:Enthalpy": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Enthalpy" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Enthalpy" - }, - "type": "array" - } - ] - }, - "gbxml:FlowType": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:FlowType" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:FlowType" - }, - "type": "array" - } - ] - }, - "gbxml:FractionOnCyclePowerUse": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:FractionOnCyclePowerUse" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:FractionOnCyclePowerUse" - }, - "type": "array" - } - ] - }, - "gbxml:GasPreheatCoilEfficiency": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:GasPreheatCoilEfficiency" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:GasPreheatCoilEfficiency" - }, - "type": "array" - } - ] - }, - "gbxml:GasPreheatCoilParasiticElectricLoad": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:GasPreheatCoilParasiticElectricLoad" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:GasPreheatCoilParasiticElectricLoad" - }, - "type": "array" - } - ] - }, - "gbxml:GeneralGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:HeatPumpDefrostControl": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HeatPumpDefrostControl" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HeatPumpDefrostControl" - }, - "type": "array" - } - ] - }, - "gbxml:HeatPumpDefrostStrategy": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HeatPumpDefrostStrategy" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HeatPumpDefrostStrategy" - }, - "type": "array" - } - ] - }, - "gbxml:HeatPumpFanDelayTime": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HeatPumpFanDelayTime" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HeatPumpFanDelayTime" - }, - "type": "array" - } - ] - }, - "gbxml:HeatPumpTimeConstant": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HeatPumpTimeConstant" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HeatPumpTimeConstant" - }, - "type": "array" - } - ] - }, - "gbxml:HeatRecoveryType": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HeatRecoveryType" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HeatRecoveryType" - }, - "type": "array" - } - ] - }, - "gbxml:HeatingCoilSetpointResetType": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HeatingCoilSetpointResetType" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HeatingCoilSetpointResetType" - }, - "type": "array" - } - ] - }, - "gbxml:HydronicLoopId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HydronicLoopId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HydronicLoopId" - }, - "type": "array" - } - ] - }, - "gbxml:LatentHeatRecoveryEffectiveness": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:LatentHeatRecoveryEffectiveness" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:LatentHeatRecoveryEffectiveness" - }, - "type": "array" - } - ] - }, - "gbxml:Life": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Life" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Life" - }, - "type": "array" - } - ] - }, - "gbxml:Manufacturer": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Manufacturer" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Manufacturer" - }, - "type": "array" - } - ] - }, - "gbxml:MaxRelativeHumidity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MaxRelativeHumidity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MaxRelativeHumidity" - }, - "type": "array" - } - ] - }, - "gbxml:MaximumFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MaximumFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MaximumFlow" - }, - "type": "array" - } - ] - }, - "gbxml:MaximumFlowFractionDuringReheat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MaximumFlowFractionDuringReheat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MaximumFlowFractionDuringReheat" - }, - "type": "array" - } - ] - }, - "gbxml:MinFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MinFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MinFlow" - }, - "type": "array" - } - ] - }, - "gbxml:MinRelativeHumidity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MinRelativeHumidity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MinRelativeHumidity" - }, - "type": "array" - } - ] - }, - "gbxml:Model": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Model" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Model" - }, - "type": "array" - } - ] - }, - "gbxml:MotorInAirstream": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MotorInAirstream" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MotorInAirstream" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:NightCycleControl": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:NightCycleControl" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:NightCycleControl" - }, - "type": "array" - } - ] - }, - "gbxml:OperationSchedule": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:OperationSchedule" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:OperationSchedule" - }, - "type": "array" - } - ] - }, - "gbxml:ParallelFanOnFlowFraction": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ParallelFanOnFlowFraction" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ParallelFanOnFlowFraction" - }, - "type": "array" - } - ] - }, - "gbxml:Performance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Performance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Performance" - }, - "type": "array" - } - ] - }, - "gbxml:Power": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Power" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Power" - }, - "type": "array" - } - ] - }, - "gbxml:PreheatCoilType": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PreheatCoilType" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PreheatCoilType" - }, - "type": "array" - } - ] - }, - "gbxml:RatedFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:RatedFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:RatedFlow" - }, - "type": "array" - } - ] - }, - "gbxml:Reference": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reference" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reference" - }, - "type": "array" - } - ] - }, - "gbxml:RefrigerantType": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:RefrigerantType" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:RefrigerantType" - }, - "type": "array" - } - ] - }, - "gbxml:ResetTemperature": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ResetTemperature" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ResetTemperature" - }, - "type": "array" - } - ] - }, - "gbxml:SensibleHeatRecoveryEffectiveness": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SensibleHeatRecoveryEffectiveness" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SensibleHeatRecoveryEffectiveness" - }, - "type": "array" - } - ] - }, - "gbxml:ShellGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:SupplementalGasHeatingCoilEfficiency": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SupplementalGasHeatingCoilEfficiency" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SupplementalGasHeatingCoilEfficiency" - }, - "type": "array" - } - ] - }, - "gbxml:SupplementalGasHeatingCoilParasiticElectricLoad": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SupplementalGasHeatingCoilParasiticElectricLoad" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SupplementalGasHeatingCoilParasiticElectricLoad" - }, - "type": "array" - } - ] - }, - "gbxml:SupplementalHeatingCoilCapacity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SupplementalHeatingCoilCapacity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SupplementalHeatingCoilCapacity" - }, - "type": "array" - } - ] - }, - "gbxml:SupplementalHeatingCoilType": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SupplementalHeatingCoilType" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SupplementalHeatingCoilType" - }, - "type": "array" - } - ] - }, - "gbxml:Temp": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Temp" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Temp" - }, - "type": "array" - } - ] - }, - "gbxml:WaterLoss": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WaterLoss" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WaterLoss" - }, - "type": "array" - } - ] - }, - "gbxml:Weight": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Weight" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Weight" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id", - "@equipmentType" - ], - "type": "object" - }, - ".gbxml:AirLoopEquipmentId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@airLoopEquipIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@airLoopEquipIdRef" - ], - "type": "object" - }, - ".gbxml:AirLoopId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@airLoopIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@airLoopIdRef" - ], - "type": "object" - }, - ".gbxml:AirStreamFraction": { - "additionalProperties": false, - "description": "Fraction of motor in air stream", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:AirTemperature": { - "additionalProperties": false, - "description": "Minimum air temperature before shades are closed.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@type": { - "$ref": "#/definitions/gbxml:airTemperatureTypeEnum" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "required": [ - "@unit", - "@type" - ], - "type": "object" - }, - ".gbxml:Albedo": { - "additionalProperties": false, - "description": "Reflectance of solar radiation", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:AltEnergySource": { - "additionalProperties": false, - "description": "Alternative energy source", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@altEnergyType": { - "enum": [ - "Solar", - "Wind", - "Geothermal", - "HeatRecovery", - "NaturalGas", - "Electrical" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@resourceType": { - "$ref": "#/definitions/gbxml:resourceTypeEnum" - }, - "gbxml:MeterId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MeterId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MeterId" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@altEnergyType", - "@id", - "@resourceType" - ], - "type": "object" - }, - ".gbxml:Area": { - "additionalProperties": false, - "description": "Specifies the area of the space or building. This value should be equal to the area enclosed by the physical boundaries of the space, as defined by the intersection of the horizontal plane at the highest floor height and the volumetric model's vertical interior surface planes. Building area should be the sum of space areas whose PeopleNumber element values are greater than zero.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:areaUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:AverageNumberOfFloors": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:Azimuth": { - "additionalProperties": false, - "description": "Polygon azimuth. The direction of the outward normal for the polygon (surface or opening) defined in RectangularGeometry element. Azimuth is measured in degrees clockwise from North, where North = 0 degrees. Examples: East = 90 deg, South = 180 deg, West = 270 deg. If CADModelAzimuth is defined, the Azimuth value is relative to the CADModelAzimuth value rather then North.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "maximum": 360, - "minimum": 0, - "type": "number" - } - }, - "type": "object" - }, - ".gbxml:Ballast": { - "additionalProperties": false, - "description": "Type of ballast used", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:BaseboardHeatingCapacity": { - "additionalProperties": false, - "description": "Baseboard heating capacity", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:BaseboardHeatingType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@unit": { - "$ref": "#/definitions/gbxml:baseboardHeatingTypeEnum" - } - }, - "type": "object" - }, - ".gbxml:BeginDate": { - "additionalProperties": false, - "description": "Month and day year schedule begins", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - ".gbxml:BiomassDensity": { - "additionalProperties": false, - "description": "Biomass of vegetation", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:densityUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Blind": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "gbxml:Conductivity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Conductivity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Conductivity" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Emittance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Emittance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Emittance" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:Reflectance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - "type": "array" - } - ] - }, - "gbxml:Thickness": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Thickness" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Thickness" - }, - "type": "array" - } - ] - }, - "gbxml:Transmittance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Transmittance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Transmittance" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:BlowerDoorValue": { - "additionalProperties": false, - "description": "Leakage value obtained from blower door test.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:blowerDoorUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Building": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@buildingType": { - "$ref": "#/definitions/gbxml:buildingTypeEnum" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@ifcGUID": { - "$ref": "#/definitions/xs:string" - }, - "gbxml:Area": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Area" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Area" - }, - "type": "array" - } - ] - }, - "gbxml:AverageNumberOfFloors": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:AverageNumberOfFloors" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:AverageNumberOfFloors" - }, - "type": "array" - } - ] - }, - "gbxml:BuildingStorey": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:BuildingStorey" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:BuildingStorey" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:InfiltrationFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:InfiltrationFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:InfiltrationFlow" - }, - "type": "array" - } - ] - }, - "gbxml:IntEquipId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:IntEquipId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:IntEquipId" - }, - "type": "array" - } - ] - }, - "gbxml:Lighting": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Lighting" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Lighting" - }, - "type": "array" - } - ] - }, - "gbxml:MeterId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MeterId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MeterId" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:PeakDomesticHotWaterFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PeakDomesticHotWaterFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PeakDomesticHotWaterFlow" - }, - "type": "array" - } - ] - }, - "gbxml:ShellGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:Space": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Space" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Space" - }, - "type": "array" - } - ] - }, - "gbxml:SpaceBoundary": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SpaceBoundary" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SpaceBoundary" - }, - "type": "array" - } - ] - }, - "gbxml:StreetAddress": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:StreetAddress" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:StreetAddress" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id", - "@buildingType" - ], - "type": "object" - }, - ".gbxml:BuildingStorey": { - "additionalProperties": false, - "description": "Captures Building Storey Structure", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@ifcGUID": { - "$ref": "#/definitions/xs:string" - }, - "gbxml:Level": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Level" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Level" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:PlanarGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PlanarGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PlanarGeometry" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:CADMaterialId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@CADMaterialIdRef": { - "$ref": "#/definitions/xs:string" - } - }, - "required": [ - "@CADMaterialIdRef" - ], - "type": "object" - }, - ".gbxml:CADModelAzimuth": { - "additionalProperties": false, - "description": "The number of degrees (0 to 360) of the angle of positive Y axis from north. (Value of the of Azimuth of Model's North relative to Cardinal North)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:double" - } - }, - "type": "object" - }, - ".gbxml:CADModelId": { - "additionalProperties": false, - "description": "The CADModelId Element is used to map a CAD model or BIM to its corresponding gbXML file. Allows the CAD/BIM tool referenced by the programIdRef to correlate the gbXML file to its CAD/BIM model.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - }, - "@programIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "type": "object" - }, - ".gbxml:CADObjectId": { - "additionalProperties": false, - "description": "The CADObjectId Element is used to map unique CAD object identifiers to gbXML elements. Allows CAD/BIM tools to read results from a gbXML file and map them to their CAD objects.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - }, - "@programIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "type": "object" - }, - ".gbxml:CDD": { - "additionalProperties": false, - "description": "Cooling degree days. CDD is calculated as the number of degrees a mean daily temperature is above a value (specified as the Temperature element), for each day. For example, if the mean temperature in a region rises to 77 degrees for three days during a year, the rest of the time staying below 75, and the Temperature element is set at 75, then CDD = 6.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:CDDValue": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CDDValue" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CDDValue" - }, - "type": "array" - } - ] - }, - "gbxml:Temperature": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Temperature" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Temperature" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:CDDValue": { - "additionalProperties": false, - "description": "Cooling degree day value", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:CLTDParameters": { - "additionalProperties": false, - "description": "Parameters required by CLTD load calculation method, as described in the 1989 ASHRAE Handbook, Fundamentals volume, pages 26.32 and following. Ignore this element and all elements under it if you are not planning to use that method.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@roofASHRAENumber": { - "$ref": "#/definitions/gbxml:roofASHRAENumberEnum" - }, - "@roofColor": { - "$ref": "#/definitions/gbxml:roofColorEnum" - }, - "@roofHasSuspendedCeiling": { - "$ref": "#/definitions/xs:boolean" - }, - "@wallASHRAEGroup": { - "$ref": "#/definitions/gbxml:wallASHRAEGroupEnum" - }, - "@wallColor": { - "$ref": "#/definitions/gbxml:wallColorEnum" - } - }, - "type": "object" - }, - ".gbxml:Campus": { - "additionalProperties": false, - "description": "The Campus element should be used as the base for all physical objects. On a campus, place one or more buildings.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@designCoolWeathIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@designHeatWeathIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@ifcGUID": { - "$ref": "#/definitions/xs:string" - }, - "gbxml:AltEnergySource": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:AltEnergySource" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:AltEnergySource" - }, - "type": "array" - } - ] - }, - "gbxml:Building": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Building" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Building" - }, - "type": "array" - } - ] - }, - "gbxml:DaylightSavings": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DaylightSavings" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DaylightSavings" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:ExtEquipId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ExtEquipId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ExtEquipId" - }, - "type": "array" - } - ] - }, - "gbxml:Life": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Life" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Life" - }, - "type": "array" - } - ] - }, - "gbxml:LightControlId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:LightControlId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:LightControlId" - }, - "type": "array" - } - ] - }, - "gbxml:Lighting": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Lighting" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Lighting" - }, - "type": "array" - } - ] - }, - "gbxml:Location": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Location" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Location" - }, - "type": "array" - } - ] - }, - "gbxml:MeterId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MeterId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MeterId" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:ShellGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:Surface": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Surface" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Surface" - }, - "type": "array" - } - ] - }, - "gbxml:Transportation": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Transportation" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Transportation" - }, - "type": "array" - } - ] - }, - "gbxml:Vegetation": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Vegetation" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Vegetation" - }, - "type": "array" - } - ] - }, - "gbxml:YearModeled": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:YearModeled" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:YearModeled" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:Capacity": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@capacityType": { - "$ref": "#/definitions/gbxml:capacityTypeEnum" - }, - "@unit": { - "$ref": "#/definitions/gbxml:capacityUnitEnum" - } - }, - "required": [ - "@unit", - "@capacityType" - ], - "type": "object" - }, - ".gbxml:CartesianPoint": { - "additionalProperties": false, - "description": "This is the x, y, and z distances from the origin. This element must have three Coordinate elements when representing 3-d space, which represent x, y and z in order. This element must have two Coordinate elements when representing 2-d space.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:Coordinate": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Coordinate" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Coordinate" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:City": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:ClosedShell": { - "additionalProperties": false, - "description": "This is an element from ifcXML that describes a collection of faces that make up a closed shell.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:PolyLoop": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PolyLoop" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PolyLoop" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:CoefficientOfUtilization": { - "additionalProperties": false, - "description": "The coefficient of utilization is the ratio of luminous flux on a work plane to the luminous flux emitted by the lamps alone. ", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@ceilingCavityReflectance": { - "$ref": "#/definitions/xs:decimal" - }, - "@floorReflectance": { - "$ref": "#/definitions/xs:decimal" - }, - "@roomCavityRatio": { - "$ref": "#/definitions/xs:decimal" - }, - "@wallReflectance": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:CompanyName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:Conductivity": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:conductivityUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:ConductivityFofT": { - "additionalProperties": false, - "description": "Conductivity as a function of temperature", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:conductivityFofTUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Construction": { - "additionalProperties": false, - "description": "A Construction is a combination of layers, such as a wall or a roof", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@DOELibIdRef": { - "$ref": "#/definitions/xs:string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:Absorptance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Absorptance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Absorptance" - }, - "type": "array" - } - ] - }, - "gbxml:Albedo": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Albedo" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Albedo" - }, - "type": "array" - } - ] - }, - "gbxml:Cost": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Cost" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Cost" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Emittance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Emittance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Emittance" - }, - "type": "array" - } - ] - }, - "gbxml:ExtEquipId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ExtEquipId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ExtEquipId" - }, - "type": "array" - } - ] - }, - "gbxml:FireFace": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:FireFace" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:FireFace" - }, - "type": "array" - } - ] - }, - "gbxml:LayerId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:LayerId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:LayerId" - }, - "type": "array" - } - ] - }, - "gbxml:LoadCalcInputParameters": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:LoadCalcInputParameters" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:LoadCalcInputParameters" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:PercentExisting": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PercentExisting" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PercentExisting" - }, - "type": "array" - } - ] - }, - "gbxml:Reflectance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - "type": "array" - } - ] - }, - "gbxml:Roughness": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Roughness" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Roughness" - }, - "type": "array" - } - ] - }, - "gbxml:Transmittance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Transmittance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Transmittance" - }, - "type": "array" - } - ] - }, - "gbxml:U-value": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:U-value" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:U-value" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:Control": { - "additionalProperties": false, - "description": "The Control element should be used for describing how this equipment is controlled.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@controlType": { - "$ref": "#/definitions/gbxml:controlTypeEnum" - }, - "@minPowerRatio": { - "$ref": "#/definitions/xs:float" - }, - "@operationType": { - "$ref": "#/definitions/gbxml:operationTypeEnum" - }, - "@performanceIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@stages": { - "$ref": "#/definitions/gbxml:stageTypeEnum" - } - }, - "type": "object" - }, - ".gbxml:ConvergenceLimits": { - "additionalProperties": false, - "description": "ConvergenceLimits is an optional element that can be used to specify timesteps on individual simulation loops. It is generally reserved for EnergyPlus simulations, and is recommended for advanced users wishing to speed up calculations. This may be a valid location to store this information if the gbXML file is used as a simulation archive.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - }, - "@maximumHVACIterations": { - "$ref": "#/definitions/xs:integer" - }, - "@maximumPlantIterations": { - "$ref": "#/definitions/xs:integer" - }, - "@minimumPlantIterations": { - "$ref": "#/definitions/xs:integer" - }, - "@minimumSystemTimeStep": { - "$ref": "#/definitions/xs:integer" - } - }, - "type": "object" - }, - ".gbxml:CoolingCoilSetpointResetType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@unit": { - "$ref": "#/definitions/gbxml:coolingCoilSetpointResetTypeEnum" - } - }, - "type": "object" - }, - ".gbxml:CoolingCoilType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@unit": { - "$ref": "#/definitions/gbxml:coolingCoilTypeEnum" - } - }, - "type": "object" - }, - ".gbxml:CoolingSizingFactor": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:Coordinate": { - "additionalProperties": false, - "description": "This is the an x, y, or z length measurement from the origin.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:Cost": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@costType": { - "$ref": "#/definitions/gbxml:costTypeEnum" - }, - "gbxml:CostValue": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CostValue" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CostValue" - }, - "type": "array" - } - ] - }, - "gbxml:Reference": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reference" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reference" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@costType" - ], - "type": "object" - }, - ".gbxml:CostValue": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@currency": { - "$ref": "#/definitions/gbxml:currencyTypeEnum" - }, - "@unit": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:Country": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:CreatedBy": { - "additionalProperties": false, - "description": "Denotes the time this file has been created, as well as the person and program used to create this file.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@date": { - "$ref": "#/definitions/xs:dateTime" - }, - "@personId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:CADModelId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CADModelId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CADModelId" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@personId", - "@programId", - "@date" - ], - "type": "object" - }, - ".gbxml:CyclesPerWeek": { - "additionalProperties": false, - "description": "Number of operation cycles per week.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:CyclingRateMax": { - "additionalProperties": false, - "description": "Maximum cycling rate (cycles/hr)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:DDDBCool": { - "additionalProperties": false, - "description": "Cooling design day dry bulb temperature", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:DDDBHeat": { - "additionalProperties": false, - "description": "Heating design day dry bulb temperature", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:DDDBRangeCool": { - "additionalProperties": false, - "description": "Cooling design day dry bulb temperature range", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:DDDBRangeHeat": { - "additionalProperties": false, - "description": "Heating design day dry bulb temperature range", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:DDDayCool": { - "additionalProperties": false, - "description": "Day of the month that the cooling design day occurs on", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - } - }, - "type": "object" - }, - ".gbxml:DDDayHeat": { - "additionalProperties": false, - "description": "Day of the month that the heating design day occurs on", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - } - }, - "type": "object" - }, - ".gbxml:DDDaylightCool": { - "additionalProperties": false, - "description": "Flag for daylight savings on the cooling design day", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - } - }, - "type": "object" - }, - ".gbxml:DDDaylightHeat": { - "additionalProperties": false, - "description": "Flag for daylight savings for the heating design day", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - } - }, - "type": "object" - }, - ".gbxml:DDGroundTCool": { - "additionalProperties": false, - "description": "Ground temperature on the cooling design day", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:DDGroundTHeat": { - "additionalProperties": false, - "description": "Ground temperature for the heating design day", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:DDHiHrCool": { - "additionalProperties": false, - "description": "Cooling design day hour of high temperature", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:DDHiHrHeat": { - "additionalProperties": false, - "description": "Heating design day hour of high temperature", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:DDLoHrCool": { - "additionalProperties": false, - "description": "Cooling design day hour of low temperature", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:DDLoHrHeat": { - "additionalProperties": false, - "description": "Heating design day hour of low temperature", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:DDMonthCool": { - "additionalProperties": false, - "description": "Month the cooling design day lands on. 1=Jan 12=Dec", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - } - }, - "type": "object" - }, - ".gbxml:DDMonthHeat": { - "additionalProperties": false, - "description": "Month that the heating design day occurs on. 1=Jan 12=Dec", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - } - }, - "type": "object" - }, - ".gbxml:DDPressureCool": { - "additionalProperties": false, - "description": "Cooling design day atmospheric pressure", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:pressureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:DDPressureHeat": { - "additionalProperties": false, - "description": "Heating design day atmospheric pressure", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:pressureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:DDRainCool": { - "additionalProperties": false, - "description": "Flag for rain on the cooling design day. 0=no rain 1=rain", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - } - }, - "type": "object" - }, - ".gbxml:DDRainHeat": { - "additionalProperties": false, - "description": "Heating design day rain flag. 0=no rain, 1=rain", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - } - }, - "type": "object" - }, - ".gbxml:DDSkyClearnessCool": { - "additionalProperties": false, - "description": "Cooling design day sky clearness", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:DDSkyClearnessHeat": { - "additionalProperties": false, - "description": "Heating design day sky clearness", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:DDSnowCool": { - "additionalProperties": false, - "description": "Flag for snow on the cooling design day. 0=not snowing 1=snowing", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - } - }, - "type": "object" - }, - ".gbxml:DDSnowHeat": { - "additionalProperties": false, - "description": "Heating design day snow flag. 0=not snowing 1=snowing", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - } - }, - "type": "object" - }, - ".gbxml:DDWBCool": { - "additionalProperties": false, - "description": "Cooling design day wet bulb temperature", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:DDWBHeat": { - "additionalProperties": false, - "description": "Heating design day wet bulb temperature", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:DDWindDirCool": { - "additionalProperties": false, - "description": "Cooing design day wind direction", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:directionUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:DDWindDirHeat": { - "additionalProperties": false, - "description": "Heating design day wind direction", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:directionUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:DDWindSpeedCool": { - "additionalProperties": false, - "description": "Cooling design day wind speed", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:velocityUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:DDWindSpeedHeat": { - "additionalProperties": false, - "description": "Heating design day wind speed", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:velocityUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:DamperHeatingAction": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@unit": { - "$ref": "#/definitions/gbxml:damperHeatingActionEnum" - } - }, - "type": "object" - }, - ".gbxml:Data": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:DependentValue": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DependentValue" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DependentValue" - }, - "type": "array" - } - ] - }, - "gbxml:IndependentValue": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:IndependentValue" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:IndependentValue" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:Day": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - }, - "@dayScheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@dayType": { - "$ref": "#/definitions/gbxml:dayTypeEnum" - } - }, - "required": [ - "@dayScheduleIdRef", - "@dayType" - ], - "type": "object" - }, - ".gbxml:DaySchedule": { - "additionalProperties": false, - "description": "Set of values that define the profile of one 24 hour period divided equally to the number of values entered.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@scheduleType": { - "$ref": "#/definitions/gbxml:scheduleTypeEnum" - }, - "@scheduleTypeLimitsId": { - "$ref": "#/definitions/xs:string" - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:ScheduleValue": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ScheduleValue" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ScheduleValue" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id", - "@scheduleType" - ], - "type": "object" - }, - ".gbxml:DaylightSavings": { - "additionalProperties": false, - "description": "Allows for including daylight savings time", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - ".gbxml:DeltaP": { - "additionalProperties": false, - "description": "Difference in pressure", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@conditioningType": { - "$ref": "#/definitions/gbxml:conditioningTypeEnum" - }, - "@hydronicLoopIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@hydronicLoopType": { - "$ref": "#/definitions/gbxml:loopTypeEnum" - }, - "@performanceId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:deltaPUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:DeltaT": { - "additionalProperties": false, - "description": "Difference in temperature", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@conditioningType": { - "$ref": "#/definitions/gbxml:conditioningTypeEnum" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:Density": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:densityUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:DensityFofT": { - "additionalProperties": false, - "description": "Density as a function of temperature", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:densityFofTUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:DependentValue": { - "additionalProperties": false, - "description": "Value of a dependent variable for this data point", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:DependentVariable": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@dataType": { - "$ref": "#/definitions/xs:string" - }, - "@maxValue": { - "$ref": "#/definitions/xs:decimal" - }, - "@minValue": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/xs:string" - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@unit", - "@dataType" - ], - "type": "object" - }, - ".gbxml:Description": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:DesignCoolT": { - "additionalProperties": false, - "description": "Design temperature for cooling", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:DesignFlow": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:DesignHeatT": { - "additionalProperties": false, - "description": "Design temperature for heating", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:DesignPressure": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@unit": { - "$ref": "#/definitions/gbxml:pressureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:DesignTemp": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:Dimensions": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:Height": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Height" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Height" - }, - "type": "array" - } - ] - }, - "gbxml:Length": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Length" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Length" - }, - "type": "array" - } - ] - }, - "gbxml:Width": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Width" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Width" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:DocumentHistory": { - "additionalProperties": false, - "description": "Contains details about people and programs that created and modified this file", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:CreatedBy": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CreatedBy" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CreatedBy" - }, - "type": "array" - } - ] - }, - "gbxml:ModifiedBy": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ModifiedBy" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ModifiedBy" - }, - "type": "array" - } - ] - }, - "gbxml:PersonInfo": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PersonInfo" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PersonInfo" - }, - "type": "array" - } - ] - }, - "gbxml:ProgramInfo": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ProgramInfo" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ProgramInfo" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:EconomizerLockout": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@unit": { - "$ref": "#/definitions/gbxml:economizerLockoutEnum" - } - }, - "type": "object" - }, - ".gbxml:Efficiency": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@efficiencyType": { - "$ref": "#/definitions/gbxml:efficiencyTypeEnum" - }, - "@operationType": { - "$ref": "#/definitions/gbxml:conditioningTypeEnum" - }, - "@performanceId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@standardsType": { - "$ref": "#/definitions/gbxml:standardsTypeEnum" - } - }, - "required": [ - "@efficiencyType" - ], - "type": "object" - }, - ".gbxml:ElecLoad": { - "additionalProperties": false, - "description": "Electric load", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:powerUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Elevation": { - "additionalProperties": false, - "description": "Height above sea level", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:lengthUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:Email1Address": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:EmissionRate": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:emissionUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Emittance": { - "additionalProperties": false, - "description": "Infra-red emissivity", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@surfaceType": { - "$ref": "#/definitions/gbxml:surfaceDescriptionEnum" - }, - "@type": { - "$ref": "#/definitions/gbxml:emittanceTypeEnum" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@surfaceType", - "@unit", - "@type" - ], - "type": "object" - }, - ".gbxml:EndDate": { - "additionalProperties": false, - "description": "Month and day year schedule ends", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - ".gbxml:Energy": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@meterIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@resourceType": { - "$ref": "#/definitions/gbxml:resourceTypeEnum" - }, - "@timePeriod": { - "$ref": "#/definitions/gbxml:timePeriodEnum" - }, - "@unit": { - "$ref": "#/definitions/gbxml:energyUnitEnum" - }, - "@valueType": { - "$ref": "#/definitions/gbxml:valueTypeEnum" - } - }, - "required": [ - "@unit", - "@valueType", - "@timePeriod", - "@resourceType" - ], - "type": "object" - }, - ".gbxml:Enthalpy": { - "additionalProperties": false, - "description": "Minimum enthalpy setpoint for air-side economizer.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@enthalpyType": { - "$ref": "#/definitions/gbxml:enthalpyTypeEnum" - }, - "@unit": { - "$ref": "#/definitions/gbxml:enthalpyUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Equation": { - "additionalProperties": false, - "description": "The Equation element allows data for n-dimensional algebraic data to be entered. The Expression element should contain an dependent variable followed by an = sign and an equation containing independent variables. The independent and dependent variables are then defined by their respective tags. The only mathematical operations allowed are ^ (power), + (addition), - (subtraction), / (division), and * (multiplication). Example: z=x+2*y^2 would have an DependentVariable with a name = z, and two IndependentVariable(s) with names of x and y. Descriptions would be included for each variable, along with unit and dataType information identifying the variable and its role. ", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:DependentVariable": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DependentVariable" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DependentVariable" - }, - "type": "array" - } - ] - }, - "gbxml:Expression": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Expression" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Expression" - }, - "type": "array" - } - ] - }, - "gbxml:IndependentVariable": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:IndependentVariable" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:IndependentVariable" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:EquipPowerPerArea": { - "additionalProperties": false, - "description": "Amount of power used by equipment in a given area", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:powerPerAreaUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Expression": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:ExtEquip": { - "additionalProperties": false, - "description": "External equipment. This is generalized to be able to contain any type of external equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@airLoopIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@hydronicLoopIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@scheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@type": { - "$ref": "#/definitions/gbxml:extEquipTypeEnum" - }, - "@waterMeterIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@waterScheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@waterTempScheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:Age": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Age" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Age" - }, - "type": "array" - } - ] - }, - "gbxml:CADObjectId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - "type": "array" - } - ] - }, - "gbxml:Cost": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Cost" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Cost" - }, - "type": "array" - } - ] - }, - "gbxml:CyclesPerWeek": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CyclesPerWeek" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CyclesPerWeek" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Efficiency": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Efficiency" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Efficiency" - }, - "type": "array" - } - ] - }, - "gbxml:ElecLoad": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ElecLoad" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ElecLoad" - }, - "type": "array" - } - ] - }, - "gbxml:Energy": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Energy" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Energy" - }, - "type": "array" - } - ] - }, - "gbxml:FuelLoad": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:FuelLoad" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:FuelLoad" - }, - "type": "array" - } - ] - }, - "gbxml:GeneralGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:IndoorAirQuality": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:IndoorAirQuality" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:IndoorAirQuality" - }, - "type": "array" - } - ] - }, - "gbxml:LatentLoad": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:LatentLoad" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:LatentLoad" - }, - "type": "array" - } - ] - }, - "gbxml:Manufacturer": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Manufacturer" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Manufacturer" - }, - "type": "array" - } - ] - }, - "gbxml:Model": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Model" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Model" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:Performance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Performance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Performance" - }, - "type": "array" - } - ] - }, - "gbxml:Power": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Power" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Power" - }, - "type": "array" - } - ] - }, - "gbxml:RatedFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:RatedFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:RatedFlow" - }, - "type": "array" - } - ] - }, - "gbxml:Reference": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reference" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reference" - }, - "type": "array" - } - ] - }, - "gbxml:ShellGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:WasteWaterHREff": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WasteWaterHREff" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WasteWaterHREff" - }, - "type": "array" - } - ] - }, - "gbxml:WaterUsePerCycle": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WaterUsePerCycle" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WaterUsePerCycle" - }, - "type": "array" - } - ] - }, - "gbxml:Weight": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Weight" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Weight" - }, - "type": "array" - } - ] - }, - "gbxml:WindSpeed": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WindSpeed" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WindSpeed" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id", - "@type" - ], - "type": "object" - }, - ".gbxml:ExtEquipId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - }, - "@extEquipIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "type": "object" - }, - ".gbxml:FamilyName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:FileName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:Fire": { - "additionalProperties": false, - "description": "Properties of a material under fire conditions.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:Conductivity": { - "$ref": "#/definitions/.gbxml:Conductivity" - }, - "gbxml:Density": { - "$ref": "#/definitions/.gbxml:Density" - }, - "gbxml:SpecificHeat": { - "$ref": "#/definitions/.gbxml:SpecificHeat" - }, - "gbxml:Thickness": { - "$ref": "#/definitions/.gbxml:Thickness" - } - }, - "type": "object" - }, - ".gbxml:FireFace": { - "additionalProperties": false, - "description": "Properties of a construction under fire conditions.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:Absorptance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Absorptance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Absorptance" - }, - "type": "array" - } - ] - }, - "gbxml:Emittance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Emittance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Emittance" - }, - "type": "array" - } - ] - }, - "gbxml:Reflectance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:FirstName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:FloorSlabHeatLossCoefficient": { - "additionalProperties": false, - "description": "Specifies the heat loss from a floor in terms of the amount of heat lost per length of exposed perimeter. Used with both commercial and residential load calculation methods.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:float" - }, - "@floorSlabPerimeterHeatLossCoefficientUnitTypeEnum": { - "$ref": "#/definitions/gbxml:floorSlabPerimeterHeatLossCoefficientUnitTypeEnum" - } - }, - "type": "object" - }, - ".gbxml:Flow": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:FlowControl": { - "additionalProperties": false, - "description": "Use this element to describe how the fluid flow is controlled. The temperatures specified in this element should be measured just upstream of the chiller.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@processScheduleId": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:DesignFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DesignFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DesignFlow" - }, - "type": "array" - } - ] - }, - "gbxml:MaximumFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MaximumFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MaximumFlow" - }, - "type": "array" - } - ] - }, - "gbxml:MinimumFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MinimumFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MinimumFlow" - }, - "type": "array" - } - ] - }, - "gbxml:RecircFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:RecircFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:RecircFlow" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:FlowPerArea": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowPerAreaUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:FlowPerPerson": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:FlowType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@flowType": { - "$ref": "#/definitions/gbxml:flowTypeEnum" - } - }, - "required": [ - "@flowType" - ], - "type": "object" - }, - ".gbxml:FractionOnCyclePowerUse": { - "additionalProperties": false, - "description": "Fraction of on-cycle power use", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:Frame": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@DOELibIdRef": { - "$ref": "#/definitions/xs:string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@type": { - "$ref": "#/definitions/gbxml:frameTypeEnum" - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:Width": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Width" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Width" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@type", - "@id" - ], - "type": "object" - }, - ".gbxml:FuelLoad": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:fuelLoadUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:GUID": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - }, - "@entity": { - "$ref": "#/definitions/gbxml:entityTypeEnum" - } - }, - "required": [ - "@entity" - ], - "type": "object" - }, - ".gbxml:Gap": { - "additionalProperties": false, - "description": "Space between window panes", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@DOELibIdRef": { - "$ref": "#/definitions/xs:string" - }, - "@gas": { - "$ref": "#/definitions/gbxml:gasTypeEnum" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "gbxml:Conductivity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Conductivity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Conductivity" - }, - "type": "array" - } - ] - }, - "gbxml:ConductivityFofT": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ConductivityFofT" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ConductivityFofT" - }, - "type": "array" - } - ] - }, - "gbxml:Density": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Density" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Density" - }, - "type": "array" - } - ] - }, - "gbxml:DensityFofT": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DensityFofT" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DensityFofT" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:PrandtlNumber": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PrandtlNumber" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PrandtlNumber" - }, - "type": "array" - } - ] - }, - "gbxml:PrandtlNumberFofT": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PrandtlNumberFofT" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PrandtlNumberFofT" - }, - "type": "array" - } - ] - }, - "gbxml:Thickness": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Thickness" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Thickness" - }, - "type": "array" - } - ] - }, - "gbxml:Viscosity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Viscosity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Viscosity" - }, - "type": "array" - } - ] - }, - "gbxml:ViscosityFofT": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ViscosityFofT" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ViscosityFofT" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id", - "@gas" - ], - "type": "object" - }, - ".gbxml:GapId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@gapIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@gapIdRef" - ], - "type": "object" - }, - ".gbxml:GasPreheatCoilEfficiency": { - "additionalProperties": false, - "description": "Gas preheat coil efficiency", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:GasPreheatCoilParasiticElectricLoad": { - "additionalProperties": false, - "description": "Gas Preheat Coil Parasitic Electric Load", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:GeneralGeometry": { - "additionalProperties": false, - "description": "This element has been left open for use with other geometry definitions, such as X3D or BLISXML.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - }, - "^\\w+$": { - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - ".gbxml:Glare": { - "additionalProperties": false, - "description": "Minimum amount of glare to trigger the shades to close", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:Glaze": { - "additionalProperties": false, - "description": "Properties of one layer of a window", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@DOELibIdRef": { - "$ref": "#/definitions/xs:string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "gbxml:Conductivity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Conductivity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Conductivity" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Emittance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Emittance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Emittance" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:Reference": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reference" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reference" - }, - "type": "array" - } - ] - }, - "gbxml:Reflectance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - "type": "array" - } - ] - }, - "gbxml:Thickness": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Thickness" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Thickness" - }, - "type": "array" - } - ] - }, - "gbxml:Transmittance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Transmittance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Transmittance" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:GlazeConductivity": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:conductivityUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:GlazeId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@glazeIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@glazeIdRef" - ], - "type": "object" - }, - ".gbxml:GroundTemp": { - "additionalProperties": false, - "description": "Monthly ground temperatures, 12 values", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:GroundTempValue": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:HDD": { - "additionalProperties": false, - "description": "Heating degree days. HDD is calculated as the number of degrees a mean daily temperature is below a value (specified as the Temperature element), for each day. For example, if the mean temperature in a region drops to 64 degrees for four days during a year, the rest of the time staying above 65, and the Temperature element is set at 65, then HDD = 4.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:HDDValue": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HDDValue" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HDDValue" - }, - "type": "array" - } - ] - }, - "gbxml:Temperature": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Temperature" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Temperature" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:HDDValue": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:HOutside": { - "additionalProperties": false, - "description": "h (Outside) is the combined coefficient of heat transfer by long-wave radiation and convection at outer surface, Btu/h-sf-F. See 2001 HoF Chapter 25 Table 1.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:float" - }, - "@hOutsideUnitTypeEnum": { - "$ref": "#/definitions/gbxml:hOutsideUnitTypeEnum" - } - }, - "type": "object" - }, - ".gbxml:HeatPumpDefrostControl": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@defrostControlType": { - "$ref": "#/definitions/gbxml:defrostControlEnum" - } - }, - "required": [ - "@defrostControlType" - ], - "type": "object" - }, - ".gbxml:HeatPumpDefrostStrategy": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@unit": { - "$ref": "#/definitions/gbxml:defrostStrategyEnum" - } - }, - "type": "object" - }, - ".gbxml:HeatPumpFanDelayTime": { - "additionalProperties": false, - "description": "Heat pump fan delay time (s)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:HeatPumpTimeConstant": { - "additionalProperties": false, - "description": "Heat pump time constant (s)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:HeatRecoveryType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@unit": { - "$ref": "#/definitions/gbxml:heatRecoveryTypeEnum" - } - }, - "type": "object" - }, - ".gbxml:HeatRejectedtoSpace": { - "additionalProperties": false, - "description": "The amount of heat from this equipment rejected to this space. For condensors exterior to building, this value will be 0.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:HeatingCoilSetpointResetType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@unit": { - "$ref": "#/definitions/gbxml:heatingCoilSetpointResetTypeEnum" - } - }, - "type": "object" - }, - ".gbxml:HeatingSizingFactor": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:Height": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:lengthUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:HighLimit": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessSmallUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:HighValue": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:conditioningUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:HolidayDate": { - "additionalProperties": false, - "description": "Date of holiday modeled", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - ".gbxml:HolidaysModeled": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "gbxml:Description": { - "$ref": "#/definitions/.gbxml:Description" - }, - "gbxml:HolidayDate": { - "$ref": "#/definitions/.gbxml:HolidayDate" - }, - "gbxml:Name": { - "$ref": "#/definitions/.gbxml:Name" - } - }, - "required": [ - "gbxml:HolidayDate", - "gbxml:Name", - "@id" - ], - "type": "object" - }, - ".gbxml:HorizontalSolar": { - "additionalProperties": false, - "description": "Amount of horizontal solar radiation striking the opening before a shade is closed.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:powerPerAreaUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:HydronicLoop": { - "additionalProperties": false, - "description": "The HydronicLoop element represents the equipment serving one path of water, or other liquid", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@controlZoneIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@fluidType": { - "$ref": "#/definitions/gbxml:fluidTypeEnum" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@loopType": { - "$ref": "#/definitions/gbxml:loopTypeEnum" - }, - "@primaryLoopId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:Cost": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Cost" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Cost" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:DesignCoolT": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DesignCoolT" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DesignCoolT" - }, - "type": "array" - } - ] - }, - "gbxml:FlowControl": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:FlowControl" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:FlowControl" - }, - "type": "array" - } - ] - }, - "gbxml:HydronicLoopEquipment": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HydronicLoopEquipment" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HydronicLoopEquipment" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:Reference": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reference" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reference" - }, - "type": "array" - } - ] - }, - "gbxml:TemperatureControl": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:TemperatureControl" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:TemperatureControl" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@fluidType", - "@loopType", - "@id" - ], - "type": "object" - }, - ".gbxml:HydronicLoopEquipment": { - "additionalProperties": false, - "description": "A piece of equipment serving a hydronic loop (most commonly a water loop). This is generalized to be able to contain any type of hydronic loop equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@equipmentType": { - "$ref": "#/definitions/gbxml:hydronicEquipTypeEnum" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@primaryLoopId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@waterMeterIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@waterScheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:Age": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Age" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Age" - }, - "type": "array" - } - ] - }, - "gbxml:CADObjectId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - "type": "array" - } - ] - }, - "gbxml:Capacity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Capacity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Capacity" - }, - "type": "array" - } - ] - }, - "gbxml:Control": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Control" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Control" - }, - "type": "array" - } - ] - }, - "gbxml:Cost": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Cost" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Cost" - }, - "type": "array" - } - ] - }, - "gbxml:DeltaP": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DeltaP" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DeltaP" - }, - "type": "array" - } - ] - }, - "gbxml:DeltaT": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DeltaT" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DeltaT" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Efficiency": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Efficiency" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Efficiency" - }, - "type": "array" - } - ] - }, - "gbxml:Energy": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Energy" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Energy" - }, - "type": "array" - } - ] - }, - "gbxml:GeneralGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:HydronicLoopId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HydronicLoopId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HydronicLoopId" - }, - "type": "array" - } - ] - }, - "gbxml:Life": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Life" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Life" - }, - "type": "array" - } - ] - }, - "gbxml:Manufacturer": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Manufacturer" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Manufacturer" - }, - "type": "array" - } - ] - }, - "gbxml:MinFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MinFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MinFlow" - }, - "type": "array" - } - ] - }, - "gbxml:Model": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Model" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Model" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:OperationSchedule": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:OperationSchedule" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:OperationSchedule" - }, - "type": "array" - } - ] - }, - "gbxml:Performance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Performance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Performance" - }, - "type": "array" - } - ] - }, - "gbxml:Power": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Power" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Power" - }, - "type": "array" - } - ] - }, - "gbxml:RatedFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:RatedFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:RatedFlow" - }, - "type": "array" - } - ] - }, - "gbxml:Reference": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reference" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reference" - }, - "type": "array" - } - ] - }, - "gbxml:RefrigerantType": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:RefrigerantType" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:RefrigerantType" - }, - "type": "array" - } - ] - }, - "gbxml:ResetTemperature": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ResetTemperature" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ResetTemperature" - }, - "type": "array" - } - ] - }, - "gbxml:ShellGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:Temp": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Temp" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Temp" - }, - "type": "array" - } - ] - }, - "gbxml:Weight": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Weight" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Weight" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id", - "@equipmentType" - ], - "type": "object" - }, - ".gbxml:HydronicLoopEquipmentId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@hydronicLoopEquipIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@hydronicLoopEquipIdRef" - ], - "type": "object" - }, - ".gbxml:HydronicLoopId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@hydronicLoopIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@hydronicLoopType": { - "$ref": "#/definitions/gbxml:loopTypeEnum" - } - }, - "required": [ - "@hydronicLoopIdRef", - "@hydronicLoopType" - ], - "type": "object" - }, - ".gbxml:Illuminance": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:illuminanceUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:ImageTexture": { - "additionalProperties": false, - "description": "This is an X3D element to map a texture to this material. From X3D specification: The ImageTexture node defines a texture map by specifying an image file and general parameters for mapping to geometry. Texture maps are defined in a 2D coordinate system (s, t) that ranges from [0.0, 1.0] in both directions. The bottom edge of the image corresponds to the S-axis of the texture map, and left edge of the image corresponds to the T-axis of the texture map. The lower-left pixel of the image corresponds to s=0, t=0, and the top-right pixel of the image corresponds to s=1, t=1. ", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@repeatS": { - "$ref": "#/definitions/xs:boolean" - }, - "@repeatT": { - "$ref": "#/definitions/xs:boolean" - }, - "@url": { - "$ref": "#/definitions/xs:string" - } - }, - "required": [ - "@url", - "@repeatS", - "@repeatT" - ], - "type": "object" - }, - ".gbxml:IndependentValue": { - "additionalProperties": false, - "description": "Value of the independent variable for this data point", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:IndependentVariable": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@dataType": { - "$ref": "#/definitions/xs:string" - }, - "@unit": { - "$ref": "#/definitions/xs:string" - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@unit", - "@dataType" - ], - "type": "object" - }, - ".gbxml:IndoorAirQuality": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@scheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:EmissionRate": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:EmissionRate" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:EmissionRate" - }, - "type": "array" - } - ] - }, - "gbxml:HighLimit": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HighLimit" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HighLimit" - }, - "type": "array" - } - ] - }, - "gbxml:SinkRate": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SinkRate" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SinkRate" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:InfiltrationFlow": { - "additionalProperties": false, - "description": "Flow of air through building envelope", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@type": { - "$ref": "#/definitions/gbxml:infiltrationTypeEnum" - }, - "gbxml:BlowerDoorValue": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:BlowerDoorValue" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:BlowerDoorValue" - }, - "type": "array" - } - ] - }, - "gbxml:Reference": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reference" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reference" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:InputWatts": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:powerUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:InsideAirFilmResistance": { - "additionalProperties": false, - "description": "Thermal resistance of the internal air film in a layer", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:resistanceUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:IntEquip": { - "additionalProperties": false, - "description": "Interior equipment. This is generalized to be able to contain any type of internal equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@airLoopIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@hydronicLoopIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@scheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@type": { - "$ref": "#/definitions/gbxml:intEquipTypeEnum" - }, - "@waterMeterIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@waterScheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@waterTempScheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:Age": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Age" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Age" - }, - "type": "array" - } - ] - }, - "gbxml:CADObjectId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - "type": "array" - } - ] - }, - "gbxml:Cost": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Cost" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Cost" - }, - "type": "array" - } - ] - }, - "gbxml:CyclesPerWeek": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CyclesPerWeek" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CyclesPerWeek" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Efficiency": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Efficiency" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Efficiency" - }, - "type": "array" - } - ] - }, - "gbxml:ElecLoad": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ElecLoad" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ElecLoad" - }, - "type": "array" - } - ] - }, - "gbxml:Energy": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Energy" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Energy" - }, - "type": "array" - } - ] - }, - "gbxml:FuelLoad": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:FuelLoad" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:FuelLoad" - }, - "type": "array" - } - ] - }, - "gbxml:GeneralGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:HeatRejectedtoSpace": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HeatRejectedtoSpace" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HeatRejectedtoSpace" - }, - "type": "array" - } - ] - }, - "gbxml:IndoorAirQuality": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:IndoorAirQuality" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:IndoorAirQuality" - }, - "type": "array" - } - ] - }, - "gbxml:LatentLoad": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:LatentLoad" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:LatentLoad" - }, - "type": "array" - } - ] - }, - "gbxml:Manufacturer": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Manufacturer" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Manufacturer" - }, - "type": "array" - } - ] - }, - "gbxml:Model": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Model" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Model" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:Performance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Performance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Performance" - }, - "type": "array" - } - ] - }, - "gbxml:Power": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Power" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Power" - }, - "type": "array" - } - ] - }, - "gbxml:RatedFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:RatedFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:RatedFlow" - }, - "type": "array" - } - ] - }, - "gbxml:Reference": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reference" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reference" - }, - "type": "array" - } - ] - }, - "gbxml:ShellGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:WasteWaterHREff": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WasteWaterHREff" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WasteWaterHREff" - }, - "type": "array" - } - ] - }, - "gbxml:WaterUsePerCycle": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WaterUsePerCycle" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WaterUsePerCycle" - }, - "type": "array" - } - ] - }, - "gbxml:Weight": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Weight" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Weight" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id", - "@type" - ], - "type": "object" - }, - ".gbxml:IntEquipId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@intEquipIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@intEquipIdRef" - ], - "type": "object" - }, - ".gbxml:Lamp": { - "additionalProperties": false, - "description": "Type of lamp used", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:LastName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:LatentHeatRecoveryEffectiveness": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:LatentLoad": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:loadUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Latitude": { - "additionalProperties": false, - "description": "Degrees north of the equator, in decimal degrees. Locations south of the equator are negative.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:Layer": { - "additionalProperties": false, - "description": "A Layer is a description of a material in a composite construction. Its id attribute is referenced in the Contstruction element's LayerId ", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@DOELibIdRef": { - "$ref": "#/definitions/xs:string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "gbxml:Cost": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Cost" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Cost" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:HOutside": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HOutside" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HOutside" - }, - "type": "array" - } - ] - }, - "gbxml:InsideAirFilmResistance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:InsideAirFilmResistance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:InsideAirFilmResistance" - }, - "type": "array" - } - ] - }, - "gbxml:MaterialId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MaterialId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MaterialId" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:LayerId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@layerIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@layerIdRef" - ], - "type": "object" - }, - ".gbxml:Length": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:lengthUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:Level": { - "additionalProperties": false, - "description": "Building storey Local Placement Z coordinate.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:lengthUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:Life": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:lifeUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:LightControlId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - }, - "@scheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "type": "object" - }, - ".gbxml:LightId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@lightIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@lightIdRef" - ], - "type": "object" - }, - ".gbxml:LightPowerPerArea": { - "additionalProperties": false, - "description": "Amount of power used by lighting in a given area", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:powerPerAreaUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Lighting": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@lightingControlIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@lightingSystemIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@meterIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:CoefficientOfUtilization": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CoefficientOfUtilization" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CoefficientOfUtilization" - }, - "type": "array" - } - ] - }, - "gbxml:GeneralGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:PhotometryOrientation": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PhotometryOrientation" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PhotometryOrientation" - }, - "type": "array" - } - ] - }, - "gbxml:ShellGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:LightingControl": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@lightingSystemIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@type": { - "$ref": "#/definitions/gbxml:lightControlTypeEnum" - }, - "gbxml:CartesianPoint": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CartesianPoint" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CartesianPoint" - }, - "type": "array" - } - ] - }, - "gbxml:GeneralGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:Illuminance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Illuminance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Illuminance" - }, - "type": "array" - } - ] - }, - "gbxml:MinLightFrac": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MinLightFrac" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MinLightFrac" - }, - "type": "array" - } - ] - }, - "gbxml:MinPowerFrac": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MinPowerFrac" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MinPowerFrac" - }, - "type": "array" - } - ] - }, - "gbxml:PercentAreaDaylitControlled": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PercentAreaDaylitControlled" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PercentAreaDaylitControlled" - }, - "type": "array" - } - ] - }, - "gbxml:ShellGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id", - "@type" - ], - "type": "object" - }, - ".gbxml:LightingSystem": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:Ballast": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Ballast" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Ballast" - }, - "type": "array" - } - ] - }, - "gbxml:CoefficientOfUtilization": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CoefficientOfUtilization" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CoefficientOfUtilization" - }, - "type": "array" - } - ] - }, - "gbxml:Cost": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Cost" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Cost" - }, - "type": "array" - } - ] - }, - "gbxml:Dimensions": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Dimensions" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Dimensions" - }, - "type": "array" - } - ] - }, - "gbxml:GeneralGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:InputWatts": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:InputWatts" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:InputWatts" - }, - "type": "array" - } - ] - }, - "gbxml:Lamp": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Lamp" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Lamp" - }, - "type": "array" - } - ] - }, - "gbxml:LumensPerLamp": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:LumensPerLamp" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:LumensPerLamp" - }, - "type": "array" - } - ] - }, - "gbxml:Luminaire": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Luminaire" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Luminaire" - }, - "type": "array" - } - ] - }, - "gbxml:Manufacturer": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Manufacturer" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Manufacturer" - }, - "type": "array" - } - ] - }, - "gbxml:NumberOfLamps": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:NumberOfLamps" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:NumberOfLamps" - }, - "type": "array" - } - ] - }, - "gbxml:Photometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Photometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Photometry" - }, - "type": "array" - } - ] - }, - "gbxml:Reference": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reference" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reference" - }, - "type": "array" - } - ] - }, - "gbxml:ShellGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:LoadCalcInputParameters": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:CLTDParameters": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CLTDParameters" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CLTDParameters" - }, - "type": "array" - } - ] - }, - "gbxml:FloorSlabHeatLossCoefficient": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:FloorSlabHeatLossCoefficient" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:FloorSlabHeatLossCoefficient" - }, - "type": "array" - } - ] - }, - "gbxml:ManualJ8Parameters": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ManualJ8Parameters" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ManualJ8Parameters" - }, - "type": "array" - } - ] - }, - "gbxml:RTSParameters": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:RTSParameters" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:RTSParameters" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:Location": { - "additionalProperties": false, - "description": "The Location element describes the location of the global origin for this campus. This element can be used in a general sense by using the Name and Description elements for a physical address or landmark, or Location can be made precise by specifying the Elevation, Longitude, and Latitude of the origin.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:CADModelAzimuth": { - "$ref": "#/definitions/.gbxml:CADModelAzimuth" - }, - "gbxml:Description": { - "$ref": "#/definitions/.gbxml:Description" - }, - "gbxml:Elevation": { - "$ref": "#/definitions/.gbxml:Elevation" - }, - "gbxml:Latitude": { - "$ref": "#/definitions/.gbxml:Latitude" - }, - "gbxml:Longitude": { - "$ref": "#/definitions/.gbxml:Longitude" - }, - "gbxml:Name": { - "$ref": "#/definitions/.gbxml:Name" - }, - "gbxml:StationId": { - "$ref": "#/definitions/.gbxml:StationId" - }, - "gbxml:ZipcodeOrPostalCode": { - "$ref": "#/definitions/.gbxml:ZipcodeOrPostalCode" - } - }, - "required": [ - "gbxml:ZipcodeOrPostalCode" - ], - "type": "object" - }, - ".gbxml:Longitude": { - "additionalProperties": false, - "description": "Degrees east of Greenwich, in decimal degrees. Locations west of Greenwich are negative.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:LowValue": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:conditioningUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:LowerLimitValue": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:LumensPerLamp": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:Luminaire": { - "additionalProperties": false, - "description": "Type of luminaire used", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:ManualJ8Parameters": { - "additionalProperties": false, - "description": "Parameters required by the ACCA Manual J Eighth Edition load calculation method. Ignore this element and all elements under it if you are not planning to use that method.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@floorCategory": { - "$ref": "#/definitions/gbxml:floorCategoryEnum" - }, - "@floorCrawlSpaceIsSealed": { - "$ref": "#/definitions/xs:boolean" - }, - "@floorCrawlSpaceWallUValue": { - "$ref": "#/definitions/xs:float" - }, - "@floorIsRadiant": { - "$ref": "#/definitions/xs:boolean" - }, - "@roofCLTDIndex": { - "$ref": "#/definitions/gbxml:roofCLTDIndexEnum" - }, - "@wallGroupManualJ": { - "$ref": "#/definitions/gbxml:wallGroupManualJEnum" - } - }, - "type": "object" - }, - ".gbxml:Manufacturer": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:Material": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@DOELibIdRef": { - "$ref": "#/definitions/xs:string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "gbxml:Absorptance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Absorptance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Absorptance" - }, - "type": "array" - } - ] - }, - "gbxml:Albedo": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Albedo" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Albedo" - }, - "type": "array" - } - ] - }, - "gbxml:CADMaterialId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CADMaterialId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CADMaterialId" - }, - "type": "array" - } - ] - }, - "gbxml:Conductivity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Conductivity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Conductivity" - }, - "type": "array" - } - ] - }, - "gbxml:Cost": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Cost" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Cost" - }, - "type": "array" - } - ] - }, - "gbxml:Density": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Density" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Density" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Emittance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Emittance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Emittance" - }, - "type": "array" - } - ] - }, - "gbxml:Fire": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Fire" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Fire" - }, - "type": "array" - } - ] - }, - "gbxml:ImageTexture": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ImageTexture" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ImageTexture" - }, - "type": "array" - } - ] - }, - "gbxml:IndoorAirQuality": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:IndoorAirQuality" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:IndoorAirQuality" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:Permeance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Permeance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Permeance" - }, - "type": "array" - } - ] - }, - "gbxml:Porosity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Porosity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Porosity" - }, - "type": "array" - } - ] - }, - "gbxml:R-value": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:R-value" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:R-value" - }, - "type": "array" - } - ] - }, - "gbxml:RecycledContent": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:RecycledContent" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:RecycledContent" - }, - "type": "array" - } - ] - }, - "gbxml:Reference": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reference" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reference" - }, - "type": "array" - } - ] - }, - "gbxml:Reflectance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - "type": "array" - } - ] - }, - "gbxml:Roughness": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Roughness" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Roughness" - }, - "type": "array" - } - ] - }, - "gbxml:SpecificHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SpecificHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SpecificHeat" - }, - "type": "array" - } - ] - }, - "gbxml:Thickness": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Thickness" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Thickness" - }, - "type": "array" - } - ] - }, - "gbxml:Transmittance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Transmittance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Transmittance" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:MaterialId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@materialIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@percentOfLayer": { - "$ref": "#/definitions/xs:double" - } - }, - "required": [ - "@materialIdRef" - ], - "type": "object" - }, - ".gbxml:MaxOAFlowPerZone": { - "additionalProperties": false, - "description": "Maximum outdoor air flow per zone", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:MaxPressure": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:pressureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:MaxRelativeHumidity": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:MaxTemp": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:MaximumFlow": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:MaximumFlowFractionDuringReheat": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:Meter": { - "additionalProperties": false, - "description": "Description of a resource measurement", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - }, - "^\\w+$": { - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@resourceType": { - "$ref": "#/definitions/gbxml:resourceTypeEnum" - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:UtilityRate": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:UtilityRate" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:UtilityRate" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id", - "@resourceType" - ], - "type": "object" - }, - ".gbxml:MeterId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@meterIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "type": "object" - }, - ".gbxml:MiddleName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:MinFlow": { - "additionalProperties": false, - "description": "Minimum flow", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@hydronicLoopIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@hydronicLoopType": { - "$ref": "#/definitions/gbxml:loopTypeEnum" - }, - "@unit": { - "anyOf": [ - { - "enum": [ - "CFM", - "CubicMPerHr", - "LPerSec", - "LPM", - "GPH", - "GPM", - "Fraction" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - { - "enum": [ - "Percent", - "Fraction" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - } - ] - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:MinLightFrac": { - "additionalProperties": false, - "description": "Fraction of light illuminance used at minimum setting.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:MinOAFlowPerZone": { - "additionalProperties": false, - "description": "Minimum outdoor air flow per zone", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:MinPowerFrac": { - "additionalProperties": false, - "description": "Fraction of power used at minimum setting.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:MinPressure": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@unit": { - "$ref": "#/definitions/gbxml:pressureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:MinRelativeHumidity": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:MinTemp": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:MinimumFlow": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:MinimumOutdoorAirControlType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@unit": { - "$ref": "#/definitions/gbxml:minimumOutdoorAirControlTypeEnum" - } - }, - "type": "object" - }, - ".gbxml:Model": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:ModifiedBy": { - "additionalProperties": false, - "description": "Denotes the time this file has been modified, as well as the person and program used to modify this file.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@date": { - "$ref": "#/definitions/xs:dateTime" - }, - "@personId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@personId", - "@programId", - "@date" - ], - "type": "object" - }, - ".gbxml:MotorInAirstream": { - "additionalProperties": false, - "description": "Indicates if the motor is located in the path of the air stream.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - ".gbxml:Name": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:NaturalVentHiTemp": { - "additionalProperties": false, - "description": "Natural ventilation does not occur above this temperature.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:NaturalVentLoTemp": { - "additionalProperties": false, - "description": "Natural ventilation does not occur below this temperature.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:NaturalVentOccDep": { - "additionalProperties": false, - "description": "Occupancy dependence of natural ventilation. If true, then natural ventilation only occurs when people are present.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - ".gbxml:NightCycleControl": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@unit": { - "$ref": "#/definitions/gbxml:nightCycleControlEnum" - } - }, - "type": "object" - }, - ".gbxml:NumberOfLamps": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - } - }, - "type": "object" - }, - ".gbxml:OAFlowPerArea": { - "additionalProperties": false, - "description": "Outside air flow per area", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowPerAreaUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:OAFlowPerPerson": { - "additionalProperties": false, - "description": "Outside air flow per person", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:OAFlowPerZone": { - "additionalProperties": false, - "description": "Outside air flow per zone", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:ObjectId": { - "additionalProperties": false, - "description": "Indicates which object or objects the results apply to, if any", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:Opening": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@constructionIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@coordinatesAbsolute": { - "$ref": "#/definitions/xs:boolean" - }, - "@exteriorShadeType": { - "$ref": "#/definitions/gbxml:shadeOperationEnum" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@ifcGUID": { - "$ref": "#/definitions/xs:string" - }, - "@interiorShadeType": { - "$ref": "#/definitions/gbxml:shadeOperationEnum" - }, - "@openingType": { - "$ref": "#/definitions/gbxml:openingTypeEnum" - }, - "@windowTypeIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:CADObjectId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Emittance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Emittance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Emittance" - }, - "type": "array" - } - ] - }, - "gbxml:GlazeConductivity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:GlazeConductivity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:GlazeConductivity" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:NaturalVentHiTemp": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:NaturalVentHiTemp" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:NaturalVentHiTemp" - }, - "type": "array" - } - ] - }, - "gbxml:NaturalVentLoTemp": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:NaturalVentLoTemp" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:NaturalVentLoTemp" - }, - "type": "array" - } - ] - }, - "gbxml:NaturalVentOccDep": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:NaturalVentOccDep" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:NaturalVentOccDep" - }, - "type": "array" - } - ] - }, - "gbxml:PlanarGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PlanarGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PlanarGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:RectangularGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:RectangularGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:RectangularGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:Reflectance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - "type": "array" - } - ] - }, - "gbxml:Setback": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Setback" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Setback" - }, - "type": "array" - } - ] - }, - "gbxml:ShadeControl": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShadeControl" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShadeControl" - }, - "type": "array" - } - ] - }, - "gbxml:ShadingCoeff": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShadingCoeff" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShadingCoeff" - }, - "type": "array" - } - ] - }, - "gbxml:SolarHeatGainCoeff": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SolarHeatGainCoeff" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SolarHeatGainCoeff" - }, - "type": "array" - } - ] - }, - "gbxml:Transmittance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Transmittance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Transmittance" - }, - "type": "array" - } - ] - }, - "gbxml:U-value": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:U-value" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:U-value" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id", - "@openingType" - ], - "type": "object" - }, - ".gbxml:OperationRange": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:HighValue": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HighValue" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HighValue" - }, - "type": "array" - } - ] - }, - "gbxml:LowValue": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:LowValue" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:LowValue" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:OperationSchedule": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@scheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:OperationRange": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:OperationRange" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:OperationRange" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:ParallelFanOnFlowFraction": { - "additionalProperties": false, - "description": "Parallel fan flow fraction", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:PeakDomesticHotWaterFlow": { - "additionalProperties": false, - "description": "Use this element to report overall domestic hot water use for the domestic hot water loop referenced with the hydronicLoopIdRef attribute. The schedule referenced by waterUseScheduleIdRef defines a hot water use fraction schedule, which when combined with the value of PeakDomesticHotWaterFlow fully describe the hot water use of this building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@hydronicLoopIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowUnitEnum" - }, - "@waterUseScheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@unit", - "@hydronicLoopIdRef", - "@waterUseScheduleIdRef" - ], - "type": "object" - }, - ".gbxml:PeopleHeatGain": { - "additionalProperties": false, - "description": "Amount of heat added to the space by people", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@heatGainType": { - "$ref": "#/definitions/gbxml:peopleHeatGainTypeEnum" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:peopleHeatGainUnitEnum" - } - }, - "required": [ - "@unit", - "@heatGainType" - ], - "type": "object" - }, - ".gbxml:PeopleNumber": { - "additionalProperties": false, - "description": "Occupancy of the space", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:peopleNumberUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:PercentAreaDaylitControlled": { - "additionalProperties": false, - "description": "Percent of space area whose lights are controlled by a daylight sensor. Only applicable when LightPowerPerArea is used at the space level and not Lighting Systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:PercentExisting": { - "additionalProperties": false, - "description": "Percent of original building shell used in renovation", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Performance": { - "additionalProperties": false, - "description": "Used to represent part-load performance and other performance metrics", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@performanceType": { - "$ref": "#/definitions/xs:string" - }, - "gbxml:Equation": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Equation" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Equation" - }, - "type": "array" - } - ] - }, - "gbxml:PointData": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PointData" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PointData" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:Permeance": { - "additionalProperties": false, - "description": "The rate water vapor is allowed through a surface", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:permUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:PersonInfo": { - "additionalProperties": false, - "description": "Contains information about people that created and modified this file", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "gbxml:Address1": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Address1" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Address1" - }, - "type": "array" - } - ] - }, - "gbxml:Address2": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Address2" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Address2" - }, - "type": "array" - } - ] - }, - "gbxml:City": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:City" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:City" - }, - "type": "array" - } - ] - }, - "gbxml:CompanyName": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CompanyName" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CompanyName" - }, - "type": "array" - } - ] - }, - "gbxml:Country": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Country" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Country" - }, - "type": "array" - } - ] - }, - "gbxml:Email1Address": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Email1Address" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Email1Address" - }, - "type": "array" - } - ] - }, - "gbxml:FirstName": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:FirstName" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:FirstName" - }, - "type": "array" - } - ] - }, - "gbxml:LastName": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:LastName" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:LastName" - }, - "type": "array" - } - ] - }, - "gbxml:MiddleName": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MiddleName" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MiddleName" - }, - "type": "array" - } - ] - }, - "gbxml:PhoneNumber": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PhoneNumber" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PhoneNumber" - }, - "type": "array" - } - ] - }, - "gbxml:State": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:State" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:State" - }, - "type": "array" - } - ] - }, - "gbxml:WebPage": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WebPage" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WebPage" - }, - "type": "array" - } - ] - }, - "gbxml:ZipCode": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ZipCode" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ZipCode" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:PhoneNumber": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:Photometry": { - "additionalProperties": false, - "description": "This element has been left open for use with other photometry definitions. Photometric data is required for various forms of lighting analysis. This tag provides a way for the photometric data to be passed. Since this can be done in a variety of ways (iesna LM-63, cibse TM14, ELUMDAT, etc.) a specific format is not being specified.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:PhotometryOrientation": { - "additionalProperties": false, - "description": "This element specifies the position and the x, y and z axis of the light source. This element must have four Coordinate elements which represent the position and the x, y and z axis in order. The first CartesianPoint element specifies the position of the light source. The second, third and fourth CartesianPoint elements specifies the displacement points for the positive x, positive y and positive z axis.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:CartesianPoint": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CartesianPoint" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CartesianPoint" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:PlanarGeometry": { - "additionalProperties": false, - "description": "List of points defining a loop. There are no repeated points in the list. All data are global, with the assumption that positive Z is up, and if CADModelAzimuth is undefined or zero, positive X is East and positive Y is North. If CADModelAzimuth is defined it is the angle of positive Y to North, positive X is the vectorial product of Y and Z. If geometry is to be precise, use Longitude, Latitude and Elevation in the Location element to define the origin. Otherwise the origin is an arbitrary point. Use PlanarGeometry to define a three dimensional polygon that lies on a plane, and has no self-intersection.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@unit": { - "$ref": "#/definitions/gbxml:lengthUnitEnum" - }, - "gbxml:PolyLoop": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PolyLoop" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PolyLoop" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:Platform": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:PointData": { - "additionalProperties": false, - "description": "The PointData element allows for graph or tabular information to be entered. The data type and units of the independent and dependent variables are defined in their respective elements. Each Data element represent a data point, with each Value element representing the value of a variable - starting with the independent variable, then each dependent variable listed in the order defined.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:Data": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Data" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Data" - }, - "type": "array" - } - ] - }, - "gbxml:DependentVariable": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DependentVariable" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DependentVariable" - }, - "type": "array" - } - ] - }, - "gbxml:IndependentVariable": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:IndependentVariable" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:IndependentVariable" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:PolyLoop": { - "additionalProperties": false, - "description": "This is a list of coordinates that make up a polygon in three-dimensional space. All coordinates must lie on the same plane. The right-hand rule applies for defining the outward normal of a surface: For every surface, points must be defined in order, such that the direction of (the average cross-product between (any point, the centroid of the surface, and the next point)) points in the direction of the outward normal, which is a vector pointing away from the first AdjacentSpaceID listed.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:CartesianPoint": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CartesianPoint" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CartesianPoint" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:Porosity": { - "additionalProperties": false, - "description": "the ratio of the total amount of void space in a material (due to poses, small channels, and so on) to the bulk volume occupied by the material. ", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Power": { - "additionalProperties": false, - "description": "Maximum consumption of energy (power input)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@meterIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@powerType": { - "$ref": "#/definitions/gbxml:powerTypeEnum" - }, - "@unit": { - "$ref": "#/definitions/gbxml:powerUnitEnum" - }, - "@useType": { - "$ref": "#/definitions/gbxml:powerUseTypeEnum" - } - }, - "required": [ - "@unit", - "@useType", - "@powerType" - ], - "type": "object" - }, - ".gbxml:PrandtlNumber": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:PrandtlNumberFofT": { - "additionalProperties": false, - "description": "Prandtl number as a function of temperature", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:inverseTempUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:PreheatCoilType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@unit": { - "$ref": "#/definitions/gbxml:preheatCoilTypeEnum" - } - }, - "type": "object" - }, - ".gbxml:PressureControl": { - "additionalProperties": false, - "description": "Use this element to describe how the air pressure is controlled. The temperatures specified in this element should be measured just upstream of the air handlers.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:DesignPressure": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DesignPressure" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DesignPressure" - }, - "type": "array" - } - ] - }, - "gbxml:MaxPressure": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MaxPressure" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MaxPressure" - }, - "type": "array" - } - ] - }, - "gbxml:MinPressure": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MinPressure" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MinPressure" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:ProductName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:ProgramInfo": { - "additionalProperties": false, - "description": "Contains information about programs that created and modified this file", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "gbxml:CompanyName": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CompanyName" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CompanyName" - }, - "type": "array" - } - ] - }, - "gbxml:Platform": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Platform" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Platform" - }, - "type": "array" - } - ] - }, - "gbxml:ProductName": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ProductName" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ProductName" - }, - "type": "array" - } - ] - }, - "gbxml:ProjectEntity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ProjectEntity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ProjectEntity" - }, - "type": "array" - } - ] - }, - "gbxml:Version": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Version" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Version" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:ProjectEntity": { - "additionalProperties": false, - "description": "Contains information about the originating or modifying file or service that created or modified this file", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:FileName": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:FileName" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:FileName" - }, - "type": "array" - } - ] - }, - "gbxml:GUID": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:GUID" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:GUID" - }, - "type": "array" - } - ] - }, - "gbxml:URI": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:URI" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:URI" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:R-value": { - "additionalProperties": false, - "description": "Resistance of material", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:resistanceUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:RTSParameters": { - "additionalProperties": false, - "description": "Parameters required by RTS load calculation method, as described in pages 29.25 and following of the 2001 ASHRAE Handbook, Fundamentals volume. Ignore this element and all elements under it if you are not planning to use that method.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@roofCTSType": { - "$ref": "#/definitions/gbxml:roofCTSTypeEnum" - }, - "@wallCTSType": { - "$ref": "#/definitions/gbxml:wallCTSTypeEnum" - }, - "gbxml:HOutside": { - "$ref": "#/definitions/.gbxml:HOutside" - } - }, - "type": "object" - }, - ".gbxml:RatedFlow": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@hydronicLoopIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@hydronicLoopType": { - "$ref": "#/definitions/gbxml:loopTypeEnum" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:RecircFlow": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:RectangularGeometry": { - "additionalProperties": false, - "description": "Geometry data in a form typically used in simulation engines. For surfaces, specify the location of the bottom-left corner with the CartesianPoint element when facing it from the outside. Also for surfaces, Tilt and Azimuth must be specified. If CADModelAzimuth is defined, the Azimuth value is relative to the CADModelAzimuth value rather then North. For openings, the third Coordinate should be zero or left missing. For openings, these Coordinates represent the distance of the bottom-left of the opening to the bottom-left corner of the parent surface.\tAzimuth and Tilt should not be specified for opening. There is an optional PolyLoop element, which may be used for describing the polygon shape of the surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@unit": { - "$ref": "#/definitions/gbxml:lengthUnitEnum" - }, - "gbxml:Azimuth": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Azimuth" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Azimuth" - }, - "type": "array" - } - ] - }, - "gbxml:CartesianPoint": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CartesianPoint" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CartesianPoint" - }, - "type": "array" - } - ] - }, - "gbxml:Height": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Height" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Height" - }, - "type": "array" - } - ] - }, - "gbxml:PolyLoop": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PolyLoop" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PolyLoop" - }, - "type": "array" - } - ] - }, - "gbxml:Tilt": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Tilt" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Tilt" - }, - "type": "array" - } - ] - }, - "gbxml:Width": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Width" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Width" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:RecycledContent": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Reference": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:Reflectance": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@surfaceType": { - "$ref": "#/definitions/gbxml:surfaceDescriptionEnum" - }, - "@type": { - "$ref": "#/definitions/gbxml:reflectanceTypeEnum" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@surfaceType", - "@unit", - "@type" - ], - "type": "object" - }, - ".gbxml:RefrigerantType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:ResetTemperature": { - "additionalProperties": false, - "description": "Cooling and Heating Reset Temperature Type", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@resetSchedIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@type": { - "$ref": "#/definitions/gbxml:resetTemperatureTypeEnum" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "required": [ - "@unit", - "@type" - ], - "type": "object" - }, - ".gbxml:Results": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@currency": { - "$ref": "#/definitions/gbxml:currencyTypeEnum" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@resourceType": { - "$ref": "#/definitions/gbxml:resourceTypeEnum" - }, - "@resultsType": { - "$ref": "#/definitions/gbxml:resultsTypeEnum" - }, - "@startTime": { - "$ref": "#/definitions/xs:dateTime" - }, - "@timeIncrement": { - "$ref": "#/definitions/xs:duration" - }, - "@unit": { - "anyOf": [ - { - "enum": [ - "BtuPerHour", - "Watt" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - { - "enum": [ - "Percent", - "PartPerMillionByVolume", - "milliGramsPerCubicMeter" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - { - "enum": [ - "KilowattHours", - "Joules", - "BTU", - "Therms" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - { - "enum": [ - "Watt", - "Kilowatt", - "Horsepower", - "KilogramForceMeterPerSecond", - "BtuPerSecond", - "FootPoundForcePerSecond", - "KilocaloriesPerSecond", - "BtuPerHour" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - { - "enum": [ - "F", - "C", - "K", - "R" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - { - "enum": [ - "Percent", - "Fraction" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - { - "enum": [ - "Footcandles", - "Lux", - "Phot" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - { - "enum": [ - "CFM", - "CubicMPerHr", - "LPerSec", - "LPM", - "GPH", - "GPM", - "Fraction" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - } - ] - }, - "@valueType": { - "$ref": "#/definitions/gbxml:valueTypeEnum" - }, - "gbxml:CADObjectId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - "type": "array" - } - ] - }, - "gbxml:CartesianPoint": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CartesianPoint" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CartesianPoint" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:ObjectId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ObjectId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ObjectId" - }, - "type": "array" - } - ] - }, - "gbxml:Value": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Value" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Value" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id", - "@unit", - "@resourceType", - "@startTime" - ], - "type": "object" - }, - ".gbxml:Roughness": { - "additionalProperties": false, - "description": "Roughness of the outside surface", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@value": { - "$ref": "#/definitions/gbxml:roughnessValueEnum" - } - }, - "required": [ - "@value" - ], - "type": "object" - }, - ".gbxml:Schedule": { - "additionalProperties": false, - "description": "List of year schedules that make up an entire calendar year.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@type": { - "$ref": "#/definitions/gbxml:scheduleTypeEnum" - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:YearSchedule": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:YearSchedule" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:YearSchedule" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@type", - "@id" - ], - "type": "object" - }, - ".gbxml:ScheduleTypeLimits": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@type": { - "$ref": "#/definitions/gbxml:scheduleTypeLimitsEnum" - }, - "gbxml:LowerLimitValue": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:LowerLimitValue" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:LowerLimitValue" - }, - "type": "array" - } - ] - }, - "gbxml:UpperLimitValue": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:UpperLimitValue" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:UpperLimitValue" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@type", - "@id" - ], - "type": "object" - }, - ".gbxml:ScheduleValue": { - "additionalProperties": false, - "description": "Value for one block of time. Divides a day evenly into number of ScheduleValue elements defined in DaySchedule. Example: If 12 ScheduleValue elements are defined, each will represent two hours", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@OutsideHighReset": { - "$ref": "#/definitions/xs:decimal" - }, - "@OutsideLowReset": { - "$ref": "#/definitions/xs:decimal" - }, - "@SupplyHighReset": { - "$ref": "#/definitions/xs:decimal" - }, - "@SupplyLowReset": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:SecondaryFlow": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:SensibleHeatRecoveryEffectiveness": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:Setback": { - "additionalProperties": false, - "description": "Distance from outside surface of window to outside surface of wall", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:lengthUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:ShadeControl": { - "additionalProperties": false, - "description": "The ShadeControl element is a bit complex, as shading control is handled differently in different simulation engines. Each child of ShadeControl represents a criteria to help determine if the shades will be open or closed. The resulting shade action should be a union of these. Example: You have included a ShadeSchedule, which is a 1 on weekdays and a 0 on weekends, and a SolarOnOpening. The shade will be drawn when the solar radiation on this opening is greater than SolarOnOpening and it is a weekday.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@type": { - "$ref": "#/definitions/gbxml:shadeTypeEnum" - }, - "gbxml:AirTemperature": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:AirTemperature" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:AirTemperature" - }, - "type": "array" - } - ] - }, - "gbxml:Glare": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Glare" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Glare" - }, - "type": "array" - } - ] - }, - "gbxml:HorizontalSolar": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HorizontalSolar" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HorizontalSolar" - }, - "type": "array" - } - ] - }, - "gbxml:ShadeSchedule": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShadeSchedule" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShadeSchedule" - }, - "type": "array" - } - ] - }, - "gbxml:SolarOnOpening": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SolarOnOpening" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SolarOnOpening" - }, - "type": "array" - } - ] - }, - "gbxml:ZoneCoolingLoad": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ZoneCoolingLoad" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ZoneCoolingLoad" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@type" - ], - "type": "object" - }, - ".gbxml:ShadeSchedule": { - "additionalProperties": false, - "description": "Use this element to define schedules for a shade.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@scheduleIdRef": { - "$ref": "#/definitions/xs:ID" - } - }, - "required": [ - "@scheduleIdRef" - ], - "type": "object" - }, - ".gbxml:ShadingCoeff": { - "additionalProperties": false, - "description": "Shading Coefficient: The ratio of total solar transmittance for the specified glazing system to the total solar transmittance for the standard reference glazing (1/8\" clear).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:ShellGeometry": { - "additionalProperties": false, - "description": "All data are global, with the assumption that positive Z is up, and if CADModelAzimuth is undefined or zero, positive X is East and positive Y is North. If CADModelAzimuth is defined it is the angle of positive Y to North, positive X is the vectorial product of Y and Z. If geometry is to be precise, use Longitude Latitude, and Elevation in the Location element to define the origin. Otherwise the origin is an arbitrary point. ShellGeometry is used to define a union of closed shells, where there is no intersection of any two of the given shells.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@unit": { - "$ref": "#/definitions/gbxml:lengthUnitEnum" - }, - "gbxml:ClosedShell": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ClosedShell" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ClosedShell" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:SimulationParameters": { - "additionalProperties": false, - "description": "Simulation parameters refer to simulation engine settings that are used during simulation run-time. These parameters are instructions for a simulation engine to take into account features such as simulation timestep (entered as a number of minutes which should be evenly divisible into 60, see timestep attribute), convergence limits (see ConvergenceLimits), and the version of the simulation engine (version attribute). This element intends to maintain a record of the settings used to run a simulation, which may be important if gbxml stores simulation results, as a user may wish to know what settings and version of the simulation engine were used for analysis.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@timestep": { - "$ref": "#/definitions/xs:decimal" - }, - "@version": { - "$ref": "#/definitions/xs:string" - }, - "gbxml:ConvergenceLimits": { - "$ref": "#/definitions/.gbxml:ConvergenceLimits" - } - }, - "type": "object" - }, - ".gbxml:SinkRate": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:sinkRateUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:SolarHeatGainCoeff": { - "additionalProperties": false, - "description": "When element is a child of WindowType: The center of glass solar heat gain coefficient. When element is a child of Opening: The overall solar heat gain coefficient for the window assembly.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@solarIncidentAngle": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:SolarOnOpening": { - "additionalProperties": false, - "description": "Amount of solar radiation striking the opening before a shade is closed.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:powerPerAreaUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Space": { - "additionalProperties": false, - "description": "A space represents a volume enclosed by surfaces.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@buildingStoreyIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@conditionType": { - "$ref": "#/definitions/gbxml:conditionTypeEnum" - }, - "@equipmentScheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@ifcGUID": { - "$ref": "#/definitions/xs:string" - }, - "@lightScheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@peopleScheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@scheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@spaceType": { - "$ref": "#/definitions/gbxml:spaceTypeEnum" - }, - "@zoneIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:AirChangesPerHour": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:AirChangesPerHour" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:AirChangesPerHour" - }, - "type": "array" - } - ] - }, - "gbxml:AirLoopEquipmentId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:AirLoopEquipmentId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:AirLoopEquipmentId" - }, - "type": "array" - } - ] - }, - "gbxml:AirLoopId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:AirLoopId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:AirLoopId" - }, - "type": "array" - } - ] - }, - "gbxml:Area": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Area" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Area" - }, - "type": "array" - } - ] - }, - "gbxml:CADObjectId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:EquipPowerPerArea": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:EquipPowerPerArea" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:EquipPowerPerArea" - }, - "type": "array" - } - ] - }, - "gbxml:HydronicLoopEquipmentId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HydronicLoopEquipmentId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HydronicLoopEquipmentId" - }, - "type": "array" - } - ] - }, - "gbxml:HydronicLoopId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HydronicLoopId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HydronicLoopId" - }, - "type": "array" - } - ] - }, - "gbxml:InfiltrationFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:InfiltrationFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:InfiltrationFlow" - }, - "type": "array" - } - ] - }, - "gbxml:IntEquipId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:IntEquipId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:IntEquipId" - }, - "type": "array" - } - ] - }, - "gbxml:LightPowerPerArea": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:LightPowerPerArea" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:LightPowerPerArea" - }, - "type": "array" - } - ] - }, - "gbxml:Lighting": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Lighting" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Lighting" - }, - "type": "array" - } - ] - }, - "gbxml:LightingControl": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:LightingControl" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:LightingControl" - }, - "type": "array" - } - ] - }, - "gbxml:MeterId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MeterId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MeterId" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:PeopleHeatGain": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PeopleHeatGain" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PeopleHeatGain" - }, - "type": "array" - } - ] - }, - "gbxml:PeopleNumber": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PeopleNumber" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PeopleNumber" - }, - "type": "array" - } - ] - }, - "gbxml:PlanarGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PlanarGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PlanarGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:ShellGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:SpaceBoundary": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SpaceBoundary" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SpaceBoundary" - }, - "type": "array" - } - ] - }, - "gbxml:Temperature": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Temperature" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Temperature" - }, - "type": "array" - } - ] - }, - "gbxml:TypeCode": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:TypeCode" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:TypeCode" - }, - "type": "array" - } - ] - }, - "gbxml:Volume": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Volume" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Volume" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:SpaceBoundary": { - "additionalProperties": false, - "description": "This element establishes the logical relation of a given part of the space ShellGeometry such that its PlanarGeometry is part of an interior surface bounding the space.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ifcGUID": { - "$ref": "#/definitions/xs:string" - }, - "@isSecondLevelBoundary": { - "$ref": "#/definitions/xs:boolean" - }, - "@oppositeIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@surfaceIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:PlanarGeometry": { - "$ref": "#/definitions/.gbxml:PlanarGeometry" - } - }, - "type": "object" - }, - ".gbxml:SpecificHeat": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:specificHeatUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:State": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:StateOrProvince": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:StationId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - }, - "@IDType": { - "$ref": "#/definitions/gbxml:stationIdTypeEnum" - } - }, - "type": "object" - }, - ".gbxml:StreetAddress": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:SupplementalGasHeatingCoilEfficiency": { - "additionalProperties": false, - "description": "Supplemental heating coil efficiency", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:SupplementalGasHeatingCoilParasiticElectricLoad": { - "additionalProperties": false, - "description": "Supplemental heating coil parasitic electric load", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:SupplementalHeatingCoilCapacity": { - "additionalProperties": false, - "description": "Supplemental heating coil capacity.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:SupplementalHeatingCoilType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@unit": { - "$ref": "#/definitions/gbxml:supplementalHeatingCoilTypeEnum" - } - }, - "type": "object" - }, - ".gbxml:Surface": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@constructionIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@exposedToSun": { - "$ref": "#/definitions/xs:boolean" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@ifcGUID": { - "$ref": "#/definitions/xs:string" - }, - "@scheduleShadeIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@surfaceType": { - "$ref": "#/definitions/gbxml:surfaceTypeEnum" - }, - "gbxml:AdjacentSpaceId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:AdjacentSpaceId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:AdjacentSpaceId" - }, - "type": "array" - } - ] - }, - "gbxml:CADObjectId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:FamilyName": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:FamilyName" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:FamilyName" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:Opening": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Opening" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Opening" - }, - "type": "array" - } - ] - }, - "gbxml:PlanarGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:PlanarGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:PlanarGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:RectangularGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:RectangularGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:RectangularGeometry" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id", - "@surfaceType", - "@constructionIdRef" - ], - "type": "object" - }, - ".gbxml:Temp": { - "additionalProperties": false, - "description": "Temperature", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@tempType": { - "$ref": "#/definitions/gbxml:tempTypeEnum" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "required": [ - "@tempType" - ], - "type": "object" - }, - ".gbxml:Temperature": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:TemperatureControl": { - "additionalProperties": false, - "description": "Use this element to describe how the temperature is controlled. The temperatures specified in this element should be measured just upstream of the most critical piece of equipment (air handlers for a chilled water and hot water loops the chiller for the cooling water loop).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:DesignTemp": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DesignTemp" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DesignTemp" - }, - "type": "array" - } - ] - }, - "gbxml:MaxTemp": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MaxTemp" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MaxTemp" - }, - "type": "array" - } - ] - }, - "gbxml:MinTemp": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MinTemp" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MinTemp" - }, - "type": "array" - } - ] - }, - "gbxml:ResetTemperature": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ResetTemperature" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ResetTemperature" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:Thickness": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:lengthUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:Tilt": { - "additionalProperties": false, - "description": "The number of degrees from up that the outside of the surface is tilted in relation to the bottom-left corner.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "maximum": 180, - "minimum": 0, - "type": "number" - } - }, - "type": "object" - }, - ".gbxml:TimeIncrement": { - "additionalProperties": false, - "description": "Time or period that results represent. Example: if timeType = Month and TimeIncrement = 1 the Value would be for the month of January or if timeType = Hour and TimeIncrement = 4 the 81st the Value would be for January 14 at noon.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@timeUnit": { - "$ref": "#/definitions/gbxml:timeUnitEnum" - } - }, - "required": [ - "@timeUnit" - ], - "type": "object" - }, - ".gbxml:Transmittance": { - "additionalProperties": false, - "description": "Transmittance of shading surface", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@surfaceType": { - "$ref": "#/definitions/gbxml:surfaceDescriptionEnum" - }, - "@type": { - "$ref": "#/definitions/gbxml:radiationWavelengthTypeEnum" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@surfaceType", - "@unit", - "@type" - ], - "type": "object" - }, - ".gbxml:Transportation": { - "additionalProperties": false, - "description": "Public transportation", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@scheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@transportationType": { - "$ref": "#/definitions/gbxml:transportationTypeEnum" - }, - "gbxml:Cost": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Cost" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Cost" - }, - "type": "array" - } - ] - }, - "gbxml:GeneralGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:ShellGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id", - "@transportationType" - ], - "type": "object" - }, - ".gbxml:TypeCode": { - "additionalProperties": false, - "description": "User/project defined Code for Space or Zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:U-value": { - "additionalProperties": false, - "description": "Overall conductance", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:uValueUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:URI": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:UpperLimitValue": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:UtilityRate": { - "additionalProperties": false, - "description": "We have left the UtilityRate element open to allow for use with billing schemas.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - ".gbxml:Value": { - "additionalProperties": false, - "description": "Contains the actual numerical result value. If series result type each Value element contains the one value and is in sequential order for the series.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - ".gbxml:Vegetation": { - "additionalProperties": false, - "description": "Plants, trees, etc. on a campus", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "@shadeScheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@vegetationType": { - "$ref": "#/definitions/gbxml:vegetationTypeEnum" - }, - "@waterMeterIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@waterScheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:BiomassDensity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:BiomassDensity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:BiomassDensity" - }, - "type": "array" - } - ] - }, - "gbxml:Cost": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Cost" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Cost" - }, - "type": "array" - } - ] - }, - "gbxml:GeneralGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:ShellGeometry": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - "type": "array" - } - ] - }, - "gbxml:WaterRate": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WaterRate" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WaterRate" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@vegetationType", - "@id" - ], - "type": "object" - }, - ".gbxml:Version": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:Viscosity": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:viscosityUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:ViscosityFofT": { - "additionalProperties": false, - "description": "Viscosity as a function of temperature", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:viscosityFofTUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Volume": { - "additionalProperties": false, - "description": "Specifies the volume of the space. This value should be equal to the volume enclosed by the actual physical boundaries of the space, as defined by the volumetric model's interior surfaces bounding that space.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:volumeUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:WFTDPressure": { - "additionalProperties": false, - "description": "Wildfire threat design atomospheric pressure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:pressureUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:WFTDRelHumidity": { - "additionalProperties": false, - "description": "Wildfire threat design relative humidity.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:WFTDTemp": { - "additionalProperties": false, - "description": "Wildfire threat design dry bulb temperature.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:WFTDWindDir": { - "additionalProperties": false, - "description": "Wildfire threat design wind direction", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:directionUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:WFTDWindSpeed": { - "additionalProperties": false, - "description": "Wildfire threat design wind speed.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:velocityUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:WasteWaterHREff": { - "additionalProperties": false, - "description": "Waste water heat recovery efficiency", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@airLoopIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@hydronicLoopIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:WaterLoss": { - "additionalProperties": false, - "description": "This includes blowdown (draining a cooling tower to clean), drift (water loss from water sprayed), and evaporation in cooling towers.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:unitlessUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:WaterRate": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:flowUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:WaterUsePerCycle": { - "additionalProperties": false, - "description": "Amount of water used for water using equipment per cycle of operation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:waterUseUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Weather": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:CDD": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CDD" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CDD" - }, - "type": "array" - } - ] - }, - "gbxml:City": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:City" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:City" - }, - "type": "array" - } - ] - }, - "gbxml:Country": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Country" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Country" - }, - "type": "array" - } - ] - }, - "gbxml:DDDBCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDDBCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDDBCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDDBHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDDBHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDDBHeat" - }, - "type": "array" - } - ] - }, - "gbxml:DDDBRangeCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDDBRangeCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDDBRangeCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDDBRangeHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDDBRangeHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDDBRangeHeat" - }, - "type": "array" - } - ] - }, - "gbxml:DDDayCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDDayCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDDayCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDDayHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDDayHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDDayHeat" - }, - "type": "array" - } - ] - }, - "gbxml:DDDaylightCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDDaylightCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDDaylightCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDDaylightHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDDaylightHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDDaylightHeat" - }, - "type": "array" - } - ] - }, - "gbxml:DDGroundTCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDGroundTCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDGroundTCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDGroundTHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDGroundTHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDGroundTHeat" - }, - "type": "array" - } - ] - }, - "gbxml:DDHiHrCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDHiHrCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDHiHrCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDHiHrHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDHiHrHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDHiHrHeat" - }, - "type": "array" - } - ] - }, - "gbxml:DDLoHrCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDLoHrCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDLoHrCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDLoHrHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDLoHrHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDLoHrHeat" - }, - "type": "array" - } - ] - }, - "gbxml:DDMonthCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDMonthCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDMonthCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDMonthHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDMonthHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDMonthHeat" - }, - "type": "array" - } - ] - }, - "gbxml:DDPressureCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDPressureCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDPressureCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDPressureHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDPressureHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDPressureHeat" - }, - "type": "array" - } - ] - }, - "gbxml:DDRainCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDRainCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDRainCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDRainHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDRainHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDRainHeat" - }, - "type": "array" - } - ] - }, - "gbxml:DDSkyClearnessCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDSkyClearnessCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDSkyClearnessCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDSkyClearnessHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDSkyClearnessHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDSkyClearnessHeat" - }, - "type": "array" - } - ] - }, - "gbxml:DDSnowCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDSnowCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDSnowCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDSnowHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDSnowHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDSnowHeat" - }, - "type": "array" - } - ] - }, - "gbxml:DDWBCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDWBCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDWBCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDWBHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDWBHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDWBHeat" - }, - "type": "array" - } - ] - }, - "gbxml:DDWindDirCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDWindDirCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDWindDirCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDWindDirHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDWindDirHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDWindDirHeat" - }, - "type": "array" - } - ] - }, - "gbxml:DDWindSpeedCool": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDWindSpeedCool" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDWindSpeedCool" - }, - "type": "array" - } - ] - }, - "gbxml:DDWindSpeedHeat": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DDWindSpeedHeat" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DDWindSpeedHeat" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:GroundTemp": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:GroundTemp" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:GroundTemp" - }, - "type": "array" - } - ] - }, - "gbxml:HDD": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HDD" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HDD" - }, - "type": "array" - } - ] - }, - "gbxml:Location": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Location" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Location" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:Reference": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reference" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reference" - }, - "type": "array" - } - ] - }, - "gbxml:StateOrProvince": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:StateOrProvince" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:StateOrProvince" - }, - "type": "array" - } - ] - }, - "gbxml:WFTDPressure": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WFTDPressure" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WFTDPressure" - }, - "type": "array" - } - ] - }, - "gbxml:WFTDRelHumidity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WFTDRelHumidity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WFTDRelHumidity" - }, - "type": "array" - } - ] - }, - "gbxml:WFTDTemp": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WFTDTemp" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WFTDTemp" - }, - "type": "array" - } - ] - }, - "gbxml:WFTDWindDir": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WFTDWindDir" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WFTDWindDir" - }, - "type": "array" - } - ] - }, - "gbxml:WFTDWindSpeed": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WFTDWindSpeed" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WFTDWindSpeed" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:WebPage": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:WeekSchedule": { - "additionalProperties": false, - "description": "Set of day schedules all assigned to a unique particular period of the week using the day type attribute. Do not schedule conflicting day types to the same week schedule.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@scheduleType": { - "$ref": "#/definitions/gbxml:scheduleTypeEnum" - }, - "@scheduleTypeLimitsId": { - "$ref": "#/definitions/xs:string" - }, - "gbxml:Day": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Day" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Day" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id", - "@scheduleType" - ], - "type": "object" - }, - ".gbxml:WeekScheduleId": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@weekScheduleIdRef": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@weekScheduleIdRef" - ], - "type": "object" - }, - ".gbxml:Weight": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:weightUnitEnum" - } - }, - "required": [ - "@unit" - ], - "type": "object" - }, - ".gbxml:Width": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:lengthUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:WindSpeed": { - "additionalProperties": false, - "description": "Wind speed for wind turbine.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@type": { - "$ref": "#/definitions/gbxml:windSpeedEnum" - }, - "@unit": { - "$ref": "#/definitions/gbxml:velocityUnitEnum" - } - }, - "required": [ - "@unit", - "@type" - ], - "type": "object" - }, - ".gbxml:WindowType": { - "additionalProperties": false, - "description": "One WindowType should be created for each type of window. Create a Blind, Frame, and Cost for each OpeningType, and then add as many Glaze and Gaps as exist in the window. Place these Glaze and Gap elements in order from outside to inside. For instance, a two pane window will have Glaze Gap Glaze, where the first Glaze represents the outside surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@DOELibIdRef": { - "$ref": "#/definitions/xs:string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:Blind": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Blind" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Blind" - }, - "type": "array" - } - ] - }, - "gbxml:Cost": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Cost" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Cost" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Emittance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Emittance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Emittance" - }, - "type": "array" - } - ] - }, - "gbxml:ExtEquipId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ExtEquipId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ExtEquipId" - }, - "type": "array" - } - ] - }, - "gbxml:Frame": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Frame" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Frame" - }, - "type": "array" - } - ] - }, - "gbxml:Gap": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Gap" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Gap" - }, - "type": "array" - } - ] - }, - "gbxml:Glaze": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Glaze" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Glaze" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:Reflectance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - "type": "array" - } - ] - }, - "gbxml:ShadingCoeff": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ShadingCoeff" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ShadingCoeff" - }, - "type": "array" - } - ] - }, - "gbxml:SolarHeatGainCoeff": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SolarHeatGainCoeff" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SolarHeatGainCoeff" - }, - "type": "array" - } - ] - }, - "gbxml:Transmittance": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Transmittance" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Transmittance" - }, - "type": "array" - } - ] - }, - "gbxml:U-value": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:U-value" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:U-value" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:XAxis": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@dataType": { - "$ref": "#/definitions/xs:string" - }, - "@unit": { - "$ref": "#/definitions/xs:string" - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@unit", - "@dataType" - ], - "type": "object" - }, - ".gbxml:YAxis": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@dataType": { - "$ref": "#/definitions/xs:string" - }, - "@unit": { - "$ref": "#/definitions/xs:string" - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@unit", - "@dataType" - ], - "type": "object" - }, - ".gbxml:YearModeled": { - "additionalProperties": false, - "description": "Year of simulation to use", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "gbxml:BeginDate": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:BeginDate" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:BeginDate" - }, - "type": "array" - } - ] - }, - "gbxml:EndDate": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:EndDate" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:EndDate" - }, - "type": "array" - } - ] - }, - "gbxml:HolidaysModeled": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HolidaysModeled" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HolidaysModeled" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - ".gbxml:YearSchedule": { - "additionalProperties": false, - "description": "Set of week schedules all assigned for a particular time period during the year defined by the begin and end date elements. These must not span more than one calendar year.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@scheduleTypeLimitsId": { - "$ref": "#/definitions/xs:string" - }, - "gbxml:BeginDate": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:BeginDate" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:BeginDate" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:EndDate": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:EndDate" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:EndDate" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:WeekScheduleId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WeekScheduleId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WeekScheduleId" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:ZipCode": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:ZipcodeOrPostalCode": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - ".gbxml:Zone": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@airChangesSchedIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@coolSchedIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@fanSchedIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@fanTempSchedIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@heatSchedIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@ifcGUID": { - "$ref": "#/definitions/xs:string" - }, - "@outAirSchedIdRef": { - "$ref": "#/definitions/xs:IDREF" - }, - "@programId": { - "$ref": "#/definitions/xs:IDREF" - }, - "gbxml:AirChangesPerHour": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:AirChangesPerHour" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:AirChangesPerHour" - }, - "type": "array" - } - ] - }, - "gbxml:AirLoopId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:AirLoopId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:AirLoopId" - }, - "type": "array" - } - ] - }, - "gbxml:BaseboardHeatingCapacity": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:BaseboardHeatingCapacity" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:BaseboardHeatingCapacity" - }, - "type": "array" - } - ] - }, - "gbxml:BaseboardHeatingType": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:BaseboardHeatingType" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:BaseboardHeatingType" - }, - "type": "array" - } - ] - }, - "gbxml:CADObjectId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - "type": "array" - } - ] - }, - "gbxml:CoolingSizingFactor": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:CoolingSizingFactor" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:CoolingSizingFactor" - }, - "type": "array" - } - ] - }, - "gbxml:Description": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Description" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Description" - }, - "type": "array" - } - ] - }, - "gbxml:DesignCoolT": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DesignCoolT" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DesignCoolT" - }, - "type": "array" - } - ] - }, - "gbxml:DesignHeatT": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DesignHeatT" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DesignHeatT" - }, - "type": "array" - } - ] - }, - "gbxml:Flow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Flow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Flow" - }, - "type": "array" - } - ] - }, - "gbxml:FlowPerArea": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:FlowPerArea" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:FlowPerArea" - }, - "type": "array" - } - ] - }, - "gbxml:FlowPerPerson": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:FlowPerPerson" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:FlowPerPerson" - }, - "type": "array" - } - ] - }, - "gbxml:HeatingSizingFactor": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HeatingSizingFactor" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HeatingSizingFactor" - }, - "type": "array" - } - ] - }, - "gbxml:HydronicLoopId": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HydronicLoopId" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HydronicLoopId" - }, - "type": "array" - } - ] - }, - "gbxml:IndoorAirQuality": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:IndoorAirQuality" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:IndoorAirQuality" - }, - "type": "array" - } - ] - }, - "gbxml:MaxOAFlowPerZone": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MaxOAFlowPerZone" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MaxOAFlowPerZone" - }, - "type": "array" - } - ] - }, - "gbxml:MinOAFlowPerZone": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MinOAFlowPerZone" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MinOAFlowPerZone" - }, - "type": "array" - } - ] - }, - "gbxml:MinimumOutdoorAirControlType": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:MinimumOutdoorAirControlType" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:MinimumOutdoorAirControlType" - }, - "type": "array" - } - ] - }, - "gbxml:Name": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Name" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Name" - }, - "type": "array" - } - ] - }, - "gbxml:OAFlowPerArea": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:OAFlowPerArea" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:OAFlowPerArea" - }, - "type": "array" - } - ] - }, - "gbxml:OAFlowPerPerson": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:OAFlowPerPerson" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:OAFlowPerPerson" - }, - "type": "array" - } - ] - }, - "gbxml:OAFlowPerZone": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:OAFlowPerZone" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:OAFlowPerZone" - }, - "type": "array" - } - ] - }, - "gbxml:SecondaryFlow": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SecondaryFlow" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SecondaryFlow" - }, - "type": "array" - } - ] - }, - "gbxml:TypeCode": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:TypeCode" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:TypeCode" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@id" - ], - "type": "object" - }, - ".gbxml:ZoneCoolingLoad": { - "additionalProperties": false, - "description": "Minimum cooling load that triggers the shades to close", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@unit": { - "$ref": "#/definitions/gbxml:loadUnitEnum" - } - }, - "type": "object" - }, - ".gbxml:aecXML": { - "$ref": "#/definitions/xs:anyType" - }, - ".gbxml:gbXML": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@SurfaceReferenceLocation": { - "$ref": "#/definitions/gbxml:surfaceReferenceLocationEnum" - }, - "@areaUnit": { - "$ref": "#/definitions/gbxml:areaUnitEnum" - }, - "@engine": { - "enum": [ - "DOE2.1e", - "DOE2.2", - "EnergyPlus" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "@id": { - "$ref": "#/definitions/xs:ID" - }, - "@lengthUnit": { - "$ref": "#/definitions/gbxml:lengthUnitEnum" - }, - "@temperatureUnit": { - "$ref": "#/definitions/gbxml:temperatureUnitEnum" - }, - "@useSIUnitsForResults": { - "$ref": "#/definitions/xs:boolean" - }, - "@version": { - "$ref": "#/definitions/gbxml:versionEnum" - }, - "@volumeUnit": { - "$ref": "#/definitions/gbxml:volumeUnitEnum" - }, - "gbxml:AirLoop": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:AirLoop" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:AirLoop" - }, - "type": "array" - } - ] - }, - "gbxml:Campus": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Campus" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Campus" - }, - "type": "array" - } - ] - }, - "gbxml:Construction": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Construction" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Construction" - }, - "type": "array" - } - ] - }, - "gbxml:DaySchedule": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DaySchedule" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DaySchedule" - }, - "type": "array" - } - ] - }, - "gbxml:DocumentHistory": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:DocumentHistory" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:DocumentHistory" - }, - "type": "array" - } - ] - }, - "gbxml:ExtEquip": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:ExtEquip" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:ExtEquip" - }, - "type": "array" - } - ] - }, - "gbxml:HydronicLoop": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:HydronicLoop" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:HydronicLoop" - }, - "type": "array" - } - ] - }, - "gbxml:IntEquip": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:IntEquip" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:IntEquip" - }, - "type": "array" - } - ] - }, - "gbxml:Layer": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Layer" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Layer" - }, - "type": "array" - } - ] - }, - "gbxml:LightingControl": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:LightingControl" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:LightingControl" - }, - "type": "array" - } - ] - }, - "gbxml:LightingSystem": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:LightingSystem" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:LightingSystem" - }, - "type": "array" - } - ] - }, - "gbxml:Material": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Material" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Material" - }, - "type": "array" - } - ] - }, - "gbxml:Meter": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Meter" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Meter" - }, - "type": "array" - } - ] - }, - "gbxml:Results": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Results" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Results" - }, - "type": "array" - } - ] - }, - "gbxml:Schedule": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Schedule" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Schedule" - }, - "type": "array" - } - ] - }, - "gbxml:SimulationParameters": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SimulationParameters" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SimulationParameters" - }, - "type": "array" - } - ] - }, - "gbxml:Weather": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Weather" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Weather" - }, - "type": "array" - } - ] - }, - "gbxml:WeekSchedule": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WeekSchedule" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WeekSchedule" - }, - "type": "array" - } - ] - }, - "gbxml:WindowType": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:WindowType" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:WindowType" - }, - "type": "array" - } - ] - }, - "gbxml:Zone": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:Zone" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:Zone" - }, - "type": "array" - } - ] - }, - "gbxml:aecXML": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:aecXML" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:aecXML" - }, - "type": "array" - } - ] - } - }, - "required": [ - "@volumeUnit", - "@lengthUnit", - "@temperatureUnit", - "@version", - "@areaUnit", - "@useSIUnitsForResults" - ], - "type": "object" - }, - "auc:AllResourceTotalType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:BuildingEnergyUse": { - "additionalProperties": false, - "description": "The annual amount of all the energy the building consumes onsite. Calculated as imported energy (Eimp) + onsite renewable energy (Eg) - exported energy (Eexp) - net increase in stored imported energy (Es) (per ASHRAE 105-2014 Figure 5.6). (kBtu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BuildingEnergyUseIntensity": { - "additionalProperties": false, - "description": "The Building Energy Use divided by the premises gross floor area. (kBtu/ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricitySourcedFromOnsiteRenewableSystems": { - "additionalProperties": false, - "description": "Total electricity produced from resources that do not deplete when their energy is harnessed, such as sunlight, wind, waves, water flow, biological processes such as anaerobic digestion and geothermal energy. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EndUse": { - "additionalProperties": false, - "description": "End use for which data is included.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EndUse" - } - }, - "type": "object" - }, - "auc:EnergyCost": { - "additionalProperties": false, - "description": "The annual cost associated with a selected 12 month time period for a premises. It can be an individual value for different energy types, and can also be an aggregated value across all energy types. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostIndex": { - "additionalProperties": false, - "description": "The Energy Cost divided by the premises gross floor area. ($/ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExportedEnergyConsistentUnits": { - "additionalProperties": false, - "description": "Energy exported annually (per ASHRAE 105-2014 Figure 5.6). (MMbtu/ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ImportedEnergyConsistentUnits": { - "additionalProperties": false, - "description": "Energy imported annually (per ASHRAE 105-2014 Figure 5.6). (MMbtu/ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NetIncreaseInStoredEnergyConsistentUnits": { - "additionalProperties": false, - "description": "Net increase in stored energy annually (per ASHRAE 105-2014 Figure 5.6). (MMbtu/ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OnsiteEnergyProductionConsistentUnits": { - "additionalProperties": false, - "description": "Energy produced onsite annually (per ASHRAE 105-2014 Figure 5.6). (MMbtu/ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OnsiteRenewableSystemElectricityExported": { - "additionalProperties": false, - "description": "The portion of energy produced from the onsite renewable energy system(s) that is exported (not used onsite). (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ResourceBoundary": { - "$ref": "#/definitions/.auc:ResourceBoundary" - }, - "auc:SiteEnergyUse": { - "additionalProperties": false, - "description": "The annual amount of all the energy the premises consumes onsite, as reported on the utility bills. Calculated as imported energy (Eimp) - exported energy (Eexp) - net increase in stored imported energy (Es) (per ASHRAE 105-2014 Figure 5.6). (kBtu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SiteEnergyUseIntensity": { - "additionalProperties": false, - "description": "The Site Energy Use divided by the premises gross floor area. (kBtu/ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SourceEnergyUse": { - "additionalProperties": false, - "description": "The total annual amount of all the raw resource required to operate the premises, including losses that take place during generation, transmission, and distribution of the energy. (kBtu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SourceEnergyUseIntensity": { - "additionalProperties": false, - "description": "The Source Energy Use divided by the premises gross floor area. (kBtu/ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SummerPeak": { - "additionalProperties": false, - "description": "Peak demand in the summer. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TemporalStatus": { - "$ref": "#/definitions/.auc:TemporalStatus" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WasteWaterVolume": { - "additionalProperties": false, - "description": "Annual volume of water that is returned to a wastewater treatment facility. (kgal)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterCost": { - "additionalProperties": false, - "description": "Annual cost of water. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterIntensity": { - "additionalProperties": false, - "description": "Water use from different sources divided by the premises gross floor area. (kgal/ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterResource": { - "$ref": "#/definitions/.auc:WaterResource" - }, - "auc:WaterUse": { - "additionalProperties": false, - "description": "Annual water use from different sources. (kgal)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WinterPeak": { - "additionalProperties": false, - "description": "Peak demand in the winter. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:AuditorQualificationType": { - "enum": [ - "Professional Engineer (PE)", - "Associated Air Balance Council (AABC) Certified Member Agency", - "Associated Air Balance Council (AABC) Test and Balance Technician", - "Association of Energy Engineers Certified Carbon Reduction Manager (CRM)", - "Association of Energy Engineers Certified Sustainable Development Professional (CSDP)", - "Association of Energy Engineers Certified Power Quality Professional (CPQ)", - "Association of Energy Engineers Certified Demand Side Manager (CDSM)", - "Association of Energy Engineers Certified Energy Procurement Professional (CEP)", - "Association of Energy Engineers Certified Lighting Efficiency Professional (CLEP)", - "Association of Energy Engineers Certified Measurement & Verification Professional (CMVP)", - "Association of Energy Engineers Certified GeoExchange Designer Program (CGD)", - "Association of Energy Engineers Certified Business Energy Professional (BEP)", - "Association of Energy Engineers Certified Industrial Energy Professional (CIEP)", - "Association of Energy Engineers Certified Water Efficiency Professional (CWEP)", - "Association of Energy Engineers Energy Efficiency Practitioner (EEP)", - "Association of Energy Engineers Renewable Energy Professional (REP)", - "Association of Energy Engineers Distributed Generation Certified Professional (DGCP)", - "Association of Energy Engineers Certified Building Energy Simulation Analyst (BESA)", - "Association of Energy Engineers Performance Contracting and Funding Professional (PCF)", - "Association of Energy Engineers Certified Residential Energy Auditor (REA)", - "Association of Energy Engineers Certified Building Commissioning Firm Program (CBCF)", - "Association of Energy Engineers Certified Green Building Engineer (GBE)", - "Association of Energy Engineers Certified Energy Manager (CEM)", - "Association of Energy Engineers Certified Energy Auditor (CEA)", - "Association of Energy Engineers Certified Building Commissioning Professional (CBCP)", - "Building Operator Certification (BOC): Level 1", - "Building Operator Certification (BOC): Level 2", - "Building Performance Institute (BPI) Certification", - "Building Performance Institute (BPI): Building Analyst (BA)", - "Building Performance Institute (BPI): Advanced Home Energy Professional (HEP)", - "Building Performance Institute (BPI): Advanced Home Energy Professional - Energy Auditor (HEP-EA)", - "Building Performance Institute (BPI): Advanced Home Energy Professional - Quality Control Inspector (HEP-QCI)", - "Building Performance Institute (BPI): Advanced Home Energy Professional - Retrofit Installer (HEP-RI)", - "Building Performance Institute (BPI): Advanced Home Energy Professional - Crew Leader (HEP-CL)", - "Building Performance Institute (BPI): Multifamily Building Analyst", - "Residential Energy Services Network (RESNET) Certification", - "Residential Energy Services Network (RESNET) - Home Partner", - "Registered Architect (RA)", - "Refrigerating System Operating Engineer", - "High Pressure Boiler Operating Engineer", - "Certified Commissioning Professional (CCP)", - "Associate Commissioning Professional (ACP)", - "Existing Building Commissioning Professional (EBCP)", - "Commissioning Process Management Professional (CPMP)", - "Accredited Commissioning Process Authority Professional (CxAP)", - "NYSERDA FlexTech Consultant", - "ASHRAE Building Commissioning Professional (BCxP)", - "ASHRAE Building Energy Assessment Professional (BEAP)", - "ASHRAE Building Energy Modeling Professional (BEMP)", - "Department of Buildings (DOB) Approved Agent", - "High-Performance Building Design Professional (HBDP)", - "GreenPoint Rater Existing Home Multifamily Rater", - "HERS Whole House (HERS II) Rater", - "International Union of Operating Engineers Certified Energy Specialist", - "Northwest Energy Education Institute Energy Management Certification", - "PhD in Mechanical Engineering", - "Other", - "None" - ], - "type": "string" - }, - "auc:BoundedDecimalZeroToOne": { - "maximum": 1, - "minimum": 0, - "type": "number" - }, - "auc:BoundedDecimalZeroToOneWithSourceAttribute": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOne" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BuildingType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:Address": { - "$ref": "#/definitions/.auc:Address" - }, - "auc:AspectRatio": { - "additionalProperties": false, - "description": "The ratio of width to length, of a premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Assessments": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Assessment": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AssessmentLevel": { - "additionalProperties": false, - "description": "Value from assessment program, such as LEED \"Platinum\".", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Bronze", - "Silver", - "Gold", - "Emerald", - "Certified", - "Platinum", - "One Star", - "Two Star", - "Three Star", - "Four Star", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AssessmentProgram": { - "additionalProperties": false, - "description": "Program which issues energy labels, ratings, or sustainability certifications.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "ENERGY STAR", - "ENERGY STAR Certified Homes", - "LEED", - "Home Energy Upgrade Certificate of Energy Efficiency Performance", - "Home Energy Upgrade Certificate of Energy Efficiency Improvements", - "Passive House", - "Living Building Challenge", - "Green Globes", - "Challenge Home", - "WaterSense", - "Indoor airPLUS", - "NGBS ICC 700", - "CMP Green Value Score", - "RESNET HERS", - "Home Energy Score", - "ASHRAE Building EQ", - "Commercial Building Energy Asset Score", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AssessmentValue": { - "additionalProperties": false, - "description": "Value from certifications that produce a numeric metric, such as ENERGY STAR Score, Home Energy Rating System (HERS) Index Score, Home Energy Score.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:AssessmentVersion": { - "additionalProperties": false, - "description": "Version of the assessment documentation, such as \"2.0\".", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:AssessmentYear": { - "additionalProperties": false, - "description": "Year the assessment qualifications for recognition were documented. (CCYY)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AssessmentLevel": { - "additionalProperties": false, - "description": "Value from assessment program, such as LEED \"Platinum\".", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Bronze", - "Silver", - "Gold", - "Emerald", - "Certified", - "Platinum", - "One Star", - "Two Star", - "Three Star", - "Four Star", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AssessmentProgram": { - "additionalProperties": false, - "description": "Program which issues energy labels, ratings, or sustainability certifications.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "ENERGY STAR", - "ENERGY STAR Certified Homes", - "LEED", - "Home Energy Upgrade Certificate of Energy Efficiency Performance", - "Home Energy Upgrade Certificate of Energy Efficiency Improvements", - "Passive House", - "Living Building Challenge", - "Green Globes", - "Challenge Home", - "WaterSense", - "Indoor airPLUS", - "NGBS ICC 700", - "CMP Green Value Score", - "RESNET HERS", - "Home Energy Score", - "ASHRAE Building EQ", - "Commercial Building Energy Asset Score", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AssessmentValue": { - "additionalProperties": false, - "description": "Value from certifications that produce a numeric metric, such as ENERGY STAR Score, Home Energy Rating System (HERS) Index Score, Home Energy Score.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:AssessmentVersion": { - "additionalProperties": false, - "description": "Version of the assessment documentation, such as \"2.0\".", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:AssessmentYear": { - "additionalProperties": false, - "description": "Year the assessment qualifications for recognition were documented. (CCYY)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:BuildingAutomationSystem": { - "$ref": "#/definitions/.auc:BuildingAutomationSystem" - }, - "auc:BuildingClassification": { - "additionalProperties": false, - "description": "Specify the type of building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Commercial", - "Residential", - "Mixed use commercial", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ClimateZoneType": { - "$ref": "#/definitions/.auc:ClimateZoneType" - }, - "auc:ConditionedFloorsAboveGrade": { - "additionalProperties": false, - "description": "Nominal number of floors which are fully above ground and are conditioned.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ConditionedFloorsBelowGrade": { - "additionalProperties": false, - "description": "Nominal number of floors which are fully underground and are conditioned.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FederalBuilding": { - "additionalProperties": false, - "description": "If exists then the building is owned by the federal government.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Agency": { - "additionalProperties": false, - "description": "Federal agency, required to designate a building as a federal property in ENERGY STAR Portfolio Manager.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:DepartmentRegion": { - "additionalProperties": false, - "description": "Federal department/region, required to designate a building as a federal property in ENERGY STAR Portfolio Manager.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:FloorsAboveGrade": { - "additionalProperties": false, - "description": "Nominal number of floors which are fully above ground.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorsBelowGrade": { - "additionalProperties": false, - "description": "Nominal number of floors which are fully underground.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HeightDistribution": { - "additionalProperties": false, - "description": "Uniformity of building height.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Multiple Heights", - "Uniform Height" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HistoricalLandmark": { - "additionalProperties": false, - "description": "Does the facility have historical landmark status (e.g., is the facility listed in the National Register of Historic Places)?", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:HorizontalSurroundings": { - "additionalProperties": false, - "description": "Attachments to the outermost horizontal surfaces of the premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "No abutments", - "Attached from Above", - "Attached from Below", - "Attached from Above and Below", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Latitude": { - "$ref": "#/definitions/.auc:Latitude" - }, - "auc:LightingAutomationSystem": { - "$ref": "#/definitions/.auc:LightingAutomationSystem" - }, - "auc:Longitude": { - "$ref": "#/definitions/.auc:Longitude" - }, - "auc:NAICSCode": { - "additionalProperties": false, - "description": "North American Industry Classification System (NAICS) code.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:NumberOfBusinesses": { - "additionalProperties": false, - "description": "Number of separate business tenants within the premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NumberOfFacilitiesOnSite": { - "additionalProperties": false, - "description": "Number of facilities on the site.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OccupancyClassification": { - "$ref": "#/definitions/.auc:OccupancyClassification" - }, - "auc:OccupancyLevels": { - "$ref": "#/definitions/.auc:OccupancyLevels" - }, - "auc:OperatorType": { - "additionalProperties": false, - "description": "Entity responsible for the operation of the facility.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Owner", - "Occupant", - "Tenant", - "Landlord", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OverallDoorToWallRatio": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "Overall door to wall ratio of the facility. (0-1) (fraction)" - }, - "auc:OverallWindowToWallRatio": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "Overall window to wall ratio of the facility. (0-1) (fraction)" - }, - "auc:Ownership": { - "$ref": "#/definitions/.auc:Ownership" - }, - "auc:OwnershipStatus": { - "$ref": "#/definitions/.auc:OwnershipStatus" - }, - "auc:PercentLeasedByOwner": { - "additionalProperties": false, - "description": "The percentage of gross floor area that is leased by the owner of the premises and affiliates. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PercentOccupiedByOwner": { - "additionalProperties": false, - "description": "The percentage of gross floor area that is occupied by the owner of the premises and affiliates. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Perimeter": { - "additionalProperties": false, - "description": "Length of a line forming the boundary around the premises. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PortfolioManager": { - "$ref": "#/definitions/auc:PortfolioManagerType", - "description": "If exists then the data for this building is included in ENERGY STAR Portfolio Manager." - }, - "auc:PremisesIdentifiers": { - "$ref": "#/definitions/.auc:PremisesIdentifiers" - }, - "auc:PremisesName": { - "$ref": "#/definitions/.auc:PremisesName" - }, - "auc:PremisesNotes": { - "$ref": "#/definitions/.auc:PremisesNotes" - }, - "auc:PrimaryContactID": { - "$ref": "#/definitions/.auc:PrimaryContactID" - }, - "auc:PubliclySubsidized": { - "additionalProperties": false, - "description": "Does the building include multi-family housing that receives or received public funding for construction or operations (this does not include Housing Choice Voucher Program Section 8 or similar vouchers received by individual tenants)?", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:RetrocommissioningDate": { - "additionalProperties": false, - "description": "Date retro-commissioning or recommissioning was last conducted. (CCYY-MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:Sections": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Section": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Physical section of building for which features are defined. May be one or many.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:Ceilings": { - "additionalProperties": false, - "description": "List of ceilings.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Ceiling": { - "anyOf": [ - { - "additionalProperties": false, - "description": "A finished construction under the roof or adjacent floor.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CeilingID": { - "additionalProperties": false, - "description": "ID number of the roof/ceiling type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:CeilingArea": { - "additionalProperties": false, - "description": "Surface area of roof. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CeilingInsulatedArea": { - "additionalProperties": false, - "description": "Insulated area of roof or ceiling. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SpaceIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SpaceID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:CeilingID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "A finished construction under the roof or adjacent floor.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CeilingID": { - "additionalProperties": false, - "description": "ID number of the roof/ceiling type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:CeilingArea": { - "additionalProperties": false, - "description": "Surface area of roof. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CeilingInsulatedArea": { - "additionalProperties": false, - "description": "Insulated area of roof or ceiling. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SpaceIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SpaceID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:CeilingID" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Ceiling" - ], - "type": "object" - }, - "auc:ExteriorFloors": { - "additionalProperties": false, - "description": "List of exterior floors.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExteriorFloor": { - "anyOf": [ - { - "additionalProperties": false, - "description": "A raised floor exposed to air. For example, the top floor of a multistory parking structure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExteriorFloorID": { - "additionalProperties": false, - "description": "ID number of the exterior floor type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:ExteriorFloorArea": { - "additionalProperties": false, - "description": "Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SpaceIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SpaceID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:ExteriorFloorID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "A raised floor exposed to air. For example, the top floor of a multistory parking structure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExteriorFloorID": { - "additionalProperties": false, - "description": "ID number of the exterior floor type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:ExteriorFloorArea": { - "additionalProperties": false, - "description": "Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SpaceIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SpaceID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:ExteriorFloorID" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ExteriorFloor" - ], - "type": "object" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:FloorToCeilingHeight": { - "additionalProperties": false, - "description": "Floor to ceiling height for a premises. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorToFloorHeight": { - "additionalProperties": false, - "description": "Average height of the floors in a premises, measured from floor to floor. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorsAboveGrade": { - "additionalProperties": false, - "description": "Number of floors which are fully above ground.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorsBelowGrade": { - "additionalProperties": false, - "description": "Number of floors which are fully underground.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorsPartiallyBelowGrade": { - "additionalProperties": false, - "description": "Number of floors which are partially underground.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FootprintShape": { - "additionalProperties": false, - "description": "General shape of the section of the building as a footprint defined in the BuildingSync Geometry Reference Sheet.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Rectangular", - "L-Shape", - "U-Shape", - "H-Shape", - "T-Shape", - "O-Shape", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Foundations": { - "additionalProperties": false, - "description": "List of foundations.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Foundation": { - "anyOf": [ - { - "additionalProperties": false, - "description": "A construction element that supports the structure of the premises. In general it is made of masonry or concrete.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FoundationID": { - "additionalProperties": false, - "description": "ID number of the foundation type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FoundationArea": { - "additionalProperties": false, - "description": "Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SpaceIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SpaceID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:FoundationID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "A construction element that supports the structure of the premises. In general it is made of masonry or concrete.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FoundationID": { - "additionalProperties": false, - "description": "ID number of the foundation type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FoundationArea": { - "additionalProperties": false, - "description": "Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SpaceIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SpaceID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:FoundationID" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Foundation" - ], - "type": "object" - }, - "auc:NumberOfSides": { - "additionalProperties": false, - "description": "Number of sides of the section of the building. Inclusion of this element is recommended when auc:FootprintShape is Other.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OccupancyClassification": { - "$ref": "#/definitions/.auc:OccupancyClassification" - }, - "auc:OccupancyLevels": { - "$ref": "#/definitions/.auc:OccupancyLevels" - }, - "auc:OriginalOccupancyClassification": { - "$ref": "#/definitions/.auc:OriginalOccupancyClassification" - }, - "auc:PerimeterZoneDepth": { - "additionalProperties": false, - "description": "Depth of perimeter zone relative to the outside walls. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PremisesIdentifiers": { - "$ref": "#/definitions/.auc:PremisesIdentifiers" - }, - "auc:PremisesName": { - "$ref": "#/definitions/.auc:PremisesName" - }, - "auc:PremisesNotes": { - "$ref": "#/definitions/.auc:PremisesNotes" - }, - "auc:PrimaryContactID": { - "$ref": "#/definitions/.auc:PrimaryContactID" - }, - "auc:Roofs": { - "additionalProperties": false, - "description": "List of roofs.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Roof": { - "anyOf": [ - { - "additionalProperties": false, - "description": "A roof structure that forms the exterior upper covering of a premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RoofID": { - "additionalProperties": false, - "description": "ID number of the roof type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:RoofArea": { - "additionalProperties": false, - "description": "Surface area of roof. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofCondition": { - "additionalProperties": false, - "description": "Description of the roof's condition.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:RoofInsulatedArea": { - "additionalProperties": false, - "description": "Insulated area of roof or ceiling. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SkylightIDs": { - "additionalProperties": false, - "description": "List of Skylight IDs.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SkylightID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the skylight type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:PercentSkylightArea": { - "additionalProperties": false, - "description": "The percentage of the skylight area relative to the roof area. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the skylight type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:PercentSkylightArea": { - "additionalProperties": false, - "description": "The percentage of the skylight area relative to the roof area. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:RoofID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "A roof structure that forms the exterior upper covering of a premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RoofID": { - "additionalProperties": false, - "description": "ID number of the roof type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:RoofArea": { - "additionalProperties": false, - "description": "Surface area of roof. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofCondition": { - "additionalProperties": false, - "description": "Description of the roof's condition.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:RoofInsulatedArea": { - "additionalProperties": false, - "description": "Insulated area of roof or ceiling. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SkylightIDs": { - "additionalProperties": false, - "description": "List of Skylight IDs.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SkylightID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the skylight type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:PercentSkylightArea": { - "additionalProperties": false, - "description": "The percentage of the skylight area relative to the roof area. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the skylight type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:PercentSkylightArea": { - "additionalProperties": false, - "description": "The percentage of the skylight area relative to the roof area. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:RoofID" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Roof" - ], - "type": "object" - }, - "auc:SectionType": { - "additionalProperties": false, - "description": "The type of section such as Whole building, Space function data, or other types. * Whole building - describes the whole building, Space function - describes a space function (refer to SPC 211 Standard for Commercial Building Energy Audits), Component - describes a subspace of a primary premises such as HVAC zone, retails shops in a mall, etc., Tenant - describes a section for a tenant, Virtual - describes a section loosely with potentially overlap with other sections and section types, Other - not well-described by other types.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Whole building", - "Space function", - "Component", - "Tenant", - "Virtual", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SideA1Orientation": { - "additionalProperties": false, - "description": "The orientation of the canonical A1 side of the shape, as defined in the BuildingSync Geometry Reference Sheet. (degrees clockwise from north)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Sides": { - "additionalProperties": false, - "description": "List of sides.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Side": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DoorID": { - "$ref": "#/definitions/.auc:DoorID" - }, - "auc:DoorIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DoorID": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:DoorID" - }, - { - "items": { - "$ref": "#/definitions/.auc:DoorID" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:SideLength": { - "additionalProperties": false, - "description": "Length of a particular side of the section as defined in the BuildingSync Geometry Reference Sheet. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SideNumber": { - "additionalProperties": false, - "description": "Alphanumeric designation of the side of the section as defined in the BuildingSync Geometry Reference Sheet.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "A1", - "A2", - "A3", - "B1", - "B2", - "B3", - "C1", - "C2", - "C3", - "D1", - "D2", - "D3", - "AO1", - "BO1" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "description": "List of thermal zone IDs.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "type": "object" - }, - "auc:WallID": { - "$ref": "#/definitions/.auc:WallID" - }, - "auc:WallIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WallID": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:WallID" - }, - { - "items": { - "$ref": "#/definitions/.auc:WallID" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:WindowID": { - "$ref": "#/definitions/.auc:WindowID" - }, - "auc:WindowIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WindowID": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:WindowID" - }, - { - "items": { - "$ref": "#/definitions/.auc:WindowID" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DoorID": { - "$ref": "#/definitions/.auc:DoorID" - }, - "auc:DoorIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DoorID": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:DoorID" - }, - { - "items": { - "$ref": "#/definitions/.auc:DoorID" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:SideLength": { - "additionalProperties": false, - "description": "Length of a particular side of the section as defined in the BuildingSync Geometry Reference Sheet. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SideNumber": { - "additionalProperties": false, - "description": "Alphanumeric designation of the side of the section as defined in the BuildingSync Geometry Reference Sheet.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "A1", - "A2", - "A3", - "B1", - "B2", - "B3", - "C1", - "C2", - "C3", - "D1", - "D2", - "D3", - "AO1", - "BO1" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "description": "List of thermal zone IDs.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "type": "object" - }, - "auc:WallID": { - "$ref": "#/definitions/.auc:WallID" - }, - "auc:WallIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WallID": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:WallID" - }, - { - "items": { - "$ref": "#/definitions/.auc:WallID" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:WindowID": { - "$ref": "#/definitions/.auc:WindowID" - }, - "auc:WindowIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WindowID": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:WindowID" - }, - { - "items": { - "$ref": "#/definitions/.auc:WindowID" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Side" - ], - "type": "object" - }, - "auc:Story": { - "additionalProperties": false, - "description": "The story of the given section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:int" - } - }, - "type": "object" - }, - "auc:TenantIDs": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:TenantIDs" - }, - { - "items": { - "$ref": "#/definitions/.auc:TenantIDs" - }, - "type": "array" - } - ] - }, - "auc:ThermalZoneLayout": { - "additionalProperties": false, - "description": "Type of zoning used for space conditioning.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Perimeter", - "Perimeter and core", - "Single zone", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThermalZones": { - "additionalProperties": false, - "description": "Section of a building that share thermal control characteristics. May be one or many.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZone": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ThermalZoneType" - }, - { - "items": { - "$ref": "#/definitions/auc:ThermalZoneType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ThermalZone" - ], - "type": "object" - }, - "auc:TypicalOccupantUsages": { - "$ref": "#/definitions/.auc:TypicalOccupantUsages" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:XOffset": { - "additionalProperties": false, - "description": "X offset of the origin of the section, defined as the counter-clockwise vertex of the A1 side on the bottom floor, relative to an arbitrary fixed origin established for the facility. (See BuildingSync Geometry Reference Sheet). (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:YOffset": { - "additionalProperties": false, - "description": "Y offset of the origin of the section, defined as the counter-clockwise vertex of the A1 side on the bottom floor, relative to an arbitrary fixed origin established for the facility (see BuildingSync Geometry Reference Sheet). (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:YearOfConstruction": { - "additionalProperties": false, - "description": "Year in which construction was completed on the premise. (CCYY)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - }, - "auc:ZOffset": { - "additionalProperties": false, - "description": "Z offset of the origin of the section, defined as the counter-clockwise vertex of the A1 side on the bottom floor, relative to an arbitrary fixed origin established for the facility (see BuildingSync Geometry Reference Sheet). (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Physical section of building for which features are defined. May be one or many.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:Ceilings": { - "additionalProperties": false, - "description": "List of ceilings.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Ceiling": { - "anyOf": [ - { - "additionalProperties": false, - "description": "A finished construction under the roof or adjacent floor.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CeilingID": { - "additionalProperties": false, - "description": "ID number of the roof/ceiling type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:CeilingArea": { - "additionalProperties": false, - "description": "Surface area of roof. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CeilingInsulatedArea": { - "additionalProperties": false, - "description": "Insulated area of roof or ceiling. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SpaceIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SpaceID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:CeilingID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "A finished construction under the roof or adjacent floor.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CeilingID": { - "additionalProperties": false, - "description": "ID number of the roof/ceiling type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:CeilingArea": { - "additionalProperties": false, - "description": "Surface area of roof. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CeilingInsulatedArea": { - "additionalProperties": false, - "description": "Insulated area of roof or ceiling. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SpaceIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SpaceID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:CeilingID" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Ceiling" - ], - "type": "object" - }, - "auc:ExteriorFloors": { - "additionalProperties": false, - "description": "List of exterior floors.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExteriorFloor": { - "anyOf": [ - { - "additionalProperties": false, - "description": "A raised floor exposed to air. For example, the top floor of a multistory parking structure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExteriorFloorID": { - "additionalProperties": false, - "description": "ID number of the exterior floor type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:ExteriorFloorArea": { - "additionalProperties": false, - "description": "Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SpaceIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SpaceID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:ExteriorFloorID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "A raised floor exposed to air. For example, the top floor of a multistory parking structure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExteriorFloorID": { - "additionalProperties": false, - "description": "ID number of the exterior floor type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:ExteriorFloorArea": { - "additionalProperties": false, - "description": "Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SpaceIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SpaceID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:ExteriorFloorID" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ExteriorFloor" - ], - "type": "object" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:FloorToCeilingHeight": { - "additionalProperties": false, - "description": "Floor to ceiling height for a premises. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorToFloorHeight": { - "additionalProperties": false, - "description": "Average height of the floors in a premises, measured from floor to floor. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorsAboveGrade": { - "additionalProperties": false, - "description": "Number of floors which are fully above ground.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorsBelowGrade": { - "additionalProperties": false, - "description": "Number of floors which are fully underground.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorsPartiallyBelowGrade": { - "additionalProperties": false, - "description": "Number of floors which are partially underground.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FootprintShape": { - "additionalProperties": false, - "description": "General shape of the section of the building as a footprint defined in the BuildingSync Geometry Reference Sheet.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Rectangular", - "L-Shape", - "U-Shape", - "H-Shape", - "T-Shape", - "O-Shape", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Foundations": { - "additionalProperties": false, - "description": "List of foundations.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Foundation": { - "anyOf": [ - { - "additionalProperties": false, - "description": "A construction element that supports the structure of the premises. In general it is made of masonry or concrete.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FoundationID": { - "additionalProperties": false, - "description": "ID number of the foundation type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FoundationArea": { - "additionalProperties": false, - "description": "Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SpaceIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SpaceID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:FoundationID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "A construction element that supports the structure of the premises. In general it is made of masonry or concrete.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FoundationID": { - "additionalProperties": false, - "description": "ID number of the foundation type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:FoundationArea": { - "additionalProperties": false, - "description": "Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SpaceIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SpaceID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the space type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:FoundationID" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Foundation" - ], - "type": "object" - }, - "auc:NumberOfSides": { - "additionalProperties": false, - "description": "Number of sides of the section of the building. Inclusion of this element is recommended when auc:FootprintShape is Other.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OccupancyClassification": { - "$ref": "#/definitions/.auc:OccupancyClassification" - }, - "auc:OccupancyLevels": { - "$ref": "#/definitions/.auc:OccupancyLevels" - }, - "auc:OriginalOccupancyClassification": { - "$ref": "#/definitions/.auc:OriginalOccupancyClassification" - }, - "auc:PerimeterZoneDepth": { - "additionalProperties": false, - "description": "Depth of perimeter zone relative to the outside walls. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PremisesIdentifiers": { - "$ref": "#/definitions/.auc:PremisesIdentifiers" - }, - "auc:PremisesName": { - "$ref": "#/definitions/.auc:PremisesName" - }, - "auc:PremisesNotes": { - "$ref": "#/definitions/.auc:PremisesNotes" - }, - "auc:PrimaryContactID": { - "$ref": "#/definitions/.auc:PrimaryContactID" - }, - "auc:Roofs": { - "additionalProperties": false, - "description": "List of roofs.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Roof": { - "anyOf": [ - { - "additionalProperties": false, - "description": "A roof structure that forms the exterior upper covering of a premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RoofID": { - "additionalProperties": false, - "description": "ID number of the roof type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:RoofArea": { - "additionalProperties": false, - "description": "Surface area of roof. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofCondition": { - "additionalProperties": false, - "description": "Description of the roof's condition.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:RoofInsulatedArea": { - "additionalProperties": false, - "description": "Insulated area of roof or ceiling. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SkylightIDs": { - "additionalProperties": false, - "description": "List of Skylight IDs.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SkylightID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the skylight type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:PercentSkylightArea": { - "additionalProperties": false, - "description": "The percentage of the skylight area relative to the roof area. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the skylight type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:PercentSkylightArea": { - "additionalProperties": false, - "description": "The percentage of the skylight area relative to the roof area. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:RoofID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "A roof structure that forms the exterior upper covering of a premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RoofID": { - "additionalProperties": false, - "description": "ID number of the roof type associated with this section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:RoofArea": { - "additionalProperties": false, - "description": "Surface area of roof. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofCondition": { - "additionalProperties": false, - "description": "Description of the roof's condition.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:RoofInsulatedArea": { - "additionalProperties": false, - "description": "Insulated area of roof or ceiling. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SkylightIDs": { - "additionalProperties": false, - "description": "List of Skylight IDs.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SkylightID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the skylight type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:PercentSkylightArea": { - "additionalProperties": false, - "description": "The percentage of the skylight area relative to the roof area. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the skylight type associated with this side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - }, - "auc:PercentSkylightArea": { - "additionalProperties": false, - "description": "The percentage of the skylight area relative to the roof area. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "auc:RoofID" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Roof" - ], - "type": "object" - }, - "auc:SectionType": { - "additionalProperties": false, - "description": "The type of section such as Whole building, Space function data, or other types. * Whole building - describes the whole building, Space function - describes a space function (refer to SPC 211 Standard for Commercial Building Energy Audits), Component - describes a subspace of a primary premises such as HVAC zone, retails shops in a mall, etc., Tenant - describes a section for a tenant, Virtual - describes a section loosely with potentially overlap with other sections and section types, Other - not well-described by other types.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Whole building", - "Space function", - "Component", - "Tenant", - "Virtual", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SideA1Orientation": { - "additionalProperties": false, - "description": "The orientation of the canonical A1 side of the shape, as defined in the BuildingSync Geometry Reference Sheet. (degrees clockwise from north)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Sides": { - "additionalProperties": false, - "description": "List of sides.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Side": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DoorID": { - "$ref": "#/definitions/.auc:DoorID" - }, - "auc:DoorIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DoorID": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:DoorID" - }, - { - "items": { - "$ref": "#/definitions/.auc:DoorID" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:SideLength": { - "additionalProperties": false, - "description": "Length of a particular side of the section as defined in the BuildingSync Geometry Reference Sheet. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SideNumber": { - "additionalProperties": false, - "description": "Alphanumeric designation of the side of the section as defined in the BuildingSync Geometry Reference Sheet.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "A1", - "A2", - "A3", - "B1", - "B2", - "B3", - "C1", - "C2", - "C3", - "D1", - "D2", - "D3", - "AO1", - "BO1" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "description": "List of thermal zone IDs.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "type": "object" - }, - "auc:WallID": { - "$ref": "#/definitions/.auc:WallID" - }, - "auc:WallIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WallID": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:WallID" - }, - { - "items": { - "$ref": "#/definitions/.auc:WallID" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:WindowID": { - "$ref": "#/definitions/.auc:WindowID" - }, - "auc:WindowIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WindowID": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:WindowID" - }, - { - "items": { - "$ref": "#/definitions/.auc:WindowID" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DoorID": { - "$ref": "#/definitions/.auc:DoorID" - }, - "auc:DoorIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DoorID": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:DoorID" - }, - { - "items": { - "$ref": "#/definitions/.auc:DoorID" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:SideLength": { - "additionalProperties": false, - "description": "Length of a particular side of the section as defined in the BuildingSync Geometry Reference Sheet. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SideNumber": { - "additionalProperties": false, - "description": "Alphanumeric designation of the side of the section as defined in the BuildingSync Geometry Reference Sheet.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "A1", - "A2", - "A3", - "B1", - "B2", - "B3", - "C1", - "C2", - "C3", - "D1", - "D2", - "D3", - "AO1", - "BO1" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThermalZoneIDs": { - "additionalProperties": false, - "description": "List of thermal zone IDs.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZoneID": { - "additionalProperties": false, - "description": "ID number of the zone type associated with this space or side of the section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "type": "object" - }, - "auc:WallID": { - "$ref": "#/definitions/.auc:WallID" - }, - "auc:WallIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WallID": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:WallID" - }, - { - "items": { - "$ref": "#/definitions/.auc:WallID" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:WindowID": { - "$ref": "#/definitions/.auc:WindowID" - }, - "auc:WindowIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WindowID": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:WindowID" - }, - { - "items": { - "$ref": "#/definitions/.auc:WindowID" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Side" - ], - "type": "object" - }, - "auc:Story": { - "additionalProperties": false, - "description": "The story of the given section.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:int" - } - }, - "type": "object" - }, - "auc:TenantIDs": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:TenantIDs" - }, - { - "items": { - "$ref": "#/definitions/.auc:TenantIDs" - }, - "type": "array" - } - ] - }, - "auc:ThermalZoneLayout": { - "additionalProperties": false, - "description": "Type of zoning used for space conditioning.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Perimeter", - "Perimeter and core", - "Single zone", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThermalZones": { - "additionalProperties": false, - "description": "Section of a building that share thermal control characteristics. May be one or many.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ThermalZone": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ThermalZoneType" - }, - { - "items": { - "$ref": "#/definitions/auc:ThermalZoneType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ThermalZone" - ], - "type": "object" - }, - "auc:TypicalOccupantUsages": { - "$ref": "#/definitions/.auc:TypicalOccupantUsages" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:XOffset": { - "additionalProperties": false, - "description": "X offset of the origin of the section, defined as the counter-clockwise vertex of the A1 side on the bottom floor, relative to an arbitrary fixed origin established for the facility. (See BuildingSync Geometry Reference Sheet). (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:YOffset": { - "additionalProperties": false, - "description": "Y offset of the origin of the section, defined as the counter-clockwise vertex of the A1 side on the bottom floor, relative to an arbitrary fixed origin established for the facility (see BuildingSync Geometry Reference Sheet). (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:YearOfConstruction": { - "additionalProperties": false, - "description": "Year in which construction was completed on the premise. (CCYY)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - }, - "auc:ZOffset": { - "additionalProperties": false, - "description": "Z offset of the origin of the section, defined as the counter-clockwise vertex of the A1 side on the bottom floor, relative to an arbitrary fixed origin established for the facility (see BuildingSync Geometry Reference Sheet). (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Section" - ], - "type": "object" - }, - "auc:SpatialUnits": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SpatialUnit": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:NumberOfUnits": { - "additionalProperties": false, - "description": "Number of individual units within the premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SpatialUnitOccupiedPercentage": { - "additionalProperties": false, - "description": "Percentage of the spatial units that are occupied. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:SpatialUnitType": { - "additionalProperties": false, - "description": "Unit type within the premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Lots", - "Parking spaces", - "Apartment units", - "Businesses", - "Guest rooms", - "Stations", - "Buildings", - "Areas", - "Thermal Zones", - "Floors", - "Rooms", - "Bedrooms", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:UnitDensity": { - "additionalProperties": false, - "description": "Number of units per 1,000 square feet.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:NumberOfUnits": { - "additionalProperties": false, - "description": "Number of individual units within the premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SpatialUnitOccupiedPercentage": { - "additionalProperties": false, - "description": "Percentage of the spatial units that are occupied. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:SpatialUnitType": { - "additionalProperties": false, - "description": "Unit type within the premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Lots", - "Parking spaces", - "Apartment units", - "Businesses", - "Guest rooms", - "Stations", - "Buildings", - "Areas", - "Thermal Zones", - "Floors", - "Rooms", - "Bedrooms", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:UnitDensity": { - "additionalProperties": false, - "description": "Number of units per 1,000 square feet.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:TenantIDs": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:TenantIDs" - }, - { - "items": { - "$ref": "#/definitions/.auc:TenantIDs" - }, - "type": "array" - } - ] - }, - "auc:TotalExteriorAboveGradeWallArea": { - "additionalProperties": false, - "description": "Above grade wall area exposed to the elements. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TotalExteriorBelowGradeWallArea": { - "additionalProperties": false, - "description": "Below grade wall area exposed to the ground. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TypicalOccupantUsages": { - "$ref": "#/definitions/.auc:TypicalOccupantUsages" - }, - "auc:UnconditionedFloorsAboveGrade": { - "additionalProperties": false, - "description": "Nominal number of floors which are fully above ground and are unconditioned.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:UnconditionedFloorsBelowGrade": { - "additionalProperties": false, - "description": "Nominal number of floors which are fully underground and are unconditioned.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:VerticalSurroundings": { - "additionalProperties": false, - "description": "Attachments to the outermost vertical surfaces of the premises. This can be used if the more detailed input for Surface Exposure is not known. Illustrations for the constrained list choices will be provided when the web site is developed.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Stand-alone", - "Attached on one side", - "Attached on two sides", - "Attached on three sides", - "Within a building", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WeatherDataStationID": { - "$ref": "#/definitions/.auc:WeatherDataStationID" - }, - "auc:WeatherStationCategory": { - "$ref": "#/definitions/.auc:WeatherStationCategory" - }, - "auc:WeatherStationName": { - "$ref": "#/definitions/.auc:WeatherStationName" - }, - "auc:WeatherStations": { - "$ref": "#/definitions/.auc:WeatherStations" - }, - "auc:YearOccupied": { - "additionalProperties": false, - "description": "Year in which the premises was first occupied. (CCYY)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - }, - "auc:YearOfConstruction": { - "additionalProperties": false, - "description": "Year in which construction was completed on the premise. (CCYY)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - }, - "auc:YearOfLastEnergyAudit": { - "additionalProperties": false, - "description": "Year of the most recent energy audit for this building. (CCYY)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - }, - "auc:YearOfLastMajorRemodel": { - "additionalProperties": false, - "description": "Year of the most recent major remodel. For a remodel to be considered major, the work undertaken must have required a permit from the building department, or an inspection by a governing authority. (CCYY)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - }, - "auc:YearOfLatestRetrofit": { - "additionalProperties": false, - "description": "Year an energy retrofit of the building was last completed. (CCYY)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - }, - "auc:eGRIDRegionCode": { - "$ref": "#/definitions/.auc:eGRIDRegionCode" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:CBECSType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ClimateZone": { - "additionalProperties": false, - "description": "Based on the Climate Zone Type term, this is the climate zone designation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "1", - "2", - "3", - "4", - "5" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:CalculationMethodType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EngineeringCalculation": { - "$ref": "#/definitions/auc:EngineeringCalculationType", - "description": "The 'EngineeringCalculation' calculation method is used to represent a scenario in which a spreadsheet style calculation, or some other modeling approach that is not full building energy modeling, was used to derive data represented by this scenario type." - }, - "auc:Estimated": { - "$ref": "#/definitions/auc:EstimatedType", - "description": "The 'Estimated' calculation method is used to represent a scenario in which a guess or judgement call was used to derive data represented by this scenario type." - }, - "auc:Measured": { - "additionalProperties": false, - "description": "The 'Measured' calculation method is used to represent a scenario in which actual measurements were used to derive data represented by this scenario type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasuredEnergySource": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DirectMeasurement": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:UtilityBills": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:UtilityAccountNumber": { - "additionalProperties": false, - "description": "Unique account number designated by the utility.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:UtilityBillpayer": { - "additionalProperties": false, - "description": "Organization that is responsible for paying the bills associated with this meter.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:UtilityMeterNumber": { - "additionalProperties": false, - "description": "Unique identification number for the meter.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Modeled": { - "additionalProperties": false, - "description": "The 'Modeled' calculation method is used to represent a scenario in which a building energy modeling software was used to derive data represented by this scenario type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SimulationCompletionStatus": { - "additionalProperties": false, - "description": "Status of the simulation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Not Started", - "Started", - "Finished", - "Failed", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SoftwareProgramUsed": { - "additionalProperties": false, - "description": "Building energy modeling software used to estimate energy savings.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:SoftwareProgramVersion": { - "additionalProperties": false, - "description": "Version number of building energy modeling software.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:WeatherDataType": { - "additionalProperties": false, - "description": "Type of weather data used for the simulation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "CWEC", - "CZRV2", - "IWEC", - "Onsite Measurement", - "TMY", - "TMY2", - "TMY3", - "Weather Station", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - } - }, - "type": "object" - }, - "auc:CeilingSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:CeilingColor": { - "additionalProperties": false, - "description": "Color of a material or component. Can be applied to opaque surfaces, materials, and so forth.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:Color" - } - }, - "type": "object" - }, - "auc:CeilingConstruction": { - "additionalProperties": false, - "description": "The general description of the main structural construction method used for an opaque surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EnvelopeConstructionType" - } - }, - "type": "object" - }, - "auc:CeilingFinish": { - "additionalProperties": false, - "description": "The final material applied to a surface, either interior or exterior. Some structural components don't have an exterior finish, such as unfinished poured concrete.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:Finish" - } - }, - "type": "object" - }, - "auc:CeilingFramingDepth": { - "additionalProperties": false, - "description": "Dimension of the distance from the front to the back, such as the depth of structural framing in a wall or floor. It can also be the distance from the top to the bottom, such as the depth of a tank or pool of a component or material, such as the depth of the structural framing. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CeilingFramingFactor": { - "additionalProperties": false, - "description": "Fraction of the surface that is composed of structural framing material. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CeilingFramingMaterial": { - "additionalProperties": false, - "description": "The material used to create the structural integrity in an opaque surface. In many cases the framing material is not continuous across the construction.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:FramingMaterial" - } - }, - "type": "object" - }, - "auc:CeilingFramingSpacing": { - "additionalProperties": false, - "description": "\n Dimension of the distance between two components. Examples include: Framing spacing: the dimension from centerline to centerline of a surface framing material. Window spacing: the dimension between windows in a discrete window layout. (in.)\n ", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CeilingInsulations": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CeilingInsulation": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CeilingInsulationApplication": { - "additionalProperties": false, - "description": "A description of the type of insulation and how it is applied.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Loose fill", - "Batt", - "Spray on", - "Rigid", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CeilingInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:CeilingInsulationContinuity": { - "additionalProperties": false, - "description": "Insulation installation type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Cavity", - "Continuous", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CeilingInsulationMaterial": { - "additionalProperties": false, - "description": "Material used for the structural component of the surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationMaterialType" - } - }, - "type": "object" - }, - "auc:CeilingInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of roof insulation. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CeilingInsulationApplication": { - "additionalProperties": false, - "description": "A description of the type of insulation and how it is applied.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Loose fill", - "Batt", - "Spray on", - "Rigid", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CeilingInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:CeilingInsulationContinuity": { - "additionalProperties": false, - "description": "Insulation installation type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Cavity", - "Continuous", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CeilingInsulationMaterial": { - "additionalProperties": false, - "description": "Material used for the structural component of the surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationMaterialType" - } - }, - "type": "object" - }, - "auc:CeilingInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of roof insulation. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:CeilingRValue": { - "additionalProperties": false, - "description": "(Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CeilingUFactor": { - "additionalProperties": false, - "description": "The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CeilingVisibleAbsorptance": { - "additionalProperties": false, - "description": "The fraction of incident visible wavelength radiation that is absorbed by the material or surface. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:Color": { - "enum": [ - "White", - "Light", - "Medium", - "Medium dark", - "Dark", - "Reflective", - "Other", - "Unknown" - ], - "type": "string" - }, - "auc:CommunicationProtocolAnalogType": { - "enum": [ - "AMX192", - "Current", - "D54", - "Voltage", - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - "auc:CommunicationProtocolDigitalType": { - "enum": [ - "BACnet", - "DALI", - "DMX512", - "DSI ", - "EnOcean", - "KMX", - "Konnex", - "LonTalk", - "MODBUS", - "PROFIBUS FMS", - "X10", - "ZigBee", - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - "auc:CondenserPlantType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:AirCooled": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:CondenserFanSpeedOperation": { - "additionalProperties": false, - "description": "The condenser fan control option used by the unit. If the unit has several constant-speed condenser fans that stage on in conjunction with multiple compressors, this should be set to \"Stepped Speed.\"", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Variable Volume", - "Stepped Speed", - "Constant Volume", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CondensingTemperature": { - "additionalProperties": false, - "description": "The saturation temperature, in degrees, corresponding to the measured refrigerant pressure at the condenser inlet. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DesignAmbientTemperature": { - "additionalProperties": false, - "description": "The ambient air temperature under design conditions. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DesignTemperatureDifference": { - "additionalProperties": false, - "description": "The difference between the condensing temperature of the refrigerant in the condenser and the design ambient temperature. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EvaporativelyCooledCondenser": { - "additionalProperties": false, - "description": "If exists then the unit uses evaporative cooling to enhance heat rejection from the condenser coils.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:EvaporativelyCooledCondenserMaximumTemperature": { - "additionalProperties": false, - "description": "The threshold outside air dry-bulb temperature below which evaporative condenser operates. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EvaporativelyCooledCondenserMinimumTemperature": { - "additionalProperties": false, - "description": "The threshold outside air dry-bulb temperature above which evaporative condenser operates. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:SplitCondenser": { - "additionalProperties": false, - "description": "True if a valve is used to split the condenser loop to better control head pressure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:BuildingAutomationSystem": { - "$ref": "#/definitions/.auc:BuildingAutomationSystem" - }, - "auc:CondenserPlantCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:ControlSystemTypes": { - "additionalProperties": false, - "description": "CondenserPlant equipment control strategies.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlSystemType": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - { - "items": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:GlycolCooledDryCooler": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:CondensingTemperature": { - "additionalProperties": false, - "description": "The saturation temperature, in degrees, corresponding to the measured refrigerant pressure at the condenser inlet. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:GroundSource": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:CondenserWaterTemperature": { - "additionalProperties": false, - "description": "The temperature of water supplied to a water-cooled condenser under normal operating conditions. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CondensingTemperature": { - "additionalProperties": false, - "description": "The saturation temperature, in degrees, corresponding to the measured refrigerant pressure at the condenser inlet. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:GroundSourceType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Open loop ground water", - "Closed loop ground source", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterCooledCondenserFlowControl": { - "$ref": "#/definitions/.auc:WaterCooledCondenserFlowControl" - }, - "auc:WaterSideEconomizer": { - "additionalProperties": false, - "description": "If exists then the cooling system has a water-side economizer to provide free cooling.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:WaterSideEconomizerDBTemperatureMaximum": { - "additionalProperties": false, - "description": "The control temperature of the outside air dry-bulb temperature above which the water-side economizer is disabled. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterSideEconomizerTemperatureMaximum": { - "additionalProperties": false, - "description": "The control temperature of the condenser water supply temperature above which the water-side economizer is disabled. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterSideEconomizerTemperatureSetpoint": { - "additionalProperties": false, - "description": "The water temperature that the equipment supplies, such as the chilled water temperature setpoint for a chiller, or hot water temperature setpoint for water leaving a boiler. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterSideEconomizerType": { - "$ref": "#/definitions/.auc:WaterSideEconomizerType" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:WellCount": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:PrimaryFuel": { - "additionalProperties": false, - "description": "Main fuel used by the CondenserPlant.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:FuelTypes" - } - }, - "type": "object" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WaterCooled": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:CellCount": { - "additionalProperties": false, - "description": "The number of cells in the cooling tower. Each cell has its own fan, water flow allowing for responding to lower load conditions.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CondenserWaterTemperature": { - "additionalProperties": false, - "description": "The temperature of water supplied to a water-cooled condenser under normal operating conditions. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CondensingTemperature": { - "additionalProperties": false, - "description": "The saturation temperature, in degrees, corresponding to the measured refrigerant pressure at the condenser inlet. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CoolingTowerCellControl": { - "additionalProperties": false, - "description": "Cooling tower cell control type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Max Cells", - "Min Cells", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CoolingTowerFanControl": { - "additionalProperties": false, - "description": "Cooling tower fan control type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Single Speed", - "Two Speed", - "Variable Speed", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CoolingTowerTemperatureControl": { - "additionalProperties": false, - "description": "Cooling tower temperature control type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Wet Bulb Reset", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterCooledCondenserFlowControl": { - "$ref": "#/definitions/.auc:WaterCooledCondenserFlowControl" - }, - "auc:WaterCooledCondenserType": { - "additionalProperties": false, - "description": "Type of water-cooled condenser.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Cooling tower", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterSideEconomizer": { - "additionalProperties": false, - "description": "If exists then the cooling system has a water-side economizer to provide free cooling.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:WaterSideEconomizerDBTemperatureMaximum": { - "additionalProperties": false, - "description": "The control temperature of the outside air dry-bulb temperature above which the water-side economizer is disabled. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterSideEconomizerTemperatureMaximum": { - "additionalProperties": false, - "description": "The control temperature of the condenser water supply temperature above which the water-side economizer is disabled. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterSideEconomizerType": { - "$ref": "#/definitions/.auc:WaterSideEconomizerType" - } - }, - "required": [ - "@ID" - ], - "type": "object" - } - }, - "type": "object" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:ContactType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:Address": { - "$ref": "#/definitions/.auc:Address" - }, - "auc:ContactCompany": { - "additionalProperties": false, - "description": "Company name associated with the contact, if applicable.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:ContactEmailAddresses": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ContactEmailAddress": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ContactEmailAddressLabel": { - "additionalProperties": false, - "description": "The type of email address, to distinguish between multiple instances of Email Address.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Personal", - "Work", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EmailAddress": { - "$ref": "#/definitions/.auc:EmailAddress" - } - }, - "required": [ - "auc:EmailAddress" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ContactEmailAddressLabel": { - "additionalProperties": false, - "description": "The type of email address, to distinguish between multiple instances of Email Address.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Personal", - "Work", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EmailAddress": { - "$ref": "#/definitions/.auc:EmailAddress" - } - }, - "required": [ - "auc:EmailAddress" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ContactEmailAddress" - ], - "type": "object" - }, - "auc:ContactName": { - "additionalProperties": false, - "description": "The name, first and last, associated with the contact.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:ContactRoles": { - "additionalProperties": false, - "description": "Container for the a list of roles that a contact can have.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ContactRole": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Characterization of the contact.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Premises", - "Occupant", - "Agency", - "Owner", - "Customer", - "Customer agreement", - "Administrator", - "Qualified Assessor", - "Contributor", - "Property Management Company", - "Operator", - "Energy Auditor", - "Energy Modeler", - "Contractor", - "Implementer", - "Financier", - "Commissioning Agent", - "MV Agent", - "Evaluator", - "Builder", - "Service", - "Billing", - "Architect", - "Mechanical Engineer", - "Energy Consultant", - "Service and Product Provider", - "Authority Having Jurisdiction", - "Utility", - "Power plant", - "Electric Distribution Utility (EDU)", - "ESCO", - "Facilitator", - "Facility Manager", - "Trainer", - "Electrical Engineer", - "Controls Engineer", - "Lender", - "Servicer", - "Originator", - "Submitter", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Characterization of the contact.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Premises", - "Occupant", - "Agency", - "Owner", - "Customer", - "Customer agreement", - "Administrator", - "Qualified Assessor", - "Contributor", - "Property Management Company", - "Operator", - "Energy Auditor", - "Energy Modeler", - "Contractor", - "Implementer", - "Financier", - "Commissioning Agent", - "MV Agent", - "Evaluator", - "Builder", - "Service", - "Billing", - "Architect", - "Mechanical Engineer", - "Energy Consultant", - "Service and Product Provider", - "Authority Having Jurisdiction", - "Utility", - "Power plant", - "Electric Distribution Utility (EDU)", - "ESCO", - "Facilitator", - "Facility Manager", - "Trainer", - "Electrical Engineer", - "Controls Engineer", - "Lender", - "Servicer", - "Originator", - "Submitter", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ContactTelephoneNumbers": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ContactTelephoneNumber": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ContactTelephoneNumberLabel": { - "additionalProperties": false, - "description": "The type of telephone number, to distinguish between multiple instances of Telephone Number.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Days", - "Evenings", - "Cell", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TelephoneNumber": { - "$ref": "#/definitions/.auc:TelephoneNumber" - } - }, - "required": [ - "auc:TelephoneNumber" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ContactTelephoneNumberLabel": { - "additionalProperties": false, - "description": "The type of telephone number, to distinguish between multiple instances of Telephone Number.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Days", - "Evenings", - "Cell", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TelephoneNumber": { - "$ref": "#/definitions/.auc:TelephoneNumber" - } - }, - "required": [ - "auc:TelephoneNumber" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ContactTelephoneNumber" - ], - "type": "object" - }, - "auc:ContactTitle": { - "additionalProperties": false, - "description": "The title or position of the contact within their organization.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:ControlGeneralType": { - "additionalProperties": false, - "description": "An instance of a general control technology.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AdvancedPowerStrip": { - "additionalProperties": false, - "description": "Control by means of advanced power strip.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlStrategy": { - "additionalProperties": false, - "description": "Control strategy for advanced power strip.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ControlStrategyGeneralType" - } - }, - "type": "object" - }, - "auc:ControlSystemType": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "auc:OtherControlStrategyName": { - "additionalProperties": false, - "description": "If ControlStrategy is other, then the name of the strategy used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Manual": { - "additionalProperties": false, - "description": "Manual operation of system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlStrategy": { - "additionalProperties": false, - "description": "Control strategy for manual control.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ControlStrategyGeneralType" - } - }, - "type": "object" - }, - "auc:ControlSystemType": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "auc:OtherControlStrategyName": { - "additionalProperties": false, - "description": "If ControlStrategy is other, then the name of the strategy used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Occupancy": { - "additionalProperties": false, - "description": "Occupancy-based controls.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlSensor": { - "additionalProperties": false, - "description": "Type of sensor for detecting occupancy.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ControlSensorOccupancyType" - } - }, - "type": "object" - }, - "auc:ControlStrategy": { - "additionalProperties": false, - "description": "Occupancy-based control strategy.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ControlStrategyOccupancyType" - } - }, - "type": "object" - }, - "auc:ControlSystemType": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "auc:OtherControlStrategyName": { - "additionalProperties": false, - "description": "If ControlStrategy is other, then the name of the strategy used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:OtherControlTechnology": { - "additionalProperties": false, - "description": "Other control technology.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlStrategy": { - "additionalProperties": false, - "description": "HVAC control strategy for other control technology.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ControlStrategyGeneralType" - } - }, - "type": "object" - }, - "auc:ControlSystemType": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "auc:OtherControlStrategyName": { - "additionalProperties": false, - "description": "If ControlStrategy is other, then the name of the strategy used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:OtherControlTechnologyName": { - "additionalProperties": false, - "description": "Custom defined name for the type of control technology used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Thermostat": { - "additionalProperties": false, - "description": "Thermostat-based control technology.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlStrategy": { - "additionalProperties": false, - "description": "Thermostat controller strategy.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ControlStrategyGeneralType" - } - }, - "type": "object" - }, - "auc:ControlSystemType": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "auc:OtherControlStrategyName": { - "additionalProperties": false, - "description": "If ControlStrategy is other, then the name of the strategy used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Timer": { - "additionalProperties": false, - "description": "Timer-based controls for specified timed intervals.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlStrategy": { - "additionalProperties": false, - "description": "Timer-based control strategy for lighting.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ControlStrategyGeneralType" - } - }, - "type": "object" - }, - "auc:ControlSystemType": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "auc:OtherControlStrategyName": { - "additionalProperties": false, - "description": "If ControlStrategy is other, then the name of the strategy used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:ControlLightingType": { - "additionalProperties": false, - "description": "An instance of a lighting control technology.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AdvancedPowerStrip": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlStrategy": { - "additionalProperties": false, - "description": "Controller strategy.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ControlStrategyLightingType" - } - }, - "type": "object" - }, - "auc:ControlSystemType": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "auc:OtherControlStrategyName": { - "additionalProperties": false, - "description": "If ControlStrategy is other, then the name of the strategy used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Daylighting": { - "additionalProperties": false, - "description": "Type of daylighting controls used to manage lighting.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlSensor": { - "additionalProperties": false, - "description": "Type of sensor for daylighting.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ControlSensorDaylightingType" - } - }, - "type": "object" - }, - "auc:ControlSteps": { - "additionalProperties": false, - "description": "For stepped dimming, the number of equally spaced control steps.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ControlStrategy": { - "additionalProperties": false, - "description": "Daylighting control strategy.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ControlStrategyDaylightingType" - } - }, - "type": "object" - }, - "auc:ControlSystemType": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "auc:OtherControlStrategyName": { - "additionalProperties": false, - "description": "If ControlStrategy is other, then the name of the strategy used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Manual": { - "additionalProperties": false, - "description": "Type of manual controls used to manage lighting.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlStrategy": { - "additionalProperties": false, - "description": "Manual lighting control strategy.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Always On", - "Always Off", - "Manual On/Off", - "Manual Dimming", - "Bi-level Control", - "Tri-level Control", - "Other", - "None", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ControlSystemType": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "auc:OtherControlStrategyName": { - "additionalProperties": false, - "description": "If ControlStrategy is other, then the name of the strategy used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Occupancy": { - "additionalProperties": false, - "description": "Type of occupancy controls used to manage lighting. ", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlSensor": { - "additionalProperties": false, - "description": "Type of sensor for detecting occupancy.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Passive infrared", - "Ultrasonic", - "Passive infrared and ultrasonic", - "Microwave", - "Camera", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ControlStrategy": { - "additionalProperties": false, - "description": "Occupancy-based control strategy.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ControlStrategyOccupancyType" - } - }, - "type": "object" - }, - "auc:ControlSystemType": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "auc:OtherControlStrategyName": { - "additionalProperties": false, - "description": "If ControlStrategy is other, then the name of the strategy used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:OtherControlTechnology": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlStrategy": { - "additionalProperties": false, - "description": "Control strategy used for other control technology.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ControlStrategyLightingType" - } - }, - "type": "object" - }, - "auc:ControlSystemType": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "auc:OtherControlStrategyName": { - "additionalProperties": false, - "description": "If ControlStrategy is other, then the name of the strategy used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:OtherControlTechnologyName": { - "additionalProperties": false, - "description": "Name of the other control technology used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Timer": { - "additionalProperties": false, - "description": "Type of timer-based controls for managing lighting on specified timed intervals.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlStrategy": { - "additionalProperties": false, - "description": "Timer-based control strategy for lighting.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ControlStrategyLightingType" - } - }, - "type": "object" - }, - "auc:ControlSystemType": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "auc:OtherControlStrategyName": { - "additionalProperties": false, - "description": "If ControlStrategy is other, then the name of the strategy used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:ControlSensorDaylightingType": { - "enum": [ - "Camera", - "Photocell", - "Other", - "Unknown" - ], - "type": "string" - }, - "auc:ControlSensorOccupancyType": { - "enum": [ - "Passive infrared", - "Ultrasonic", - "Passive infrared and ultrasonic", - "Microwave", - "Camera", - "Other", - "Unknown" - ], - "type": "string" - }, - "auc:ControlStrategyDaylightingType": { - "enum": [ - "Continuous", - "Continuous Plus Off", - "Stepped Dimming", - "Stepped Switching", - "Other", - "None", - "Unknown" - ], - "type": "string" - }, - "auc:ControlStrategyGeneralType": { - "description": "Enumerations for general control strategies.", - "enum": [ - "Always On", - "Aquastat", - "Astronomical", - "Chronological", - "EMCS", - "Demand", - "Manual", - "Programmable", - "Timer", - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - "auc:ControlStrategyLightingType": { - "description": "Enumerations for lighting control strategies.", - "enum": [ - "Advanced", - "Always On", - "Astronomical", - "Chronological", - "Demand", - "EMCS", - "Manual", - "Programmable", - "Timer", - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - "auc:ControlStrategyOccupancyType": { - "enum": [ - "Occupancy Sensors", - "Vacancy Sensors", - "Other", - "None", - "Unknown" - ], - "type": "string" - }, - "auc:ConveyanceSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of conveyance system controls.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Conveyance system control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Conveyance system control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:ConveyanceLoadType": { - "additionalProperties": false, - "description": "Type of load that the conveyance system usually transports.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "People", - "Freight", - "Goods", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ConveyancePeakPower": { - "additionalProperties": false, - "description": "The maximum instantaneous power use (ASHRAE Guideline 14-2014 section E1.2.2).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ConveyanceStandbyPower": { - "additionalProperties": false, - "description": "Electric power consumed by while the equipment is switched off or in a standby mode. (W)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ConveyanceSystemCondition": { - "additionalProperties": false, - "description": "Description of the conveyance system's condition.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:ConveyanceSystemType": { - "additionalProperties": false, - "description": "Type of vertical or horizontal transportation equipment that moves people or goods between levels, floors, or sections.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Escalator", - "Elevator", - "Conveyor Belt", - "Overhead Conveyor", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:CookingSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:CookingEnergyPerMeal": { - "additionalProperties": false, - "description": "Energy use per meal for this equipment. (Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DailyWaterUse": { - "additionalProperties": false, - "description": "Total volume of water (hot and cold) used per day for this equipment. (gal/day)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:NumberOfMeals": { - "additionalProperties": false, - "description": "Number of meals cooked per year using this equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:TypeOfCookingEquipment": { - "additionalProperties": false, - "description": "Short description of the type and purpose of cooking equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Hot top range", - "Open burner range", - "Wok range", - "Braising pan", - "Underfired broiler", - "Overfired broiler", - "Conveyor broiler", - "Salamander broiler", - "Broiler", - "Microwave oven", - "Toaster", - "Standard fryer", - "Large vat fryer", - "Split vat fryer", - "Convection oven", - "Combination oven", - "Standard oven", - "Conveyor oven", - "Slow cook-and-hold oven", - "Deck oven", - "Mini-Rack oven", - "Rack (Roll-In) oven", - "Range oven", - "Rapid cook oven", - "Rotisserie oven", - "Retherm oven", - "Convection toaster oven", - "Steam cooker", - "Steam kettle", - "Drawer warmer", - "Heated transparent merchandising cabinets", - "Cook-and-hold appliance", - "Proofing cabinet", - "Single-sided griddle", - "Double-sided griddle", - "Griddle", - "Fry-top griddle", - "Automatic drip filter coffee maker", - "Single-serve coffee maker", - "Espresso machine", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:CoolingPlantType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:BuildingAutomationSystem": { - "$ref": "#/definitions/.auc:BuildingAutomationSystem" - }, - "auc:Chiller": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AbsorptionHeatSource": { - "additionalProperties": false, - "description": "Source of heating energy for regeneration.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Steam", - "Solar energy", - "Combustion", - "Waste heat", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AbsorptionStages": { - "additionalProperties": false, - "description": "Number of stages in regeneration process.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Single effect", - "Double effect", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ActiveDehumidification": { - "additionalProperties": false, - "description": "True if an active dehumidification system is available (in addition to the dehumidification that takes place during normal DX cooling operation).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:AnnualCoolingEfficiencyUnits": { - "$ref": "#/definitions/.auc:AnnualCoolingEfficiencyUnits" - }, - "auc:AnnualCoolingEfficiencyValue": { - "additionalProperties": false, - "description": "Overall annual efficiency of a cooling system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:ChilledWaterResetControl": { - "additionalProperties": false, - "description": "Times when the HVAC equipment is setback. For example, when the heat is lowered during the heating season, or the cooling setpoint increased during the cooling season.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "During the day", - "At night", - "During sleeping and unoccupied hours", - "Seasonal", - "Never-rarely", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ChilledWaterSupplyTemperature": { - "additionalProperties": false, - "description": "The water temperature that the equipment supplies, such as the chilled water temperature setpoint for a chiller, or hot water temperature setpoint for water leaving a boiler. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ChillerCompressorDriver": { - "additionalProperties": false, - "description": "Vehicle for driving the compressor used in a chiller.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Electric Motor", - "Steam", - "Gas Turbine", - "Gas Engine", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ChillerCompressorType": { - "additionalProperties": false, - "description": "Type of compressor in the chiller.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Reciprocating", - "Screw", - "Scroll", - "Centrifugal", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ChillerType": { - "additionalProperties": false, - "description": "Type of chiller.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Vapor compression", - "Absorption", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CompressorStaging": { - "$ref": "#/definitions/.auc:CompressorStaging" - }, - "auc:CondenserPlantIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CondenserPlantID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the central CondenserPlant serving as the source for this cooling system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the central CondenserPlant serving as the source for this cooling system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:CoolingStageCapacity": { - "additionalProperties": false, - "description": "Average capacity of each cooling stage, at Air-Conditioning, Heating, and Refrigeration Institute (AHRI) rated conditions, expressed as a fraction of total capacity. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MinimumPartLoadRatio": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "The minimum part load ratio at which the system is able to operate. (0-1) (fraction)" - }, - "auc:NumberOfDiscreteCoolingStages": { - "additionalProperties": false, - "description": "The number of discrete operating stages, excluding \"off.\"", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PartLoadRatioBelowWhichHotGasBypassOperates": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "The part load ratio of the chiller below which hot gas bypass (HGBP) operates. (0-1) (fraction)" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:RatedCoolingSensibleHeatRatio": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "The fraction of total energy transfer between the evaporator coil and air that is associated with sensible capacity (change in air temperature) expressed as a dimensionless value, and at the rated conditions prescribed for this system. (0-1) (fraction)" - }, - "auc:Refrigerant": { - "$ref": "#/definitions/.auc:Refrigerant" - }, - "auc:RefrigerantChargeFactor": { - "additionalProperties": false, - "description": "Used to adjust cooling efficiency for assumed slightly degraded performance if refrigerant charge is not verified through acceptance test procedures. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - } - }, - "type": "object" - }, - "auc:ControlSystemTypes": { - "additionalProperties": false, - "description": "CoolingPlant equipment control strategies.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlSystemType": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - { - "items": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:CoolingPlantCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:DistrictChilledWater": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ActiveDehumidification": { - "additionalProperties": false, - "description": "True if an active dehumidification system is available (in addition to the dehumidification that takes place during normal DX cooling operation).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:AnnualCoolingEfficiencyUnits": { - "$ref": "#/definitions/.auc:AnnualCoolingEfficiencyUnits" - }, - "auc:AnnualCoolingEfficiencyValue": { - "additionalProperties": false, - "description": "Overall annual efficiency of a cooling system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:ChilledWaterSupplyTemperature": { - "additionalProperties": false, - "description": "The water temperature that the equipment supplies, such as the chilled water temperature setpoint for a chiller, or hot water temperature setpoint for water leaving a boiler. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatedCoolingSensibleHeatRatio": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "The fraction of total energy transfer between the evaporator coil and air that is associated with sensible capacity (change in air temperature) expressed as a dimensionless value, and at the rated conditions prescribed for this system. (0-1) (fraction)" - } - }, - "type": "object" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:NoCooling": { - "$ref": "#/definitions/auc:NoCoolingType" - }, - "auc:OtherCombination": { - "$ref": "#/definitions/auc:OtherCombinationType" - }, - "auc:PrimaryFuel": { - "additionalProperties": false, - "description": "Main fuel used by the CooiingPlant.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:FuelTypes" - } - }, - "type": "object" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:CriticalITSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for critical IT system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Critical IT system control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Critical IT system control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:ITNominalPower": { - "additionalProperties": false, - "description": "Average electrical load for critical IT system category. (W)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ITPeakPower": { - "additionalProperties": false, - "description": "The maximum instantaneous power use (ASHRAE Guideline 14-2014 section E1.2.2).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ITStandbyPower": { - "additionalProperties": false, - "description": "Electric power consumed by while the equipment is switched off or in a standby mode. (W)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ITSystemType": { - "additionalProperties": false, - "description": "Type of critical information technology (IT) system, including data centers, network, and security systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Building Automation System", - "Server", - "Networking", - "Security", - "Telephoning", - "UPS", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:DerivedModelType": { - "additionalProperties": false, - "description": "A derived model represents a supervised or unsupervised learning model derived from data presented in a scenario.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:DerivedModelName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:MeasuredScenarioID": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:Models": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Model": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:DerivedModelCoefficients": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Guideline14Model": { - "additionalProperties": false, - "description": "Defined parameters are based on those available in ASHRAE Guideline 14-2014 Table D-1 and Figure D-1. Concepts and nomenclature is also adopted from the CalTRACK methodology. Attempts to generalize these parameters are made.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Beta1": { - "additionalProperties": false, - "description": "In a two and three parameter model, this is the slope of the line (Figure D-1 (a)-(d)). If the model type is a 3p heating model, this is referred to as beta_hdd, whereas for a 3p cooling model, this is referred to as beta_cdd (per CalTRACK terminology). In the 4p and 5p models, this is beta_hdd.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:Beta2": { - "additionalProperties": false, - "description": "In both three parameter models, this is the change point. In the 4p and 5p models, this is beta_cdd.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:Beta3": { - "additionalProperties": false, - "description": "In the 4p models, this is the change point (as there is only one change point). In the 5p models, this is the lower value change point, which in CalTRACK terms is referred to as the heating change point.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:Beta4": { - "additionalProperties": false, - "description": "In the 5p model, this is the upper value change point, which in CalTRACK terms is referred to as the cooling change point.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:Intercept": { - "additionalProperties": false, - "description": "The 'y-intercept' value. In Figure D-1 (a), this is Eb. In Figure D-1 (a)-(g), this is C.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:ModelType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "2 parameter simple linear regression", - "3 parameter heating change point model", - "3 parameter cooling change point model", - "4 parameter change point model", - "5 parameter change point model" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "auc:ModelType" - ], - "type": "object" - }, - "auc:TimeOfWeekTemperatureModel": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:DerivedModelInputs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExplanatoryVariables": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExplanatoryVariable": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExplanatoryVariableName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Drybulb Temperature", - "Wetbulb Temperature", - "Relative Humidity", - "Global Horizontal Irradiance (GHI)", - "Diffuse Horizontal Irradiance (DHI)", - "Direct Normal Irradiance (DNI)", - "Hour of week", - "Hour of day", - "Day of week", - "Day of month", - "Day of year", - "Week of year", - "Month of year", - "Fifteen minute interval of week", - "Fifteen minute interval of day", - "Season", - "Weekday / Weekend", - "Holiday", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExplanatoryVariableUnits": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:UnitsType" - } - }, - "type": "object" - } - }, - "required": [ - "auc:ExplanatoryVariableName", - "auc:ExplanatoryVariableUnits" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExplanatoryVariableName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Drybulb Temperature", - "Wetbulb Temperature", - "Relative Humidity", - "Global Horizontal Irradiance (GHI)", - "Diffuse Horizontal Irradiance (DHI)", - "Direct Normal Irradiance (DNI)", - "Hour of week", - "Hour of day", - "Day of week", - "Day of month", - "Day of year", - "Week of year", - "Month of year", - "Fifteen minute interval of week", - "Fifteen minute interval of day", - "Season", - "Weekday / Weekend", - "Holiday", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExplanatoryVariableUnits": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:UnitsType" - } - }, - "type": "object" - } - }, - "required": [ - "auc:ExplanatoryVariableName", - "auc:ExplanatoryVariableUnits" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ExplanatoryVariable" - ], - "type": "object" - }, - "auc:IntervalFrequency": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:IntervalFrequencyType" - } - }, - "type": "object" - }, - "auc:ResponseVariable": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ResponseVariableEndUse": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EndUse" - } - }, - "type": "object" - }, - "auc:ResponseVariableName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:FuelTypes" - } - }, - "type": "object" - }, - "auc:ResponseVariableUnits": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ResourceUnitsType" - } - }, - "type": "object" - } - }, - "required": [ - "auc:ResponseVariableEndUse", - "auc:ResponseVariableName", - "auc:ResponseVariableUnits" - ], - "type": "object" - } - }, - "required": [ - "auc:ExplanatoryVariables", - "auc:ResponseVariable" - ], - "type": "object" - }, - "auc:DerivedModelPerformance": { - "additionalProperties": false, - "description": "Characterization of the performance of the model.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AdjustedRSquared": { - "additionalProperties": false, - "description": "Adjusted R-Squared is typically used to compare model fits across models generated with different numbers of parameters, since R-Squared is unable to account for model complexity (i.e. quadratic, cubic, etc.). It uses a penalty for the number of terms in a model, and can be calculated as: Adj-R-Squared = 1 - (SS_resid / SS_total) * ((n - 1) / (n - d - 1)). Here, SS_resid is the sum of the squared residuals from the regression, and SS_total is the sum of the squared differences from the mean of the dependent variable (total sum of squares). n is the number of observations in the data, and d is the degree of the polynomial. See: https://www.mathworks.com/help/matlab/data_analysis/linear-regression.html#f1-15010.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "maximum": 1, - "minimum": 0, - "type": "number" - } - }, - "type": "object" - }, - "auc:CVRMSE": { - "additionalProperties": false, - "description": "The Coefficient of Variation of the Root Mean Square Error expressed as a percentage.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "maximum": 100, - "minimum": 0, - "type": "number" - } - }, - "type": "object" - }, - "auc:MBE": { - "additionalProperties": false, - "description": "The Mean Bias Error.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:NDBE": { - "additionalProperties": false, - "description": "The Net Determination Bias Error expressed as a percentage.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "maximum": 100, - "minimum": 0, - "type": "number" - } - }, - "type": "object" - }, - "auc:NMBE": { - "additionalProperties": false, - "description": "The Normalized Mean Bias Error expressed as a percentage.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "maximum": 100, - "minimum": 0, - "type": "number" - } - }, - "type": "object" - }, - "auc:RMSE": { - "additionalProperties": false, - "description": "The Root Mean Square Error (RMSE) is the standard deviation of the residuals. It is calculated as follows: RMSE = sqrt( sum((y_i - yhat_i)^2) / (n - p) ). Here, y_i is the ith observation of the dependent variable, yhat_i is the regression models predicted value of y_i, n is the number of data points or periods in the baseline period, and p is the number of parameters or terms in the baseline model (ASHRAE Guideline 14-2014).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "minimum": 0, - "type": "number" - } - }, - "type": "object" - }, - "auc:RSquared": { - "additionalProperties": false, - "description": "Also referred to as the coefficient of determination, R-Squared is a measure of the extent to which variations in the dependent variable from its mean value are explained by the regression model (ASHRAE Guideline 14-2014). Specifics for the calculation can be found in Guideline 14, or calculated as: R-Squared = 1 - (SS_resid / SS_total). Here, SS_resid is the sum of the squared residuals from the regression, and SS_total is the sum of the squared differences from the mean of the dependent variable (total sum of squares). See: https://www.mathworks.com/help/matlab/data_analysis/linear-regression.html#f1-15010.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "maximum": 1, - "minimum": 0, - "type": "number" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:EndTimestamp": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:dateTime" - } - }, - "type": "object" - }, - "auc:ModeledTimeSeriesData": { - "additionalProperties": false, - "description": "This element stores the timeseries data generated when the model is applied to the training data, oftentimes referred to as yhat. The difference between each pairwise element in this series with its corresponding data from the Current Building Modeled Scenario would generate the residuals.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TimeSeries": { - "anyOf": [ - { - "$ref": "#/definitions/auc:TimeSeriesType" - }, - { - "items": { - "$ref": "#/definitions/auc:TimeSeriesType" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:StartTimestamp": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:dateTime" - } - }, - "type": "object" - }, - "auc:SummaryInformation": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AggregateActualEnergyUse": { - "additionalProperties": false, - "description": "This value represents the actual energy use for the building / premise over the defined period. It is an aggregate number and should be of the same units defined by the ResponseVariable/ResponseVariableUnits. See: the Retrofit Isolation Approach (G-14 4.1.1) and Whole Facility Approach (G-14 4.1.2) of ASHRAE Guideline 14-2018.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:AggregateModeledEnergyUse": { - "additionalProperties": false, - "description": "This value represents the model estimated energy use for the building / premise over the defined period. It is an aggregate number and should be of the same units defined by the ResponseVariable/ResponseVariableUnits.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:DegreesOfFreedom": { - "additionalProperties": false, - "description": "Degrees of Freedom as used in the context of a t-distribution.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:NumberOfDataPoints": { - "additionalProperties": false, - "description": "As documented in Annex B4 of ASRHAE Guideline 14-2018, this refers to the total number of periods in the Baseline period data. It is denoted as \"n\" throughout B4. A \"period\" refers to a measurement of the ResponseVariable. For example, 24 hours worth of data collected at hourly intervals would have 24 \"periods\".", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:NumberOfParameters": { - "additionalProperties": false, - "description": "As documented in Annex B4 of ASRHAE Guideline 14-2018, this refers to the total number of parameters in the model. It is denoted as \"p\" throughout B4. The number of parameters is not necessarily equal to the number of auc:ExplanatoryVariable elements. For example, a 5 parameter change point model has 5 parameters, even though there is only a single ExplanatoryVariable (likely Drybulb Temperature). In certain cases, this is used in the calculation of the degrees of freedom for the t-statistic.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "required": [ - "auc:DerivedModelCoefficients", - "auc:DerivedModelInputs", - "auc:DerivedModelPerformance", - "auc:EndTimestamp", - "auc:StartTimestamp", - "@ID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:DerivedModelCoefficients": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Guideline14Model": { - "additionalProperties": false, - "description": "Defined parameters are based on those available in ASHRAE Guideline 14-2014 Table D-1 and Figure D-1. Concepts and nomenclature is also adopted from the CalTRACK methodology. Attempts to generalize these parameters are made.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Beta1": { - "additionalProperties": false, - "description": "In a two and three parameter model, this is the slope of the line (Figure D-1 (a)-(d)). If the model type is a 3p heating model, this is referred to as beta_hdd, whereas for a 3p cooling model, this is referred to as beta_cdd (per CalTRACK terminology). In the 4p and 5p models, this is beta_hdd.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:Beta2": { - "additionalProperties": false, - "description": "In both three parameter models, this is the change point. In the 4p and 5p models, this is beta_cdd.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:Beta3": { - "additionalProperties": false, - "description": "In the 4p models, this is the change point (as there is only one change point). In the 5p models, this is the lower value change point, which in CalTRACK terms is referred to as the heating change point.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:Beta4": { - "additionalProperties": false, - "description": "In the 5p model, this is the upper value change point, which in CalTRACK terms is referred to as the cooling change point.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:Intercept": { - "additionalProperties": false, - "description": "The 'y-intercept' value. In Figure D-1 (a), this is Eb. In Figure D-1 (a)-(g), this is C.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:ModelType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "2 parameter simple linear regression", - "3 parameter heating change point model", - "3 parameter cooling change point model", - "4 parameter change point model", - "5 parameter change point model" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "auc:ModelType" - ], - "type": "object" - }, - "auc:TimeOfWeekTemperatureModel": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:DerivedModelInputs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExplanatoryVariables": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExplanatoryVariable": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExplanatoryVariableName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Drybulb Temperature", - "Wetbulb Temperature", - "Relative Humidity", - "Global Horizontal Irradiance (GHI)", - "Diffuse Horizontal Irradiance (DHI)", - "Direct Normal Irradiance (DNI)", - "Hour of week", - "Hour of day", - "Day of week", - "Day of month", - "Day of year", - "Week of year", - "Month of year", - "Fifteen minute interval of week", - "Fifteen minute interval of day", - "Season", - "Weekday / Weekend", - "Holiday", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExplanatoryVariableUnits": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:UnitsType" - } - }, - "type": "object" - } - }, - "required": [ - "auc:ExplanatoryVariableName", - "auc:ExplanatoryVariableUnits" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExplanatoryVariableName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Drybulb Temperature", - "Wetbulb Temperature", - "Relative Humidity", - "Global Horizontal Irradiance (GHI)", - "Diffuse Horizontal Irradiance (DHI)", - "Direct Normal Irradiance (DNI)", - "Hour of week", - "Hour of day", - "Day of week", - "Day of month", - "Day of year", - "Week of year", - "Month of year", - "Fifteen minute interval of week", - "Fifteen minute interval of day", - "Season", - "Weekday / Weekend", - "Holiday", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExplanatoryVariableUnits": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:UnitsType" - } - }, - "type": "object" - } - }, - "required": [ - "auc:ExplanatoryVariableName", - "auc:ExplanatoryVariableUnits" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ExplanatoryVariable" - ], - "type": "object" - }, - "auc:IntervalFrequency": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:IntervalFrequencyType" - } - }, - "type": "object" - }, - "auc:ResponseVariable": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ResponseVariableEndUse": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EndUse" - } - }, - "type": "object" - }, - "auc:ResponseVariableName": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:FuelTypes" - } - }, - "type": "object" - }, - "auc:ResponseVariableUnits": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ResourceUnitsType" - } - }, - "type": "object" - } - }, - "required": [ - "auc:ResponseVariableEndUse", - "auc:ResponseVariableName", - "auc:ResponseVariableUnits" - ], - "type": "object" - } - }, - "required": [ - "auc:ExplanatoryVariables", - "auc:ResponseVariable" - ], - "type": "object" - }, - "auc:DerivedModelPerformance": { - "additionalProperties": false, - "description": "Characterization of the performance of the model.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AdjustedRSquared": { - "additionalProperties": false, - "description": "Adjusted R-Squared is typically used to compare model fits across models generated with different numbers of parameters, since R-Squared is unable to account for model complexity (i.e. quadratic, cubic, etc.). It uses a penalty for the number of terms in a model, and can be calculated as: Adj-R-Squared = 1 - (SS_resid / SS_total) * ((n - 1) / (n - d - 1)). Here, SS_resid is the sum of the squared residuals from the regression, and SS_total is the sum of the squared differences from the mean of the dependent variable (total sum of squares). n is the number of observations in the data, and d is the degree of the polynomial. See: https://www.mathworks.com/help/matlab/data_analysis/linear-regression.html#f1-15010.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "maximum": 1, - "minimum": 0, - "type": "number" - } - }, - "type": "object" - }, - "auc:CVRMSE": { - "additionalProperties": false, - "description": "The Coefficient of Variation of the Root Mean Square Error expressed as a percentage.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "maximum": 100, - "minimum": 0, - "type": "number" - } - }, - "type": "object" - }, - "auc:MBE": { - "additionalProperties": false, - "description": "The Mean Bias Error.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:NDBE": { - "additionalProperties": false, - "description": "The Net Determination Bias Error expressed as a percentage.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "maximum": 100, - "minimum": 0, - "type": "number" - } - }, - "type": "object" - }, - "auc:NMBE": { - "additionalProperties": false, - "description": "The Normalized Mean Bias Error expressed as a percentage.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "maximum": 100, - "minimum": 0, - "type": "number" - } - }, - "type": "object" - }, - "auc:RMSE": { - "additionalProperties": false, - "description": "The Root Mean Square Error (RMSE) is the standard deviation of the residuals. It is calculated as follows: RMSE = sqrt( sum((y_i - yhat_i)^2) / (n - p) ). Here, y_i is the ith observation of the dependent variable, yhat_i is the regression models predicted value of y_i, n is the number of data points or periods in the baseline period, and p is the number of parameters or terms in the baseline model (ASHRAE Guideline 14-2014).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "minimum": 0, - "type": "number" - } - }, - "type": "object" - }, - "auc:RSquared": { - "additionalProperties": false, - "description": "Also referred to as the coefficient of determination, R-Squared is a measure of the extent to which variations in the dependent variable from its mean value are explained by the regression model (ASHRAE Guideline 14-2014). Specifics for the calculation can be found in Guideline 14, or calculated as: R-Squared = 1 - (SS_resid / SS_total). Here, SS_resid is the sum of the squared residuals from the regression, and SS_total is the sum of the squared differences from the mean of the dependent variable (total sum of squares). See: https://www.mathworks.com/help/matlab/data_analysis/linear-regression.html#f1-15010.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "maximum": 1, - "minimum": 0, - "type": "number" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:EndTimestamp": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:dateTime" - } - }, - "type": "object" - }, - "auc:ModeledTimeSeriesData": { - "additionalProperties": false, - "description": "This element stores the timeseries data generated when the model is applied to the training data, oftentimes referred to as yhat. The difference between each pairwise element in this series with its corresponding data from the Current Building Modeled Scenario would generate the residuals.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TimeSeries": { - "anyOf": [ - { - "$ref": "#/definitions/auc:TimeSeriesType" - }, - { - "items": { - "$ref": "#/definitions/auc:TimeSeriesType" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:StartTimestamp": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:dateTime" - } - }, - "type": "object" - }, - "auc:SummaryInformation": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AggregateActualEnergyUse": { - "additionalProperties": false, - "description": "This value represents the actual energy use for the building / premise over the defined period. It is an aggregate number and should be of the same units defined by the ResponseVariable/ResponseVariableUnits. See: the Retrofit Isolation Approach (G-14 4.1.1) and Whole Facility Approach (G-14 4.1.2) of ASHRAE Guideline 14-2018.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:AggregateModeledEnergyUse": { - "additionalProperties": false, - "description": "This value represents the model estimated energy use for the building / premise over the defined period. It is an aggregate number and should be of the same units defined by the ResponseVariable/ResponseVariableUnits.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:DegreesOfFreedom": { - "additionalProperties": false, - "description": "Degrees of Freedom as used in the context of a t-distribution.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:NumberOfDataPoints": { - "additionalProperties": false, - "description": "As documented in Annex B4 of ASRHAE Guideline 14-2018, this refers to the total number of periods in the Baseline period data. It is denoted as \"n\" throughout B4. A \"period\" refers to a measurement of the ResponseVariable. For example, 24 hours worth of data collected at hourly intervals would have 24 \"periods\".", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:NumberOfParameters": { - "additionalProperties": false, - "description": "As documented in Annex B4 of ASRHAE Guideline 14-2018, this refers to the total number of parameters in the model. It is denoted as \"p\" throughout B4. The number of parameters is not necessarily equal to the number of auc:ExplanatoryVariable elements. For example, a 5 parameter change point model has 5 parameters, even though there is only a single ExplanatoryVariable (likely Drybulb Temperature). In certain cases, this is used in the calculation of the degrees of freedom for the t-statistic.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "required": [ - "auc:DerivedModelCoefficients", - "auc:DerivedModelInputs", - "auc:DerivedModelPerformance", - "auc:EndTimestamp", - "auc:StartTimestamp", - "@ID" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:SavingsSummaries": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SavingsSummary": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:AvoidedEnergyUse": { - "additionalProperties": false, - "description": "Applicable when the NormalizationMethod is Forecast or Backcast. As documented in Annex B4.1g and the result of Equation B-14 of ASHRAE Guideline 14-2018 (E_save,m), this value represents the 'actual savings'. It is calculated via the following: E_save,m = Ehat_base,m - E_meas,m. In BuildingSync terms, the AvoidedEnergyUse = ComparisonPeriodAggregateModeledEnergyUse - ComparisonPeriodAggregateActualEnergyUse.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:BaselinePeriodModelID": { - "additionalProperties": false, - "description": "Applicable when the NormalizationMethod is Forecast or Standard Conditions. Define a link to the ID of the Model considered as the baseline period Model. In the event it is Forecast, the reporting period and comparison period are considered synonymous.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "type": "object" - }, - "auc:ComparisonPeriodAggregateActualEnergyUse": { - "additionalProperties": false, - "description": "Applicable when the NormalizationMethod is Forecast or Backcast. This value represents the actual energy use for the building / premise during the period of comparison. It is an aggregate number and should be of the same units defined by the ResponseVariable/ResponseVariableUnits.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:ComparisonPeriodAggregateModeledEnergyUse": { - "additionalProperties": false, - "description": "Applicable when the NormalizationMethod is Forecast or Backcast. This value represents the model estimated energy use for the building / premise during the period of comparison. It is an aggregate number and should be of the same units defined by the ResponseVariable/ResponseVariableUnits.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:ComparisonPeriodEndTimestamp": { - "additionalProperties": false, - "description": "Applicable regardless of the NormalizationMethod. The end of the time period used for comparison.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:dateTime" - } - }, - "type": "object" - }, - "auc:ComparisonPeriodModeledTimeSeriesData": { - "additionalProperties": false, - "description": "Applicable when the NormalizationMethod is Forecast or Backcast. Used to capture the modeled timeseries data associated with the comparison period.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TimeSeries": { - "anyOf": [ - { - "$ref": "#/definitions/auc:TimeSeriesType" - }, - { - "items": { - "$ref": "#/definitions/auc:TimeSeriesType" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ComparisonPeriodStartTimestamp": { - "additionalProperties": false, - "description": "Applicable regardless of the NormalizationMethod. The beginning of the time period used for comparison.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:dateTime" - } - }, - "type": "object" - }, - "auc:ConfidenceLevel": { - "additionalProperties": false, - "description": "The confidence level represented as a decimal between zero and one.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOne" - } - }, - "type": "object" - }, - "auc:NormalizationMethod": { - "additionalProperties": false, - "description": "'Forecast' is the most common normalization method. It implies creation of a single Model using data from a baseline period (i.e. preconditions). 'Standard Conditions' is used to compare building performance of, say, two particular years to a 'typical' year. In this event, two models are created, one for the baseline and one for the reporting period, and input data is fed into each for a 'typical year' (TMY3, etc.) and performance compared. 'Backcast' is not used often, but makes sense in the event that finer temporal data is available in the reporting period to train the Model. A single Model is also created in this case.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Forecast", - "Backcast", - "Standard Conditions" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ReportingPeriodModelID": { - "additionalProperties": false, - "description": "Applicable when the NormalizationMethod is Backcast or Standard Conditions. Define a link to the ID of the Model considered as the reporting period Model. In the event it is Backcast, the baseline period and comparison period are considered synonymous.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "type": "object" - }, - "auc:SavingsUncertainty": { - "additionalProperties": false, - "description": "The savings uncertainty represented as a decimal.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:StandardConditionsAvoidedEnergyUse": { - "additionalProperties": false, - "description": "Applicable when the NormalizationMethod is Standard Conditions. As documented in Annex B4.5 of ASRHAE Guideline 14-2018: \"normalized savings is then defined as the normalized baseline energy use minus the normalized postretrofit energy use\". The \"normalized baseline energy use\" referred to in G-14 is captured by the auc:BaselinePeriodCalculatedEnergyUseStandardConditions element, while the \"normalized postretrofit energy use\" is captured by the auc:ReportingPeriodCalculatedEnergyUseStandardConditions element.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:StandardConditionsBaselinePeriodAggregateModeledEnergyUse": { - "additionalProperties": false, - "description": "Applicable when the NormalizationMethod is Standard Conditions. As documented in Annex B4.5 of ASRHAE Guideline 14-2018: \"In many cases, it is necessary to normalize the savings to a typical or average period (usually a year) at the site. It was shown in Section B4.3 that when measurement errors are negligible, the uncertainty in calculating actual savings using a weather-based regression is due to the error in normalizing the baseline energy use to the postretrofit period. Normalized savings requires two regression equations: one that correlates baseline energy use with baseline weather conditions and one that correlates postretrofit energy use with postretrofit weather conditions. This value represents the \"normalized baseline energy use\", or the predicted energy consumption using the Baseline model when data from a standard year (or typical year) is supplied to it.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:StandardConditionsBaselinePeriodModeledTimeSeriesData": { - "additionalProperties": false, - "description": "Applicable when the NormalizationMethod is Standard Conditions. Used to capture the modeled timeseries data associated with the baseline period at standard conditions.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TimeSeries": { - "anyOf": [ - { - "$ref": "#/definitions/auc:TimeSeriesType" - }, - { - "items": { - "$ref": "#/definitions/auc:TimeSeriesType" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:StandardConditionsReportingPeriodAggregateModeledEnergyUse": { - "additionalProperties": false, - "description": "Applicable when the NormalizationMethod is Standard Conditions. As documented in Annex B4.5 of ASRHAE Guideline 14-2018: \"In many cases, it is necessary to normalize the savings to a typical or average period (usually a year) at the site. It was shown in Section B4.3 that when measurement errors are negligible, the uncertainty in calculating actual savings using a weather-based regression is due to the error in normalizing the baseline energy use to the postretrofit period. Normalized savings requires two regression equations: one that correlates baseline energy use with baseline weather conditions and one that correlates postretrofit energy use with postretrofit weather conditions. This value represents the \"normalized postretrofit energy use\", or the predicted energy consumption using the Reporting (or postretrofit) model when data from a standard year (or typical year) is supplied to it.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:StandardConditionsReportingPeriodModeledTimeSeriesData": { - "additionalProperties": false, - "description": "Applicable when the NormalizationMethod is Standard Conditions. Used to capture the modeled timeseries data associated with the reporting period at standard conditions.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TimeSeries": { - "anyOf": [ - { - "$ref": "#/definitions/auc:TimeSeriesType" - }, - { - "items": { - "$ref": "#/definitions/auc:TimeSeriesType" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:StandardConditionsTimeSeriesData": { - "additionalProperties": false, - "description": "Applicable when the NormalizationMethod is Standard Conditions. Used to capture timeseries data inputs (i.e. temperature or weather data from a TMY3 file, etc.).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TimeSeries": { - "anyOf": [ - { - "$ref": "#/definitions/auc:TimeSeriesType" - }, - { - "items": { - "$ref": "#/definitions/auc:TimeSeriesType" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "required": [ - "auc:ComparisonPeriodEndTimestamp", - "auc:ComparisonPeriodStartTimestamp", - "auc:NormalizationMethod", - "@ID" - ], - "type": "object" - } - }, - "required": [ - "auc:SavingsSummary" - ], - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - } - }, - "required": [ - "auc:Models", - "@ID" - ], - "type": "object" - }, - "auc:DimensionlessUnitsBaseType": { - "enum": [ - "Percent, %", - "Percent Relative Humidity, %RH" - ], - "type": "string" - }, - "auc:DimensionlessUnitsType": { - "anyOf": [ - { - "enum": [ - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - { - "enum": [ - "Percent, %", - "Percent Relative Humidity, %RH" - ], - "type": "string" - } - ] - }, - "auc:DishwasherSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for dishwasher.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Dishwasher control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Dishwasher control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:DishwasherClassification": { - "additionalProperties": false, - "description": "The sector where dishwasher equipment is commonly used.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Industrial", - "Commercial", - "Residential", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DishwasherConfiguration": { - "additionalProperties": false, - "description": "A machine designed to clean and sanitize plates, pots, pans, glasses, cups, bowls, utensils, and trays by applying sprays of detergent solution (with or without blasting media granules) and a sanitizing rinse.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Counter top", - "Stationary Under Counter", - "Stationary Single Tank Door Type", - "Stationary Pot Pan Utensil", - "Stationary glasswashing", - "Single Tank Conveyor", - "Multiple Tank Conveyor", - "Single Tank Flight Conveyor", - "Multiple Tank Flight Conveyor", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DishwasherEnergyFactor": { - "additionalProperties": false, - "description": "Energy Factor (EF) was the ENERGY STAR dishwasher energy performance metric prior to 2009. EF is expressed in cycles per kWh. A higher EF value means a dishwasher is more efficient. EF is the reciprocal of the sum of the machine electrical energy per cycle, M, plus the water heating energy consumption per cycle, W: EF = 1/(M + W). This equation may vary based on dishwasher features such as water heating boosters or truncated cycles. The federal EnergyGuide label on dishwashers shows the annual energy consumption and cost, which use the energy factor, average cycles per year, and the average cost of energy. The EF does not appear on the EnergyGuide label. Unlike annual energy use, the EF does not take into account the estimated annual energy use in standby mode. (cycles/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DishwasherHotWaterUse": { - "additionalProperties": false, - "description": "The estimated per cycle water of a dishwasher under typical conditions, expressed as the number of gallons of water delivered to the machine during one cycle. Measured by DOE test procedure. Water use depends on settings chosen. (gal/cycle)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DishwasherLoadsPerWeek": { - "additionalProperties": false, - "description": "Average number of loads of dishes washed per week.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DishwasherMachineType": { - "additionalProperties": false, - "description": "They type of dishwasher machine such as being either stationary rack or conveyor.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Stationary Rack", - "Conveyor", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:DomesticHotWaterSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for domestic hot water.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Domestic hot water control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Domestic hot water control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:DailyHotWaterDraw": { - "additionalProperties": false, - "description": "Average daily volume of hot water provided by this system. (gal)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DomesticHotWaterSystemCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:DomesticHotWaterSystemNotes": { - "additionalProperties": false, - "description": "Details about the DHW system. For example, methods of evaluation used to determine condition or efficiency.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:DomesticHotWaterType": { - "additionalProperties": false, - "description": "Type of water heating equipment for hot running water.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:HeatExchanger": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:Instantaneous": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:InstantaneousWaterHeatingSource": { - "additionalProperties": false, - "description": "Source of heat for instantaneous water heater.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Combustion": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CondensingOperation": { - "$ref": "#/definitions/.auc:CondensingOperation" - }, - "auc:DraftBoundary": { - "$ref": "#/definitions/.auc:DraftBoundary" - }, - "auc:DraftType": { - "$ref": "#/definitions/.auc:DraftType" - } - }, - "type": "object" - }, - "auc:ElectricResistance": { - "$ref": "#/definitions/auc:ElectricResistanceType" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:StorageTank": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:OffCycleHeatLossCoefficient": { - "additionalProperties": false, - "description": "The heat loss coefficient to ambient conditions. (UA) (Btu/hr/ft2/°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RecoveryEfficiency": { - "additionalProperties": false, - "description": "The ratio of energy delivered to heat cold water compared to the energy consumed by the water heater, as determined following standardized DOE testing procedure. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:StorageTankInsulationRValue": { - "additionalProperties": false, - "description": "(Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:StorageTankInsulationThickness": { - "additionalProperties": false, - "description": "Insulation thickness of hot water storage tank. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TankHeatingType": { - "additionalProperties": false, - "description": "Direct or indirect heating of hot water tank.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Direct": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DirectTankHeatingSource": { - "additionalProperties": false, - "description": "Direct source of heat for hot water tank.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Combustion": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CondensingOperation": { - "$ref": "#/definitions/.auc:CondensingOperation" - }, - "auc:DraftBoundary": { - "$ref": "#/definitions/.auc:DraftBoundary" - }, - "auc:DraftType": { - "$ref": "#/definitions/.auc:DraftType" - } - }, - "type": "object" - }, - "auc:ElectricResistance": { - "$ref": "#/definitions/auc:ElectricResistanceType" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Indirect": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:IndirectTankHeatingSource": { - "additionalProperties": false, - "description": "Source of heat for indirect-fired hot water tank.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:HeatPump": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:HPWHMinimumAirTemperature": { - "additionalProperties": false, - "description": "The minimum ambient operating temperature for the compressor. This can be inferred from the operating range of the heat pump. Below this value, the heat pump will not operate and the supplemental heating system is required to produce hot water, thus reducing the efficiency of the heat pump water heater. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatedHeatPumpSensibleHeatRatio": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "The fraction of total energy transfer between the evaporator coil and air that is associated with sensible capacity (change in air temperature) expressed as a dimensionless value, and at the rated conditions prescribed for this system. (0-1) (fraction)" - }, - "auc:Refrigerant": { - "$ref": "#/definitions/.auc:Refrigerant" - } - }, - "type": "object" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:Solar": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for solar hot water.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Solar hot water control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Solar hot water control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:SolarThermalSystemCollectorArea": { - "additionalProperties": false, - "description": "Area of solar collector exposed to solar radiation. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SolarThermalSystemCollectorAzimuth": { - "additionalProperties": false, - "description": "Degrees clockwise from North. For a premises, it is the azimuth of the front facing element. It can also be applied to envelope components, such as walls, windows (fenestration), as well as onsite generation technologies, such as photovoltaic panels. (0 - 360) (degrees)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SolarThermalSystemCollectorLoopType": { - "additionalProperties": false, - "description": "Heat transfer medium and controls used for the solar collector loop.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Air direct", - "Air indirect", - "Liquid direct", - "Liquid indirect", - "Passive thermosyphon", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SolarThermalSystemCollectorTilt": { - "additionalProperties": false, - "description": "The angle from a horizontal surface; can be applied to an opaque surface, a fenestration unit, a solar panel, etc. (degrees)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SolarThermalSystemCollectorType": { - "additionalProperties": false, - "description": "Type of solar energy collector used in a solar hot water or space heating system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Single glazing black", - "Single glazing selective", - "Double glazing black", - "Double glazing selective", - "Evacuated tube", - "Integrated collector storage", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SolarThermalSystemStorageVolume": { - "additionalProperties": false, - "description": "Volume of any separate solar energy storage tank, not the primary service hot water tank. (gal)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SolarThermalSystemType": { - "additionalProperties": false, - "description": "Basic function of solar thermal system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Hot water", - "Hot water and space heating", - "Space heating", - "Hybrid system", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "type": "object" - }, - "auc:SpaceHeatingSystem": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:HeatingPlantID": { - "additionalProperties": false, - "description": "ID number of HeatingPlant serving as the source for this hot water system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - } - }, - "type": "object" - }, - "auc:TankHeight": { - "additionalProperties": false, - "description": "Vertical height of hot water tank. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TankPerimeter": { - "additionalProperties": false, - "description": "Perimeter of hot water tank. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TankVolume": { - "additionalProperties": false, - "description": "Hot water tank volume. (gal)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - } - }, - "type": "object" - }, - "auc:HotWaterDistributionType": { - "additionalProperties": false, - "description": "Manner in which hot water is distributed.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Looped", - "Distributed", - "Point-of-use", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HotWaterSetpointTemperature": { - "additionalProperties": false, - "description": "The water temperature that the equipment supplies, such as the chilled water temperature setpoint for a chiller, or hot water temperature setpoint for water leaving a boiler. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:ParasiticFuelConsumptionRate": { - "additionalProperties": false, - "description": "A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. (Btu/hr)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:Recirculation": { - "additionalProperties": false, - "description": "If exists then recirculation loops are used to minimize wait times for hot water.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:PipeInsulationThickness": { - "additionalProperties": false, - "description": "Defines how thick insulation on pipes in a heating, cooling, water heating system is. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PipeLocation": { - "additionalProperties": false, - "description": "Percent of pipe length in conditioned space. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RecirculationControlType": { - "additionalProperties": false, - "description": "Type of control for recirculation loop.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Continuous", - "Temperature", - "Timer", - "Demand", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RecirculationEnergyLossRate": { - "additionalProperties": false, - "description": "Rate of heat loss from the recirculation loop when operating. (MMBtu/hr)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RecirculationFlowRate": { - "additionalProperties": false, - "description": "Flow rate in primary hot water recirculation loop. Zero or blank if there is no recirculation loop. (gal/hr)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RecirculationLoopCount": { - "additionalProperties": false, - "description": "The total number of hot water recirculation loops coming from and returning to a specific water heater.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WaterHeaterEfficiency": { - "additionalProperties": false, - "description": "A factor is used to compare the relative efficiency of water heaters, dishwashers, clothes washers, and clothes dryers.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterHeaterEfficiencyType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Energy Factor", - "Thermal Efficiency", - "AFUE", - "COP" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:DuctSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:CoolingDeliveryID": { - "additionalProperties": false, - "description": "Cooling delivery system supported by the air-distribution system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:DuctConfiguration": { - "additionalProperties": false, - "description": "Configuration of ducts.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Single", - "Dual", - "Three", - "Ductless", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DuctInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:DuctInsulationRValue": { - "additionalProperties": false, - "description": "R-value of duct insulation. (ft2-F-hr/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DuctLeakageTestMethod": { - "additionalProperties": false, - "description": "Method used to estimate duct leakage.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Duct leakage tester", - "Blower door subtract", - "Pressure pan", - "Visual inspection", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DuctPressureTestLeakagePercentage": { - "additionalProperties": false, - "description": "Duct leakage found from pressure test. Reported as a percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DuctPressureTestLeakageRate": { - "additionalProperties": false, - "description": "Duct leakage found from pressure test. (cfm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DuctSealing": { - "additionalProperties": false, - "description": "Condition of duct sealing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Connections sealed with mastic", - "No observable leaks", - "Some observable leaks", - "Significant leaks", - "Catastrophic leaks", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DuctSurfaceArea": { - "additionalProperties": false, - "description": "Total surface area of ducts associated with this air distribution system. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DuctType": { - "additionalProperties": false, - "description": "Type of duct material.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Flex uncategorized", - "Grey flex", - "Mylar flex", - "Duct board", - "Sheet metal", - "Galvanized", - "Flexible", - "Fiberboard", - "No ducting", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HeatingDeliveryID": { - "additionalProperties": false, - "description": "Heating delivery system supported by the air-distribution system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:MaximumOAFlowRate": { - "additionalProperties": false, - "description": "The maximum flow rate of outside air that the system is able to deliver. For systems with economizing or demand controlled ventilation capability, this is the outdoor air flow rate when the outdoor air (OA) damper is fully open and the fan speed is at maximum. (cfm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MinimumOutsideAirPercentage": { - "additionalProperties": false, - "description": "Minimum outside air percentage allowed.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ReturnDuctPercentConditionedSpace": { - "additionalProperties": false, - "description": "Percentage of return duct surface area, including the air handler, that is located within conditioned space. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:StaticPressureInstalled": { - "additionalProperties": false, - "description": "The expected or installed internal static pressure of the system at full supply fan speed including all filters, coils, and accessories. (Pa)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SupplyDuctPercentConditionedSpace": { - "additionalProperties": false, - "description": "Percentage of supply duct surface area that is located within conditioned space. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SupplyFractionOfDuctLeakage": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "Fraction of total duct leakage that is on the supply side. Remainder is assumed to be on the return side. (0-1) (fraction)" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:ElectricResistanceType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:EndUse": { - "enum": [ - "All end uses", - "Total lighting", - "Interior lighting", - "Exterior lighting", - "Heating", - "Cooling", - "Ventilation", - "Pump", - "IT equipment", - "Plug in electric vehicle", - "Plug load", - "Process load", - "Conveyance", - "Domestic hot water", - "Refrigeration", - "Cooking", - "Dishwasher", - "Laundry", - "Pool heating", - "On site generation" - ], - "type": "string" - }, - "auc:EngineeringCalculationType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:EnvelopeConstructionType": { - "enum": [ - "Masonry", - "Structural brick", - "Stone", - "Concrete masonry unit", - "Concrete solid", - "Concrete lightweight", - "Concrete panels", - "Concrete poured", - "Concrete load bearing", - "Concrete insulated forms", - "Concrete aerated", - "Steel frame", - "Wood frame", - "Double wood frame", - "Structural insulated panel", - "Log solid wood", - "Straw bale", - "Built up", - "Other", - "Unknown" - ], - "type": "string" - }, - "auc:EquipmentCondition": { - "description": "Assessed condition of equipment or system.", - "enum": [ - "Excellent", - "Good", - "Average", - "Poor", - "Other", - "Unknown" - ], - "type": "string" - }, - "auc:EstimatedType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:ExteriorFloorSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:ExteriorFloorColor": { - "additionalProperties": false, - "description": "Color of a material or component. Can be applied to opaque surfaces, materials, and so forth.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:Color" - } - }, - "type": "object" - }, - "auc:ExteriorFloorConstruction": { - "additionalProperties": false, - "description": "The general description of the main structural construction method used for an opaque surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EnvelopeConstructionType" - } - }, - "type": "object" - }, - "auc:ExteriorFloorExteriorSolarAbsorptance": { - "additionalProperties": false, - "description": "The fraction of incident radiation in the solar spectrum that is absorbed by the material or surface. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExteriorFloorExteriorThermalAbsorptance": { - "additionalProperties": false, - "description": "The fraction of incident long wavelength infrared radiation that is absorbed by the material or surface. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExteriorFloorFinish": { - "additionalProperties": false, - "description": "The final material applied to a surface, either interior or exterior. Some structural components don't have an exterior finish, such as unfinished poured concrete.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:Finish" - } - }, - "type": "object" - }, - "auc:ExteriorFloorFramingDepth": { - "additionalProperties": false, - "description": "Dimension of the distance from the front to the back, such as the depth of structural framing in a wall or floor. It can also be the distance from the top to the bottom, such as the depth of a tank or pool of a component or material, such as the depth of the structural framing. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExteriorFloorFramingFactor": { - "additionalProperties": false, - "description": "Fraction of the surface that is composed of structural framing material. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExteriorFloorFramingMaterial": { - "additionalProperties": false, - "description": "The material used to create the structural integrity in an opaque surface. In many cases the framing material is not continuous across the construction.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:FramingMaterial" - } - }, - "type": "object" - }, - "auc:ExteriorFloorFramingSpacing": { - "additionalProperties": false, - "description": "Dimension of the distance between two components. Framing spacing: the dimension from centerline to centerline of a surface framing material. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExteriorFloorRValue": { - "additionalProperties": false, - "description": "R-value of exterior floor. (ft2-F-hr/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExteriorFloorUFactor": { - "additionalProperties": false, - "description": "The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExteriorRoughness": { - "additionalProperties": false, - "description": "A description of the roughness of the exposed surface of a material. This property is used to approximate the effect of the surface condition on the convection of air across the surface. In energy simulation models, it is used to help determine the convection coefficients for a surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ExteriorRoughness" - } - }, - "type": "object" - }, - "auc:InteriorVisibleAbsorptance": { - "additionalProperties": false, - "description": "The fraction of incident visible wavelength radiation that is absorbed by the material or surface. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:ExteriorRoughness": { - "enum": [ - "Very rough", - "Rough", - "Medium rough", - "Medium smooth", - "Smooth", - "Very smooth", - "Unknown" - ], - "type": "string" - }, - "auc:FanBasedDistributionTypeType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FanCoil": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FanCoilType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Mini-split", - "Multi-split", - "Terminal reheat", - "Fan coil 2 pipe", - "Fan coil 4 pipe", - "VRF terminal units", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HVACPipeConfiguration": { - "additionalProperties": false, - "description": "Number of pipes for distributing steam, refrigerant, or water to individual zones.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "1 pipe", - "2 pipe", - "3 pipe", - "4 pipe", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PipeInsulationThickness": { - "additionalProperties": false, - "description": "Defines how thick insulation on pipes in a heating, cooling, water heating system is. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PipeLocation": { - "additionalProperties": false, - "description": "Percent of pipe length in conditioned space. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:FanBasedType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AirSideEconomizer": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:AirSideEconomizerType": { - "additionalProperties": false, - "description": "Type of air economizer system associated with a cooling system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Dry bulb temperature", - "Enthalpy", - "Demand controlled ventilation", - "Nonintegrated", - "None", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EconomizerControl": { - "additionalProperties": false, - "description": "Logic used for economizer control.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Fixed", - "Differential", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EconomizerDryBulbControlPoint": { - "additionalProperties": false, - "description": "Dry bulb temperature setting for use of economizer for cooling (fixed or differential). (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EconomizerEnthalpyControlPoint": { - "additionalProperties": false, - "description": "Maximum enthalpy setting for use of economizer for cooling (fixed or differential). (Btu/lb)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EconomizerLowTemperatureLockout": { - "additionalProperties": false, - "description": "The outside air temperature below which the economizer will return to the minimum position. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:CoolingSupplyAirTemperature": { - "additionalProperties": false, - "description": "Temperature setting of supply air for cooling under normal conditions. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CoolingSupplyAirTemperatureControlType": { - "additionalProperties": false, - "description": "Defines the control method for controlling cooling supply air temperature.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Fixed", - "Outside Air Reset", - "Scheduled", - "Warmest Reset", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FanBasedDistributionType": { - "$ref": "#/definitions/auc:FanBasedDistributionTypeType" - }, - "auc:HeatingSupplyAirTemperature": { - "additionalProperties": false, - "description": "Temperature setting of supply air for heating or cooling. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HeatingSupplyAirTemperatureControl": { - "additionalProperties": false, - "description": "Defines the control method for heating supply air temperature.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Coldest Reset", - "Fixed", - "Outside Air Reset", - "Scheduled", - "Staged Setpoint", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OutsideAirResetMaximumCoolingSupplyTemperature": { - "additionalProperties": false, - "description": "Maximum temperature setting of supply air for cooling during outside air reset. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OutsideAirResetMaximumHeatingSupplyTemperature": { - "additionalProperties": false, - "description": "Maximum temperature setting of supply air for heating during outside air reset. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OutsideAirResetMinimumCoolingSupplyTemperature": { - "additionalProperties": false, - "description": "Minimum temperature setting of supply air for cooling during outside air reset. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OutsideAirResetMinimumHeatingSupplyTemperature": { - "additionalProperties": false, - "description": "Minimum temperature setting of supply air for heating during outside air reset. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OutsideAirTemperatureLowerLimitCoolingResetControl": { - "additionalProperties": false, - "description": "Minimum outside air temperature where supply air temperature is reset for cooling. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OutsideAirTemperatureLowerLimitHeatingResetControl": { - "additionalProperties": false, - "description": "Minimum outside air temperature where supply air temperature is reset for heating. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OutsideAirTemperatureUpperLimitCoolingResetControl": { - "additionalProperties": false, - "description": "Maximum outside air temperature where supply air temperature is reset for cooling. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OutsideAirTemperatureUpperLimitHeatingResetControl": { - "additionalProperties": false, - "description": "Maximum outside air temperature where supply air temperature is reset for heating. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:StaticPressureResetControl": { - "additionalProperties": false, - "description": "True if duct static pressure can be reset to keep it only as high as is needed to satisfy the neediest zone, false otherwise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:SupplyAirTemperatureResetControl": { - "additionalProperties": false, - "description": "True if the supply-air-temperature set point can be reset based on the outside air temperature, false otherwise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:FanSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:BeltType": { - "additionalProperties": false, - "description": "Type of belt drive in fan unit.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Direct drive", - "Standard belt", - "Cogged belt", - "Synchronous belts", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for FanSystem.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "FanSystem control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "FanSystem control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:DesignStaticPressure": { - "additionalProperties": false, - "description": "The design static pressure for the fan. (Pa)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FanApplication": { - "additionalProperties": false, - "description": "Application of fan (supply, return, or exhaust).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Supply", - "Return", - "Exhaust", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FanControlType": { - "additionalProperties": false, - "description": "Type of air flow control.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Variable Volume", - "Stepped", - "Constant Volume", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FanEfficiency": { - "additionalProperties": false, - "description": "Efficiency of the fan, excluding motor and drive. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FanInstalledFlowRate": { - "additionalProperties": false, - "description": "Actual flow rate of fan under normal operating conditions. (cfm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FanPlacement": { - "additionalProperties": false, - "description": "Placement of fan relative to the air stream.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Series", - "Parallel", - "Draw Through", - "Blow Through", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FanPowerMinimumRatio": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "The minimum power draw of the fan, expressed as a ratio of the full load fan power. (0-1) (fraction)" - }, - "auc:FanSize": { - "additionalProperties": false, - "description": "Maximum air flow produced by the fan. (cfm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FanType": { - "additionalProperties": false, - "description": "Method of generating air flow.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Axial", - "Centrifugal", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:InstalledFlowRate": { - "additionalProperties": false, - "description": "Actual flow rate of fan under normal operating conditions. WARNING: this element is being deprecated, use FanInstalledFlowRate instead. (cfm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:LinkedSystemIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedSystemID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of system(s) supported by this equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of system(s) supported by this equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:MaximumFanPower": { - "additionalProperties": false, - "description": "Fan power at maximum flow rate (full load). (W)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MinimumFlowRate": { - "additionalProperties": false, - "description": "The lowest rated flow rate for a fan. (cfm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:MotorLocationRelativeToAirStream": { - "additionalProperties": false, - "description": "True if the fan motor is located within the air stream.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:NumberOfDiscreteFanSpeedsCooling": { - "additionalProperties": false, - "description": "The number of discrete operating speeds for the supply-fan motor when the unit is in cooling mode, excluding \"off.\" Only used if flow control is \"stepped.\"", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NumberOfDiscreteFanSpeedsHeating": { - "additionalProperties": false, - "description": "The number of discrete operating speeds for the supply-fan motor when the unit is in heating mode, excluding \"off.\" Only used if flow control is \"stepped.\"", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:FenestrationSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:FenestrationFrameMaterial": { - "additionalProperties": false, - "description": "The construction and material used in the frame of the fenestration product. Some frames are made of combinations of materials. This characterization also include whether an aluminum frame has a thermal break as part of the construction.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Aluminum uncategorized", - "Aluminum no thermal break", - "Aluminum thermal break", - "Clad", - "Composite", - "Fiberglass", - "Steel", - "Vinyl", - "Wood", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FenestrationGasFill": { - "additionalProperties": false, - "description": "For a sealed glazing system (commonly called an Insulated Glass Unit (IGU)), the gas that is found between the panes of glass.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Argon", - "Krypton", - "Other Insulating Gas", - "Air", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FenestrationGlassLayers": { - "additionalProperties": false, - "description": "A description of the number of layers of glass in a fenestration glazing system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Single pane", - "Double pane", - "Triple pane", - "Single paned with storm panel", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FenestrationOperation": { - "additionalProperties": false, - "description": "True if the fenestration product can be opened and closed as desired by the occupant to provide better control of office space conditions.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:FenestrationRValue": { - "additionalProperties": false, - "description": "(Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FenestrationType": { - "additionalProperties": false, - "description": "Type of fenestration in this group (windows, skylights, doors).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Door": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DoorGlazedAreaFraction": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "Fraction of door area that is glazed. (0-1) (fraction)" - }, - "auc:DoorOperation": { - "additionalProperties": false, - "description": "Non-swinging includes sliding doors and roll-up doors.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "NonSwinging", - "Swinging", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExteriorDoorType": { - "additionalProperties": false, - "description": "Type of door construction.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Solid wood", - "Hollow wood", - "Uninsulated metal", - "Insulated metal", - "Glass", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Vestibule": { - "additionalProperties": false, - "description": "True if door is connected to a vestibule.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:Skylight": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AssemblyType": { - "additionalProperties": false, - "description": "Skylight assembly type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Curbed Mounted" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SkylightLayout": { - "additionalProperties": false, - "description": "Zones daylit by skylights.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "All Zones", - "Core Only", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SkylightPitch": { - "additionalProperties": false, - "description": "Skylight angle from horizontal expressed as height over horizontal distance. (degrees)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SkylightSolarTube": { - "additionalProperties": false, - "description": "True if skylights are solar tubes or tubular daylighting devices, false otherwise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:SkylightWindowTreatments": { - "additionalProperties": false, - "description": "Type of film or shading applied to skylight.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Solar film", - "Solar screen", - "Shade", - "None", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Window": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AssemblyType": { - "additionalProperties": false, - "description": "Window assembly type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Double Hung" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DistanceBetweenVerticalFins": { - "additionalProperties": false, - "description": "Horizontal spacing between individual fins. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExteriorShadingType": { - "additionalProperties": false, - "description": "Any type of overhang or awning on the outside of the building designed to limit solar penetration.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Overhang", - "Fin", - "Awning", - "Solar screen", - "Solar film", - "Louver", - "Screen", - "Deciduous foliage", - "Evergreen foliage", - "Neighboring building", - "None", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:InteriorShadingType": { - "additionalProperties": false, - "description": "Type of interior shading.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Blind", - "Curtain", - "Shade", - "None", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LightShelves": { - "additionalProperties": false, - "description": "If exists then light shelves are used with this window group, otherwise false.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LightShelfDistanceFromTop": { - "additionalProperties": false, - "description": "Vertical distance from top of window to the light shelf. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LightShelfExteriorProtrusion": { - "additionalProperties": false, - "description": "Horizontal distance that the light shelf extends exterior to the window. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LightShelfInteriorProtrusion": { - "additionalProperties": false, - "description": "Horizontal distance that the light shelf extends interior to the window. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:OverhangHeightAboveWindow": { - "additionalProperties": false, - "description": "Vertical distance from top of window to base of overhang. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OverhangProjection": { - "additionalProperties": false, - "description": "Horizontal distance that the overhang extends beyond the wall. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:VerticalEdgeFinOnly": { - "additionalProperties": false, - "description": "True if edge fins, otherwise false.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:VerticalFinDepth": { - "additionalProperties": false, - "description": "Horizontal distance that the fins extend beyond the wall. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WindowHeight": { - "additionalProperties": false, - "description": "Vertical height of each window. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WindowHorizontalSpacing": { - "additionalProperties": false, - "description": "Horizontal distance between the centers of adjacent windows. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WindowLayout": { - "additionalProperties": false, - "description": "The pattern of distribution of the fenestration system on the wall.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Continuous", - "Discrete", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WindowOrientation": { - "additionalProperties": false, - "description": "Orientation of a surface or premises in terms of the attributes of North, South, East and West. Can be applied to the orientation of the front of the building, of a specific surface (wall, roof), window or skylight, or onsite generation technology, such as photovoltaic panels.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "North", - "Northeast", - "East", - "Southeast", - "South", - "Southwest", - "West", - "Northwest", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WindowSillHeight": { - "additionalProperties": false, - "description": "Vertical distance from the floor to the window sill. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WindowWidth": { - "additionalProperties": false, - "description": "Horizontal width of each window. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:FenestrationUFactor": { - "additionalProperties": false, - "description": "The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:GlassType": { - "additionalProperties": false, - "description": "Type of glass used in this fenestration group.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Clear uncoated", - "Low e", - "Tinted", - "Tinted plus low e", - "Reflective", - "Reflective on tint", - "High performance tint", - "Sunbelt low E low SHGC", - "Suspended film", - "Plastic", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:SolarHeatGainCoefficient": { - "additionalProperties": false, - "description": "The ratio of the solar heat gain entering the space through the fenestration product to the incident solar radiation. Solar heat gain includes directly transmitted solar heat and that portion of the absorbed solar radiation which is then reradiated, conducted, or convected into the space. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:TightnessFitCondition": { - "additionalProperties": false, - "description": "Indicator of expected air leakage through fenestration.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:Tightness" - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:VisibleTransmittance": { - "additionalProperties": false, - "description": "The fraction of radiation in the visible solar spectrum (0.4 to 0.7 micrometers) that passes through a the glazed portion of fenestration. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Weatherstripped": { - "additionalProperties": false, - "description": "True if fenestration is weatherstripped, false otherwise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:Finish": { - "enum": [ - "Wood", - "Masonite", - "Stone", - "Tile", - "Brick", - "Masonry", - "Concrete", - "Fiber cement", - "Metal", - "Metal panel", - "Metal panel standing seam", - "Sheet metal", - "EIFS", - "Shingles asphalt", - "Shingles composition", - "Shingles wood", - "Shingles asbestos", - "Shingles slate or tile", - "Shakes wood", - "Carpet", - "Linoleum", - "Asphalt or fiberglass", - "Plastic rubber synthetic sheeting", - "Other", - "Unknown" - ], - "type": "string" - }, - "auc:FoundationSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:FloorConstructionType": { - "additionalProperties": false, - "description": "Construction type for floors over unconditioned space.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EnvelopeConstructionType" - } - }, - "type": "object" - }, - "auc:FloorCovering": { - "additionalProperties": false, - "description": "Material covering the slab or floor over unconditioned space.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Carpet", - "Tile", - "Hardwood", - "Vinyl", - "Linoleum", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:GroundCouplings": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:GroundCoupling": { - "anyOf": [ - { - "additionalProperties": false, - "description": "The manner in which the building is connected to the ground.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Basement": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:BasementConditioning": { - "additionalProperties": false, - "description": "Extent of space conditioning in basement.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Conditioned", - "Unconditioned", - "Semi conditioned", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FoundationHeightAboveGrade": { - "additionalProperties": false, - "description": "Height of the building foundation that is above the ground. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FoundationWallConstruction": { - "additionalProperties": false, - "description": "Basement or crawlspace wall construction.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EnvelopeConstructionType" - } - }, - "type": "object" - }, - "auc:FoundationWallInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:FoundationWallInsulationContinuity": { - "$ref": "#/definitions/.auc:FoundationWallInsulationContinuity" - }, - "auc:FoundationWallInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of insulation at basement or crawlspace wall. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FoundationWallRValue": { - "additionalProperties": false, - "description": "Also known as thermal resistance, quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FoundationWallUFactor": { - "additionalProperties": false, - "description": "The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabArea": { - "additionalProperties": false, - "description": "Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabExposedPerimeter": { - "additionalProperties": false, - "description": "Perimeter of slab-on-grade or basement slab exposed to outside air conditions. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabHeating": { - "$ref": "#/definitions/.auc:SlabHeating" - }, - "auc:SlabInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:SlabInsulationOrientation": { - "$ref": "#/definitions/.auc:SlabInsulationOrientation" - }, - "auc:SlabInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of insulation around perimeter or under slab. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabPerimeter": { - "additionalProperties": false, - "description": "Total perimeter of slab-on-grade or basement slab. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Crawlspace": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CrawlspaceVenting": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - }, - "auc:Unventilated": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FoundationHeightAboveGrade": { - "additionalProperties": false, - "description": "Height of the building foundation that is above the ground. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FoundationWallConstruction": { - "additionalProperties": false, - "description": "Basement or crawlspace wall construction.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EnvelopeConstructionType" - } - }, - "type": "object" - }, - "auc:FoundationWallInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:FoundationWallInsulationContinuity": { - "$ref": "#/definitions/.auc:FoundationWallInsulationContinuity" - }, - "auc:FoundationWallInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of insulation at basement or crawlspace wall. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FoundationWallRValue": { - "additionalProperties": false, - "description": "(Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FoundationWallUFactor": { - "additionalProperties": false, - "description": "The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Ventilated": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FloorFramingDepth": { - "additionalProperties": false, - "description": "Dimension of the distance from the front to the back, such as the depth of structural framing in a wall or floor. It can also be the distance from the top to the bottom, such as the depth of a tank or pool of a component or material, such as the depth of the structural framing. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorFramingFactor": { - "additionalProperties": false, - "description": "Fraction of the surface that is composed of structural framing material. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorFramingSpacing": { - "additionalProperties": false, - "description": "Dimension of the distance between two components. Examples include--Framing spacing: the dimension from centerline to centerline of a surface framing material. Window spacing: the dimension between windows in a discrete window layout. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:FloorInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of insulation under floor over unconditioned space. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorRValue": { - "additionalProperties": false, - "description": "(Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorUFactor": { - "additionalProperties": false, - "description": "The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:SlabOnGrade": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SlabArea": { - "additionalProperties": false, - "description": "Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabExposedPerimeter": { - "additionalProperties": false, - "description": "Perimeter of slab-on-grade or basement slab exposed to outside air conditions. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabHeating": { - "$ref": "#/definitions/.auc:SlabHeating" - }, - "auc:SlabInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:SlabInsulationOrientation": { - "$ref": "#/definitions/.auc:SlabInsulationOrientation" - }, - "auc:SlabInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of insulation around perimeter or under slab. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabPerimeter": { - "additionalProperties": false, - "description": "Total perimeter of slab-on-grade or basement slab. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabRValue": { - "additionalProperties": false, - "description": "Also known as thermal resistance, quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include air film coefficients. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabUFactor": { - "additionalProperties": false, - "description": "The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "The manner in which the building is connected to the ground.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Basement": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:BasementConditioning": { - "additionalProperties": false, - "description": "Extent of space conditioning in basement.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Conditioned", - "Unconditioned", - "Semi conditioned", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FoundationHeightAboveGrade": { - "additionalProperties": false, - "description": "Height of the building foundation that is above the ground. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FoundationWallConstruction": { - "additionalProperties": false, - "description": "Basement or crawlspace wall construction.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EnvelopeConstructionType" - } - }, - "type": "object" - }, - "auc:FoundationWallInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:FoundationWallInsulationContinuity": { - "$ref": "#/definitions/.auc:FoundationWallInsulationContinuity" - }, - "auc:FoundationWallInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of insulation at basement or crawlspace wall. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FoundationWallRValue": { - "additionalProperties": false, - "description": "Also known as thermal resistance, quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FoundationWallUFactor": { - "additionalProperties": false, - "description": "The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabArea": { - "additionalProperties": false, - "description": "Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabExposedPerimeter": { - "additionalProperties": false, - "description": "Perimeter of slab-on-grade or basement slab exposed to outside air conditions. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabHeating": { - "$ref": "#/definitions/.auc:SlabHeating" - }, - "auc:SlabInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:SlabInsulationOrientation": { - "$ref": "#/definitions/.auc:SlabInsulationOrientation" - }, - "auc:SlabInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of insulation around perimeter or under slab. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabPerimeter": { - "additionalProperties": false, - "description": "Total perimeter of slab-on-grade or basement slab. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Crawlspace": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CrawlspaceVenting": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - }, - "auc:Unventilated": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FoundationHeightAboveGrade": { - "additionalProperties": false, - "description": "Height of the building foundation that is above the ground. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FoundationWallConstruction": { - "additionalProperties": false, - "description": "Basement or crawlspace wall construction.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EnvelopeConstructionType" - } - }, - "type": "object" - }, - "auc:FoundationWallInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:FoundationWallInsulationContinuity": { - "$ref": "#/definitions/.auc:FoundationWallInsulationContinuity" - }, - "auc:FoundationWallInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of insulation at basement or crawlspace wall. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FoundationWallRValue": { - "additionalProperties": false, - "description": "(Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FoundationWallUFactor": { - "additionalProperties": false, - "description": "The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Ventilated": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FloorFramingDepth": { - "additionalProperties": false, - "description": "Dimension of the distance from the front to the back, such as the depth of structural framing in a wall or floor. It can also be the distance from the top to the bottom, such as the depth of a tank or pool of a component or material, such as the depth of the structural framing. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorFramingFactor": { - "additionalProperties": false, - "description": "Fraction of the surface that is composed of structural framing material. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorFramingSpacing": { - "additionalProperties": false, - "description": "Dimension of the distance between two components. Examples include--Framing spacing: the dimension from centerline to centerline of a surface framing material. Window spacing: the dimension between windows in a discrete window layout. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:FloorInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of insulation under floor over unconditioned space. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorRValue": { - "additionalProperties": false, - "description": "(Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FloorUFactor": { - "additionalProperties": false, - "description": "The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:SlabOnGrade": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:SlabArea": { - "additionalProperties": false, - "description": "Area of slab-on-grade, basement slab, or other floor over unconditioned space. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabExposedPerimeter": { - "additionalProperties": false, - "description": "Perimeter of slab-on-grade or basement slab exposed to outside air conditions. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabHeating": { - "$ref": "#/definitions/.auc:SlabHeating" - }, - "auc:SlabInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:SlabInsulationOrientation": { - "$ref": "#/definitions/.auc:SlabInsulationOrientation" - }, - "auc:SlabInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of insulation around perimeter or under slab. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabPerimeter": { - "additionalProperties": false, - "description": "Total perimeter of slab-on-grade or basement slab. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabRValue": { - "additionalProperties": false, - "description": "Also known as thermal resistance, quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include air film coefficients. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SlabUFactor": { - "additionalProperties": false, - "description": "The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:PlumbingPenetrationSealing": { - "additionalProperties": false, - "description": "Type of plumbing penetration sealing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Flashing", - "Fitting", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:FramingMaterial": { - "enum": [ - "Wood", - "Steel", - "Concrete", - "Brick", - "Masonry", - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - "auc:FuelTypes": { - "enum": [ - "Electricity", - "Electricity-Exported", - "Electricity-Onsite generated", - "Natural gas", - "Fuel oil", - "Fuel oil no 1", - "Fuel oil no 2", - "Fuel oil no 4", - "Fuel oil no 5", - "Fuel oil no 5 (light)", - "Fuel oil no 5 (heavy)", - "Fuel oil no 6", - "Fuel oil no 5 and no 6", - "District steam", - "District hot water", - "District chilled water", - "Propane", - "Liquid propane", - "Kerosene", - "Diesel", - "Coal", - "Coal anthracite", - "Coal bituminous", - "Coke", - "Wood", - "Wood pellets", - "Hydropower", - "Biofuel", - "Biofuel B5", - "Biofuel B10", - "Biofuel B20", - "Wind", - "Geothermal", - "Solar", - "Biomass", - "Hydrothermal", - "Dry steam", - "Flash steam", - "Ethanol", - "Biodiesel", - "Waste heat", - "Dual fuel", - "Gasoline", - "Thermal-Exported", - "Thermal-Onsite generated", - "Other delivered-Exported", - "Other delivered-Onsite generated", - "Other metered-Exported", - "Other metered-Onsite generated", - "Other", - "Unknown" - ], - "type": "string" - }, - "auc:HVACSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:DuctSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DuctSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:DuctSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:DuctSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:DuctSystem" - ], - "type": "object" - }, - "auc:FrequencyOfMaintenance": { - "additionalProperties": false, - "description": "Frequency of maintenance on the premises or equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "As needed", - "Daily", - "Weekly", - "Bi-weekly", - "Monthly", - "Semi-quarterly", - "Quarterly", - "Semi-annually", - "Annually", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HVACControlSystemTypes": { - "additionalProperties": false, - "description": "HVAC equipment control strategies.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:HVACControlSystemType": { - "anyOf": [ - { - "additionalProperties": false, - "description": "HVAC equipment control strategy.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Analog", - "Digital", - "Pneumatic", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "HVAC equipment control strategy.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Analog", - "Digital", - "Pneumatic", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:HeatingAndCoolingSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CoolingSources": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CoolingSource": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:AnnualCoolingEfficiencyUnits": { - "$ref": "#/definitions/.auc:AnnualCoolingEfficiencyUnits" - }, - "auc:AnnualCoolingEfficiencyValue": { - "additionalProperties": false, - "description": "Overall annual efficiency of a cooling system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for CoolingSource.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "CoolingSource control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "CoolingSource control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:CoolingMedium": { - "additionalProperties": false, - "description": "Medium used to transport cooling energy from a central cooling system to individual zones.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Chilled water", - "Refrigerant", - "Air", - "Glycol", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CoolingSourceCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:CoolingSourceType": { - "additionalProperties": false, - "description": "Source of energy used for cooling the zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CoolingPlantID": { - "additionalProperties": false, - "description": "ID number of CoolingPlant serving as the source for this zonal system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:DX": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ActiveDehumidification": { - "additionalProperties": false, - "description": "True if an active dehumidification system is available (in addition to the dehumidification that takes place during normal direct expansion (DX) cooling operation).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:CompressorStaging": { - "$ref": "#/definitions/.auc:CompressorStaging" - }, - "auc:CompressorType": { - "additionalProperties": false, - "description": "Type of compressor in the chiller.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Reciprocating", - "Screw", - "Scroll", - "Centrifugal", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CondenserPlantIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CondenserPlantID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the central CondenserPlant serving as the source for this cooling system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the central CondenserPlant serving as the source for this cooling system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:DXSystemType": { - "additionalProperties": false, - "description": "General type of heat pump used for space heating.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Split DX air conditioner", - "Packaged terminal air conditioner (PTAC)", - "Split heat pump", - "Packaged terminal heat pump (PTHP)", - "Variable refrigerant flow", - "Packaged/unitary direct expansion/RTU", - "Packaged/unitary heat pump", - "Single package vertical air conditioner", - "Single package vertical heat pump", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Refrigerant": { - "$ref": "#/definitions/.auc:Refrigerant" - }, - "auc:RefrigerantChargeFactor": { - "additionalProperties": false, - "description": "Used to adjust cooling efficiency for assumed slightly degraded performance if refrigerant charge is not verified through acceptance test procedures. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:EvaporativeCooler": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EvaporativeCoolingType": { - "additionalProperties": false, - "description": "Defines the type of evaporative cooler operation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Direct", - "Direct indirect", - "Indirect", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:NoCooling": { - "$ref": "#/definitions/auc:NoCoolingType" - }, - "auc:OtherCombination": { - "$ref": "#/definitions/auc:OtherCombinationType" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - } - }, - "type": "object" - }, - "auc:CoolingStageCapacity": { - "additionalProperties": false, - "description": "Average capacity of each cooling stage, at Air-Conditioning, Heating, and Refrigeration Institute (AHRI) rated conditions, expressed as a fraction of total capacity. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:MinimumPartLoadRatio": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "The minimum part load ratio at which the system is able to operate. (0-1) (fraction)" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:NumberOfDiscreteCoolingStages": { - "additionalProperties": false, - "description": "The number of discrete operating stages, excluding \"off.\"", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:RatedCoolingSensibleHeatRatio": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "The fraction of total energy transfer between the evaporator coil and air that is associated with sensible capacity (change in air temperature) expressed as a dimensionless value, and at the rated conditions prescribed for this system. (0-1) (fraction)" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:AnnualCoolingEfficiencyUnits": { - "$ref": "#/definitions/.auc:AnnualCoolingEfficiencyUnits" - }, - "auc:AnnualCoolingEfficiencyValue": { - "additionalProperties": false, - "description": "Overall annual efficiency of a cooling system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for CoolingSource.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "CoolingSource control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "CoolingSource control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:CoolingMedium": { - "additionalProperties": false, - "description": "Medium used to transport cooling energy from a central cooling system to individual zones.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Chilled water", - "Refrigerant", - "Air", - "Glycol", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CoolingSourceCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:CoolingSourceType": { - "additionalProperties": false, - "description": "Source of energy used for cooling the zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CoolingPlantID": { - "additionalProperties": false, - "description": "ID number of CoolingPlant serving as the source for this zonal system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:DX": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ActiveDehumidification": { - "additionalProperties": false, - "description": "True if an active dehumidification system is available (in addition to the dehumidification that takes place during normal direct expansion (DX) cooling operation).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:CompressorStaging": { - "$ref": "#/definitions/.auc:CompressorStaging" - }, - "auc:CompressorType": { - "additionalProperties": false, - "description": "Type of compressor in the chiller.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Reciprocating", - "Screw", - "Scroll", - "Centrifugal", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CondenserPlantIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CondenserPlantID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the central CondenserPlant serving as the source for this cooling system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the central CondenserPlant serving as the source for this cooling system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:DXSystemType": { - "additionalProperties": false, - "description": "General type of heat pump used for space heating.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Split DX air conditioner", - "Packaged terminal air conditioner (PTAC)", - "Split heat pump", - "Packaged terminal heat pump (PTHP)", - "Variable refrigerant flow", - "Packaged/unitary direct expansion/RTU", - "Packaged/unitary heat pump", - "Single package vertical air conditioner", - "Single package vertical heat pump", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Refrigerant": { - "$ref": "#/definitions/.auc:Refrigerant" - }, - "auc:RefrigerantChargeFactor": { - "additionalProperties": false, - "description": "Used to adjust cooling efficiency for assumed slightly degraded performance if refrigerant charge is not verified through acceptance test procedures. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:EvaporativeCooler": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EvaporativeCoolingType": { - "additionalProperties": false, - "description": "Defines the type of evaporative cooler operation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Direct", - "Direct indirect", - "Indirect", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:NoCooling": { - "$ref": "#/definitions/auc:NoCoolingType" - }, - "auc:OtherCombination": { - "$ref": "#/definitions/auc:OtherCombinationType" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - } - }, - "type": "object" - }, - "auc:CoolingStageCapacity": { - "additionalProperties": false, - "description": "Average capacity of each cooling stage, at Air-Conditioning, Heating, and Refrigeration Institute (AHRI) rated conditions, expressed as a fraction of total capacity. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:MinimumPartLoadRatio": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "The minimum part load ratio at which the system is able to operate. (0-1) (fraction)" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:NumberOfDiscreteCoolingStages": { - "additionalProperties": false, - "description": "The number of discrete operating stages, excluding \"off.\"", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:RatedCoolingSensibleHeatRatio": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "The fraction of total energy transfer between the evaporator coil and air that is associated with sensible capacity (change in air temperature) expressed as a dimensionless value, and at the rated conditions prescribed for this system. (0-1) (fraction)" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:Deliveries": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Delivery": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for DeliverySystem.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "DeliverySystem control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "DeliverySystem control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:CoolingSourceID": { - "additionalProperties": false, - "description": "ID number of the CoolingSource associated with this delivery mechanism.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:DeliveryCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:DeliveryType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CentralAirDistribution": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AirDeliveryType": { - "additionalProperties": false, - "description": "Method for delivering air for heating and cooling to the zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Central fan", - "Induction units", - "Low pressure under floor", - "Local fan", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FanBased": { - "$ref": "#/definitions/auc:FanBasedType" - }, - "auc:ReheatControlMethod": { - "additionalProperties": false, - "description": "The air/temperature control strategy for VAV systems with reheat boxes.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Dual Maximum", - "Single Maximum", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ReheatPlantID": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:ReheatSource": { - "additionalProperties": false, - "description": "Energy source used to provide reheat energy at a terminal unit.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Heating plant", - "Local electric resistance", - "Local gas", - "None", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TerminalUnit": { - "additionalProperties": false, - "description": "Type of terminal unit serving each zone of a central air distribution system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "CAV terminal box no reheat", - "CAV terminal box with reheat", - "VAV terminal box fan powered no reheat", - "VAV terminal box fan powered with reheat", - "VAV terminal box not fan powered no reheat", - "VAV terminal box not fan powered with reheat", - "Powered induction unit", - "Automatically controlled register", - "Manually controlled register", - "Uncontrolled register", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:ZoneEquipment": { - "additionalProperties": false, - "description": "A type of HVAC equipment serving a single thermal zone, such as a hotel room PTHP/PTAC.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Convection": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConvectionType": { - "additionalProperties": false, - "description": "Type of convection equipment used for heating and cooling at the zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Perimeter baseboard", - "Chilled beam", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PipeInsulationThickness": { - "additionalProperties": false, - "description": "Defines how thick insulation on pipes in a heating, cooling, water heating system is. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PipeLocation": { - "additionalProperties": false, - "description": "Percent of pipe length in conditioned space. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:FanBased": { - "$ref": "#/definitions/auc:FanBasedType" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:Radiant": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:PipeInsulationThickness": { - "additionalProperties": false, - "description": "Defines how thick insulation on pipes in a heating, cooling, water heating system is. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PipeLocation": { - "additionalProperties": false, - "description": "Percent of pipe length in conditioned space. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RadiantType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Radiator", - "Radiant floor or ceiling", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:HeatingSourceID": { - "additionalProperties": false, - "description": "ID number of the HeatingSource associated with this delivery mechanism.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for DeliverySystem.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "DeliverySystem control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "DeliverySystem control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:CoolingSourceID": { - "additionalProperties": false, - "description": "ID number of the CoolingSource associated with this delivery mechanism.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:DeliveryCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:DeliveryType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CentralAirDistribution": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AirDeliveryType": { - "additionalProperties": false, - "description": "Method for delivering air for heating and cooling to the zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Central fan", - "Induction units", - "Low pressure under floor", - "Local fan", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FanBased": { - "$ref": "#/definitions/auc:FanBasedType" - }, - "auc:ReheatControlMethod": { - "additionalProperties": false, - "description": "The air/temperature control strategy for VAV systems with reheat boxes.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Dual Maximum", - "Single Maximum", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ReheatPlantID": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:ReheatSource": { - "additionalProperties": false, - "description": "Energy source used to provide reheat energy at a terminal unit.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Heating plant", - "Local electric resistance", - "Local gas", - "None", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TerminalUnit": { - "additionalProperties": false, - "description": "Type of terminal unit serving each zone of a central air distribution system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "CAV terminal box no reheat", - "CAV terminal box with reheat", - "VAV terminal box fan powered no reheat", - "VAV terminal box fan powered with reheat", - "VAV terminal box not fan powered no reheat", - "VAV terminal box not fan powered with reheat", - "Powered induction unit", - "Automatically controlled register", - "Manually controlled register", - "Uncontrolled register", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:ZoneEquipment": { - "additionalProperties": false, - "description": "A type of HVAC equipment serving a single thermal zone, such as a hotel room PTHP/PTAC.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Convection": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConvectionType": { - "additionalProperties": false, - "description": "Type of convection equipment used for heating and cooling at the zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Perimeter baseboard", - "Chilled beam", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PipeInsulationThickness": { - "additionalProperties": false, - "description": "Defines how thick insulation on pipes in a heating, cooling, water heating system is. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PipeLocation": { - "additionalProperties": false, - "description": "Percent of pipe length in conditioned space. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:FanBased": { - "$ref": "#/definitions/auc:FanBasedType" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:Radiant": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:PipeInsulationThickness": { - "additionalProperties": false, - "description": "Defines how thick insulation on pipes in a heating, cooling, water heating system is. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PipeLocation": { - "additionalProperties": false, - "description": "Percent of pipe length in conditioned space. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RadiantType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Radiator", - "Radiant floor or ceiling", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:HeatingSourceID": { - "additionalProperties": false, - "description": "ID number of the HeatingSource associated with this delivery mechanism.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:HeatingSources": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:HeatingSource": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:AnnualHeatingEfficiencyUnits": { - "$ref": "#/definitions/.auc:AnnualHeatingEfficiencyUnits" - }, - "auc:AnnualHeatingEfficiencyValue": { - "additionalProperties": false, - "description": "Overall annual efficiency of a heating system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Capacity": { - "additionalProperties": false, - "description": "Output capacity of equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for HeatingSource.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Control for HeatingSource." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Control for HeatingSource." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:HeatingMedium": { - "additionalProperties": false, - "description": "Medium used to transport heat from a central heating system to individual zones.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Hot water", - "Steam", - "Refrigerant", - "Air", - "Glycol", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HeatingSourceCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:HeatingSourceType": { - "additionalProperties": false, - "description": "Source of energy used for heating the zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ElectricResistance": { - "$ref": "#/definitions/auc:ElectricResistanceType" - }, - "auc:Furnace": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:BurnerControlType": { - "$ref": "#/definitions/.auc:BurnerControlType" - }, - "auc:BurnerQuantity": { - "additionalProperties": false, - "description": "The number of burners.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BurnerTurndownRatio": { - "additionalProperties": false, - "description": "If applicable, the turndown ratio for the burner. (full input/minimum input)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BurnerType": { - "$ref": "#/definitions/.auc:BurnerType" - }, - "auc:BurnerYearInstalled": { - "$ref": "#/definitions/.auc:BurnerYearInstalled" - }, - "auc:CombustionEfficiency": { - "additionalProperties": false, - "description": "The measure of how much energy is extracted from the fuel and is the ratio of heat transferred to the combustion air divided by the heat input of the fuel. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CondensingOperation": { - "$ref": "#/definitions/.auc:CondensingOperation" - }, - "auc:DraftBoundary": { - "$ref": "#/definitions/.auc:DraftBoundary" - }, - "auc:DraftType": { - "$ref": "#/definitions/.auc:DraftType" - }, - "auc:FurnaceType": { - "additionalProperties": false, - "description": "General type of furnace used for space heating.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Warm air", - "Fireplace", - "Heating stove", - "Built-in heater", - "Individual space heater", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:IgnitionType": { - "$ref": "#/definitions/.auc:IgnitionType" - }, - "auc:ThermalEfficiency": { - "additionalProperties": false, - "description": "The efficiency of heat transfer between the combustion process and the heated steam, water, or air. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - } - }, - "type": "object" - }, - "auc:HeatPump": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CoolingSourceID": { - "additionalProperties": false, - "description": "ID number of the CoolingSource with the cooling mode performance characteristics of this heat pump.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:HeatPumpBackupAFUE": { - "additionalProperties": false, - "description": "Annual Fuel Utilization Efficiency (AFUE) of backup system for heat pump.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HeatPumpBackupHeatingSwitchoverTemperature": { - "additionalProperties": false, - "description": "Minimum outside temperature at which the heat pump can operate. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HeatPumpBackupSystemFuel": { - "additionalProperties": false, - "description": "Backup fuel used by the heat pump.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:FuelTypes" - } - }, - "type": "object" - }, - "auc:HeatPumpType": { - "additionalProperties": false, - "description": "General type of heat pump used for space heating.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Split", - "Packaged Terminal", - "Packaged Unitary", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedHeatingPlantID": { - "additionalProperties": false, - "description": "ID number of HeatingPlant serving as the source for this heat pump.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - } - }, - "type": "object" - }, - "auc:NoHeating": { - "$ref": "#/definitions/auc:NoHeatingType" - }, - "auc:OtherCombination": { - "$ref": "#/definitions/auc:OtherCombinationType" - }, - "auc:SourceHeatingPlantID": { - "additionalProperties": false, - "description": "ID number of HeatingPlant serving as the source for this zonal system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - } - }, - "type": "object" - }, - "auc:HeatingStageCapacityFraction": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "Average capacity of each heating stage, at Air-Conditioning, Heating, and Refrigeration Institute (AHRI) rated conditions, expressed as a fraction of total capacity. (0-1) (fraction)" - }, - "auc:HeatingStaging": { - "$ref": "#/definitions/.auc:HeatingStaging" - }, - "auc:InputCapacity": { - "additionalProperties": false, - "description": "The rate of energy consumption of the heating equipment at full load.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:NumberOfHeatingStages": { - "additionalProperties": false, - "description": "The number of heating stages, excluding \"off.\"", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OutputCapacity": { - "additionalProperties": false, - "description": "Output capacity of equipment. WARNING: This element is being deprecated, use Capacity instead", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:AnnualHeatingEfficiencyUnits": { - "$ref": "#/definitions/.auc:AnnualHeatingEfficiencyUnits" - }, - "auc:AnnualHeatingEfficiencyValue": { - "additionalProperties": false, - "description": "Overall annual efficiency of a heating system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Capacity": { - "additionalProperties": false, - "description": "Output capacity of equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for HeatingSource.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Control for HeatingSource." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Control for HeatingSource." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:HeatingMedium": { - "additionalProperties": false, - "description": "Medium used to transport heat from a central heating system to individual zones.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Hot water", - "Steam", - "Refrigerant", - "Air", - "Glycol", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HeatingSourceCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:HeatingSourceType": { - "additionalProperties": false, - "description": "Source of energy used for heating the zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ElectricResistance": { - "$ref": "#/definitions/auc:ElectricResistanceType" - }, - "auc:Furnace": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:BurnerControlType": { - "$ref": "#/definitions/.auc:BurnerControlType" - }, - "auc:BurnerQuantity": { - "additionalProperties": false, - "description": "The number of burners.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BurnerTurndownRatio": { - "additionalProperties": false, - "description": "If applicable, the turndown ratio for the burner. (full input/minimum input)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BurnerType": { - "$ref": "#/definitions/.auc:BurnerType" - }, - "auc:BurnerYearInstalled": { - "$ref": "#/definitions/.auc:BurnerYearInstalled" - }, - "auc:CombustionEfficiency": { - "additionalProperties": false, - "description": "The measure of how much energy is extracted from the fuel and is the ratio of heat transferred to the combustion air divided by the heat input of the fuel. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CondensingOperation": { - "$ref": "#/definitions/.auc:CondensingOperation" - }, - "auc:DraftBoundary": { - "$ref": "#/definitions/.auc:DraftBoundary" - }, - "auc:DraftType": { - "$ref": "#/definitions/.auc:DraftType" - }, - "auc:FurnaceType": { - "additionalProperties": false, - "description": "General type of furnace used for space heating.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Warm air", - "Fireplace", - "Heating stove", - "Built-in heater", - "Individual space heater", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:IgnitionType": { - "$ref": "#/definitions/.auc:IgnitionType" - }, - "auc:ThermalEfficiency": { - "additionalProperties": false, - "description": "The efficiency of heat transfer between the combustion process and the heated steam, water, or air. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - } - }, - "type": "object" - }, - "auc:HeatPump": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CoolingSourceID": { - "additionalProperties": false, - "description": "ID number of the CoolingSource with the cooling mode performance characteristics of this heat pump.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:HeatPumpBackupAFUE": { - "additionalProperties": false, - "description": "Annual Fuel Utilization Efficiency (AFUE) of backup system for heat pump.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HeatPumpBackupHeatingSwitchoverTemperature": { - "additionalProperties": false, - "description": "Minimum outside temperature at which the heat pump can operate. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HeatPumpBackupSystemFuel": { - "additionalProperties": false, - "description": "Backup fuel used by the heat pump.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:FuelTypes" - } - }, - "type": "object" - }, - "auc:HeatPumpType": { - "additionalProperties": false, - "description": "General type of heat pump used for space heating.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Split", - "Packaged Terminal", - "Packaged Unitary", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedHeatingPlantID": { - "additionalProperties": false, - "description": "ID number of HeatingPlant serving as the source for this heat pump.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - } - }, - "type": "object" - }, - "auc:NoHeating": { - "$ref": "#/definitions/auc:NoHeatingType" - }, - "auc:OtherCombination": { - "$ref": "#/definitions/auc:OtherCombinationType" - }, - "auc:SourceHeatingPlantID": { - "additionalProperties": false, - "description": "ID number of HeatingPlant serving as the source for this zonal system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - } - }, - "type": "object" - }, - "auc:HeatingStageCapacityFraction": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "Average capacity of each heating stage, at Air-Conditioning, Heating, and Refrigeration Institute (AHRI) rated conditions, expressed as a fraction of total capacity. (0-1) (fraction)" - }, - "auc:HeatingStaging": { - "$ref": "#/definitions/.auc:HeatingStaging" - }, - "auc:InputCapacity": { - "additionalProperties": false, - "description": "The rate of energy consumption of the heating equipment at full load.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:NumberOfHeatingStages": { - "additionalProperties": false, - "description": "The number of heating stages, excluding \"off.\"", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OutputCapacity": { - "additionalProperties": false, - "description": "Output capacity of equipment. WARNING: This element is being deprecated, use Capacity instead", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:ZoningSystemType": { - "additionalProperties": false, - "description": "Identifies whether a system is single or multi-zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Single zone", - "Multi zone", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:OtherHVACSystems": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:OtherHVACSystem": { - "anyOf": [ - { - "$ref": "#/definitions/auc:OtherHVACSystemType" - }, - { - "items": { - "$ref": "#/definitions/auc:OtherHVACSystemType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:OtherHVACSystem" - ], - "type": "object" - }, - "auc:Plants": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CondenserPlants": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CondenserPlant": { - "anyOf": [ - { - "$ref": "#/definitions/auc:CondenserPlantType", - "description": "Type of condenser used for refrigerant-based systems." - }, - { - "items": { - "$ref": "#/definitions/auc:CondenserPlantType", - "description": "Type of condenser used for refrigerant-based systems." - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:CoolingPlants": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CoolingPlant": { - "anyOf": [ - { - "$ref": "#/definitions/auc:CoolingPlantType", - "description": "Type of cooling plant. Zonal cooling is recorded in a separate data field. Use of fans or blowers by themselves without chilled air or water is not included in this definition of cooling. Stand-alone dehumidifiers are also not included." - }, - { - "items": { - "$ref": "#/definitions/auc:CoolingPlantType", - "description": "Type of cooling plant. Zonal cooling is recorded in a separate data field. Use of fans or blowers by themselves without chilled air or water is not included in this definition of cooling. Stand-alone dehumidifiers are also not included." - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:HeatingPlants": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:HeatingPlant": { - "anyOf": [ - { - "$ref": "#/definitions/auc:HeatingPlantType", - "description": "Type of central heating system, defined as any source of heating energy separate from the zone being heated. Local heating systems (such as packaged systems and fan-coils) are recorded in a separate data field." - }, - { - "items": { - "$ref": "#/definitions/auc:HeatingPlantType", - "description": "Type of central heating system, defined as any source of heating energy separate from the zone being heated. Local heating systems (such as packaged systems and fan-coils) are recorded in a separate data field." - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:PrimaryHVACSystemType": { - "additionalProperties": false, - "description": "Primary HVAC type. WARNING: This element is being deprecated, use PrincipalHVACSystemType instead.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Packaged Terminal Air Conditioner", - "Four Pipe Fan Coil Unit", - "Packaged Terminal Heat Pump", - "Packaged Rooftop Air Conditioner", - "Packaged Rooftop Heat Pump", - "Packaged Rooftop VAV with Hot Water Reheat", - "Packaged Rooftop VAV with Electric Reheat", - "VAV with Hot Water Reheat", - "VAV with Electric Reheat", - "Warm Air Furnace", - "Ventilation Only", - "Dedicated Outdoor Air System", - "Water Loop Heat Pump", - "Ground Source Heat Pump", - "VRF Terminal Unit", - "Chilled Beam", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PrincipalHVACSystemType": { - "additionalProperties": false, - "description": "Principal HVAC type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Packaged Terminal Air Conditioner", - "Four Pipe Fan Coil Unit", - "Packaged Terminal Heat Pump", - "Packaged Rooftop Air Conditioner", - "Packaged Rooftop Heat Pump", - "Packaged Rooftop VAV with Hot Water Reheat", - "Packaged Rooftop VAV with Electric Reheat", - "VAV with Hot Water Reheat", - "VAV with Electric Reheat", - "Warm Air Furnace", - "Ventilation Only", - "Dedicated Outdoor Air System", - "Water Loop Heat Pump", - "Ground Source Heat Pump", - "VRF Terminal Unit", - "Chilled Beam", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Priority": { - "$ref": "#/definitions/.auc:Priority" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:HeatRecoverySystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for heat recovery system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Heat recovery system control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Heat recovery system control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:EnergyRecoveryEfficiency": { - "additionalProperties": false, - "description": "The net total energy (sensible plus latent, also called enthalpy) recovered by the supply airstream adjusted by electric consumption, case heat loss or heat gain, air leakage and airflow mass imbalance between the two airstreams, as a percent of the potential total energy that could be recovered plus associated fan energy. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HeatRecoveryEfficiency": { - "additionalProperties": false, - "description": "Efficiency of sensible heat recovery as a percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HeatRecoveryType": { - "additionalProperties": false, - "description": "Type of heat recovery between two systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Run around coil", - "Thermal wheel", - "Heat pipe", - "Water to air heat exchanger", - "Water to water heat exchanger", - "Air to air heat exchanger", - "Earth to air heat exchanger", - "Earth to water heat exchanger", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:SystemIDProvidingHeat": { - "additionalProperties": false, - "description": "ID number of the system that usually provides heat to another system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:SystemIDReceivingHeat": { - "additionalProperties": false, - "description": "ID number of the system that usually receives heat from another system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:HeatingPlantType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Boiler": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AnnualHeatingEfficiencyUnits": { - "$ref": "#/definitions/.auc:AnnualHeatingEfficiencyUnits" - }, - "auc:AnnualHeatingEfficiencyValue": { - "additionalProperties": false, - "description": "Overall annual efficiency of a heating system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BoilerEWT": { - "additionalProperties": false, - "description": "Temperature of water returning to the equipment. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BoilerInsulationRValue": { - "additionalProperties": false, - "description": "Insulation R-Value of hot water storage tank. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BoilerInsulationThickness": { - "additionalProperties": false, - "description": "Insulation thickness of hot water storage tank. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BoilerLWT": { - "additionalProperties": false, - "description": "The water temperature that the equipment supplies, such as the chilled water temperature setpoint for a chiller, or hot water temperature setpoint for water leaving a boiler. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BoilerPercentCondensateReturn": { - "additionalProperties": false, - "description": "The percentage of condensed steam that is returned to the boiler. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BoilerType": { - "additionalProperties": false, - "description": "General type of boiler used for space or water heating.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Steam", - "Hot water", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BurnerControlType": { - "$ref": "#/definitions/.auc:BurnerControlType" - }, - "auc:BurnerQuantity": { - "additionalProperties": false, - "description": "The number of burners.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BurnerTurndownRatio": { - "additionalProperties": false, - "description": "If applicable, the turndown ratio for the burner (full input/minimum input).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BurnerType": { - "$ref": "#/definitions/.auc:BurnerType" - }, - "auc:BurnerYearInstalled": { - "$ref": "#/definitions/.auc:BurnerYearInstalled" - }, - "auc:Capacity": { - "additionalProperties": false, - "description": "Output capacity of equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:CombustionEfficiency": { - "additionalProperties": false, - "description": "The measure of how much energy is extracted from the fuel and is the ratio of heat transferred to the combustion air divided by the heat input of the fuel. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CondensingOperation": { - "$ref": "#/definitions/.auc:CondensingOperation" - }, - "auc:DraftBoundary": { - "$ref": "#/definitions/.auc:DraftBoundary" - }, - "auc:DraftType": { - "$ref": "#/definitions/.auc:DraftType" - }, - "auc:HeatingStageCapacityFraction": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "Average capacity of each heating stage, at Air-Conditioning, Heating, and Refrigeration Institute (AHRI) rated conditions, expressed as a fraction of total capacity. (0-1) (fraction)" - }, - "auc:HeatingStaging": { - "$ref": "#/definitions/.auc:HeatingStaging" - }, - "auc:HotWaterBoilerMaximumFlowRate": { - "additionalProperties": false, - "description": "The maximum flow rate of water that the boiler is designed to accept. (gpm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HotWaterBoilerMinimumFlowRate": { - "additionalProperties": false, - "description": "The minimum flow rate of water required while the boiler is firing. (gpm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HotWaterResetControl": { - "additionalProperties": false, - "description": "Times when the HVAC equipment is setback. For example, when the heat is lowered during the heating season, or the cooling setpoint increased during the cooling season.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "During the day", - "At night", - "During sleeping and unoccupied hours", - "Seasonal", - "Never-rarely", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:IgnitionType": { - "$ref": "#/definitions/.auc:IgnitionType" - }, - "auc:InputCapacity": { - "additionalProperties": false, - "description": "The rate of energy consumption of the heating equipment at full load.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NumberOfHeatingStages": { - "additionalProperties": false, - "description": "The number of heating stages, excluding \"off.\"", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OutputCapacity": { - "additionalProperties": false, - "description": "Output capacity of equipment. WARNING: This element is being deprecated, use Capacity instead", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Priority": { - "$ref": "#/definitions/.auc:Priority" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:SteamBoilerMaximumOperatingPressure": { - "additionalProperties": false, - "description": "The maximum amount of steam pressure allowed during boiler operation. This should be input as gauge pressure. (psi)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SteamBoilerMinimumOperatingPressure": { - "additionalProperties": false, - "description": "The minimum amount of steam pressure required during boiler operation. This should be input as gauge pressure. (psi)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThermalEfficiency": { - "additionalProperties": false, - "description": "The efficiency of heat transfer between the combustion process and the heated steam, water, or air. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - } - }, - "type": "object" - }, - "auc:BuildingAutomationSystem": { - "$ref": "#/definitions/.auc:BuildingAutomationSystem" - }, - "auc:ControlSystemTypes": { - "additionalProperties": false, - "description": "HeatingPlant equipment control strategies.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ControlSystemType": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - { - "items": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:DistrictHeating": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AnnualHeatingEfficiencyUnits": { - "$ref": "#/definitions/.auc:AnnualHeatingEfficiencyUnits" - }, - "auc:AnnualHeatingEfficiencyValue": { - "additionalProperties": false, - "description": "Overall annual efficiency of a heating system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BoilerLWT": { - "additionalProperties": false, - "description": "The water temperature that the equipment supplies, such as the chilled water temperature setpoint for a chiller, or hot water temperature setpoint for water leaving a boiler. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Capacity": { - "additionalProperties": false, - "description": "Output capacity of equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:DistrictHeatingType": { - "additionalProperties": false, - "description": "General type of district heating used for space or water heating.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Hot water", - "Direct steam", - "Steam to hot water heat exchanger", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HotWaterBoilerMaximumFlowRate": { - "additionalProperties": false, - "description": "The maximum flow rate of water that the boiler is designed to accept. (gpm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OutputCapacity": { - "additionalProperties": false, - "description": "Output capacity of equipment. WARNING: This element is being deprecated, use Capacity instead", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:SteamBoilerMaximumOperatingPressure": { - "additionalProperties": false, - "description": "The maximum amount of steam pressure allowed during boiler operation. This should be input as gauge pressure. (psi)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SteamBoilerMinimumOperatingPressure": { - "additionalProperties": false, - "description": "The minimum amount of steam pressure required during boiler operation. This should be input as gauge pressure. (psi)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:HeatingPlantCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:NoHeating": { - "$ref": "#/definitions/auc:NoHeatingType" - }, - "auc:OtherCombination": { - "$ref": "#/definitions/auc:OtherCombinationType" - }, - "auc:PrimaryFuel": { - "additionalProperties": false, - "description": "Main fuel used by the HeatingPlant.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:FuelTypes" - } - }, - "type": "object" - }, - "auc:SolarThermal": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AnnualHeatingEfficiencyUnits": { - "$ref": "#/definitions/.auc:AnnualHeatingEfficiencyUnits" - }, - "auc:AnnualHeatingEfficiencyValue": { - "additionalProperties": false, - "description": "Overall annual efficiency of a heating system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Capacity": { - "additionalProperties": false, - "description": "Output capacity of equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:OutputCapacity": { - "additionalProperties": false, - "description": "Output capacity of equipment. WARNING: This element is being deprecated, use Capacity instead", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - } - }, - "type": "object" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:InsulationCondition": { - "description": "Assessed condition of installed insulation.", - "enum": [ - "Excellent", - "Good", - "Average", - "Poor", - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - "auc:InsulationMaterialType": { - "enum": [ - "Fiberglass", - "Cellulose", - "EPS", - "XPS", - "Rock wool", - "Insulsafe", - "Recycled cotton", - "ISOCY", - "Icynene", - "Closed cell", - "Vermiculite", - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - "auc:IntervalFrequencyType": { - "description": "Indicates frequency of data that's available for a given variable. Data that's available can range from 1 minute interval to annual. This interval frequency can be applied to resource or other time series data like weather.", - "enum": [ - "1 minute", - "10 minute", - "15 minute", - "30 minute", - "Hour", - "Day", - "Week", - "Month", - "Annual", - "Quarter", - "Other", - "Unknown" - ], - "type": "string" - }, - "auc:IntervalTime": { - "enum": [ - "1 minute", - "10 minute", - "15 minute", - "30 minute", - "Hour", - "Day", - "Week", - "Month", - "Annual", - "Quarter", - "Other", - "Unknown" - ], - "type": "string" - }, - "auc:LaundrySystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for laundry system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "LaundrySystem control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "LaundrySystem control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:LaundryEquipmentUsage": { - "additionalProperties": false, - "description": "Number of loads of laundry per week. (loads/wk)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LaundryType": { - "additionalProperties": false, - "description": "Type of laundry system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Combination": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ClothesWasherCapacity": { - "additionalProperties": false, - "description": "Volume of clothes washer tub. (ft3)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ClothesWasherClassification": { - "$ref": "#/definitions/.auc:ClothesWasherClassification" - }, - "auc:ClothesWasherLoaderType": { - "$ref": "#/definitions/.auc:ClothesWasherLoaderType" - }, - "auc:ClothesWasherModifiedEnergyFactor": { - "additionalProperties": false, - "description": "Modified Energy Factor (MEF) is the energy performance metric for ENERGY STAR qualified clothes washers and all clothes washers as of February 1, 2013. MEF is the quotient of the capacity of the clothes container, C, divided by the total clothes washer energy consumption per cycle, with such energy consumption expressed as the sum of the machine electrical energy consumption, M, the hot water energy consumption, E, and the energy required for removal of the remaining moisture in the wash load, D. The higher MEF, the more efficient the clothes washer. The equation is: MEF = C/(M + E + D).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ClothesWasherWaterFactor": { - "additionalProperties": false, - "description": "Water Factor (WF) is the quotient of the total weighted per-cycle water consumption, Q, divided by the capacity of the clothes washer, C. The lower the value, the more water efficient the clothes washer is. The equation is: WF = Q/C. WF is the ENERGY STAR water performance metric that allows the comparison of clothes washer water consumption independent of clothes washer capacity. (gal/cycle/ft3)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DryerElectricEnergyUsePerLoad": { - "additionalProperties": false, - "description": "Measure of dryer efficiency based on electricity. (kWh/load)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DryerGasEnergyUsePerLoad": { - "additionalProperties": false, - "description": "Measure of dryer efficiency based on natural gas. (Btu/load)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DryerType": { - "$ref": "#/definitions/.auc:DryerType" - }, - "auc:WasherDryerType": { - "additionalProperties": false, - "description": "Type of washer/dryer combination unit.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Combination All In One Clothes Washer Dryer", - "Unitized Stacked Washer Dryer Pair", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Dryer": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DryerElectricEnergyUsePerLoad": { - "additionalProperties": false, - "description": "Measure of dryer efficiency based on electricity. (kWh/load)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DryerGasEnergyUsePerLoad": { - "additionalProperties": false, - "description": "Measure of dryer efficiency based on natural gas. (Btu/load)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DryerType": { - "$ref": "#/definitions/.auc:DryerType" - } - }, - "type": "object" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - }, - "auc:Washer": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ClothesWasherCapacity": { - "additionalProperties": false, - "description": "Volume of clothes washer tub. (ft3)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ClothesWasherClassification": { - "$ref": "#/definitions/.auc:ClothesWasherClassification" - }, - "auc:ClothesWasherLoaderType": { - "$ref": "#/definitions/.auc:ClothesWasherLoaderType" - }, - "auc:ClothesWasherModifiedEnergyFactor": { - "additionalProperties": false, - "description": "Modified Energy Factor (MEF) is the energy performance metric for ENERGY STAR qualified clothes washers and all clothes washers as of February 1, 2013. MEF is the quotient of the capacity of the clothes container, C, divided by the total clothes washer energy consumption per cycle, with such energy consumption expressed as the sum of the machine electrical energy consumption, M, the hot water energy consumption, E, and the energy required for removal of the remaining moisture in the wash load, D. The higher MEF, the more efficient the clothes washer. The equation is: MEF = C/(M + E + D).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ClothesWasherWaterFactor": { - "additionalProperties": false, - "description": "Water Factor (WF) is the quotient of the total weighted per-cycle water consumption, Q, divided by the capacity of the clothes washer, C. The lower the value, the more water efficient the clothes washer is. The equation is: WF = Q/C. WF is the ENERGY STAR water performance metric that allows the comparison of clothes washer water consumption independent of clothes washer capacity. (gal/cycle/ft3)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:QuantityOfLaundry": { - "additionalProperties": false, - "description": "Quantity of laundry processed onsite annually. (lb/yr)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:LightingSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:BallastType": { - "additionalProperties": false, - "description": "A ballast is a piece of equipment required to control the starting and operating voltages of electrical gas discharge lights.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Electromagnetic", - "Standard Electronic", - "Premium Electronic", - "Integrated", - "Core and Coil", - "F-Can", - "Other", - "No Ballast" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of system operation controls.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlLightingType", - "description": "Type of system operation control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlLightingType", - "description": "Type of system operation control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:DimmingCapability": { - "additionalProperties": false, - "description": "If exists then the lighting system can be dimmed across a range of outputs.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MinimumDimmingLightFraction": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "Minimum light output of controlled lighting when fully dimmed. Minimum light fraction = (Minimum light output) / (Rated light output). (0-1) (fraction)" - }, - "auc:MinimumDimmingPowerFraction": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "The minimum power fraction when controlled lighting is fully dimmed. Minimum power fraction = (Minimum power) / (Full rated power). (0-1) (fraction)" - } - }, - "type": "object" - }, - "auc:FixtureSpacing": { - "additionalProperties": false, - "description": "Average horizontal spacing of fixtures. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:InputVoltage": { - "additionalProperties": false, - "description": "Voltage rating for this LightingSystem.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "120", - "208", - "240", - "277", - "347", - "480", - "120/277 (dual)", - "120-277 (universal)", - "347-480 (high voltage)", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:InstallationType": { - "additionalProperties": false, - "description": "Installation of lamp relative to mounting surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Plug-in", - "Recessed", - "Surface", - "Suspended", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:InstalledPower": { - "additionalProperties": false, - "description": "Installed power for this system. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LampPower": { - "additionalProperties": false, - "description": "The number of watts per lamp. (W)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LampType": { - "additionalProperties": false, - "description": "A lamp is a replaceable component, or bulb, which is designed to produce light from electricity, though, non-electric lamps also exist.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CompactFluorescent": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FluorescentStartType": { - "$ref": "#/definitions/.auc:FluorescentStartType" - }, - "auc:LampLabel": { - "additionalProperties": false, - "description": "Specific lamp subtype used in the luminaire.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "2D", - "A-series", - "Circline", - "Spiral", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Halogen": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LampLabel": { - "additionalProperties": false, - "description": "Specific lamp subtype used in the luminaire.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "A-shape", - "BR30", - "BR40", - "MR11", - "MR16", - "MR8", - "PAR20", - "PAR30", - "PAR38", - "Pin Base", - "R20", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TransformerNeeded": { - "additionalProperties": false, - "description": "True if the lamps require a transformer to lower the voltage (such as halogen or LEDs).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:HighIntensityDischarge": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LampLabel": { - "additionalProperties": false, - "description": "Specific lamp subtype used in the luminaire.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Sodium Vapor High Pressure", - "Sodium Vapor Low Pressure", - "Metal Halide", - "Mercury Vapor", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MetalHalideStartType": { - "additionalProperties": false, - "description": "Start technology used with metal halide ballasts.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Probe start", - "Pulse start", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Incandescent": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LampLabel": { - "additionalProperties": false, - "description": "Specific lamp subtype used in the luminaire.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "A19", - "A21", - "G16C", - "G25M", - "G40M", - "MR16", - "PAR16", - "PAR20", - "PAR30", - "PAR38", - "PS-Series", - "R20", - "R30", - "R40", - "TC", - "TM", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Induction": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:FluorescentStartType": { - "$ref": "#/definitions/.auc:FluorescentStartType" - } - }, - "type": "object" - }, - "auc:LinearFluorescent": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LampLabel": { - "additionalProperties": false, - "description": "Specific lamp subtype used in the luminaire.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Super T8", - "T12", - "T12HO", - "T5", - "T5HO", - "T8", - "T12U", - "T8U", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LampLength": { - "additionalProperties": false, - "description": "Length of fluorescent lamps.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "2 ft", - "4 ft", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Neon": { - "$ref": "#/definitions/auc:NeonType" - }, - "auc:OtherCombination": { - "$ref": "#/definitions/auc:OtherCombinationType" - }, - "auc:Photoluminescent": { - "$ref": "#/definitions/auc:PhotoluminescentType" - }, - "auc:Plasma": { - "$ref": "#/definitions/auc:PlasmaType" - }, - "auc:SelfLuminous": { - "$ref": "#/definitions/auc:SelfLuminousType" - }, - "auc:SolidStateLighting": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LampLabel": { - "additionalProperties": false, - "description": "Specific lamp subtype used in the luminaire.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "LED", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TransformerNeeded": { - "additionalProperties": false, - "description": "True if the lamps require a transformer to lower the voltage (such as halogen or LEDs).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - } - }, - "type": "object" - }, - "auc:LightingAutomationSystem": { - "$ref": "#/definitions/.auc:LightingAutomationSystem" - }, - "auc:LightingDirection": { - "additionalProperties": false, - "description": "Directional characteristics of lighting fixtures.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Direct", - "Indirect", - "Direct-Indirect", - "Spotlight", - "Floodlighting", - "Omnidirectional", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LightingEfficacy": { - "additionalProperties": false, - "description": "The amount of light (luminous flux) produced by a light source, usually measured in lumens, as a ratio of the amount of power consumed to produce it, usually measured in watts. (lm/W)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:LuminaireHeight": { - "additionalProperties": false, - "description": "Vertical height of luminaire above the finished floor/ground. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:NumberOfBallastsPerLuminaire": { - "additionalProperties": false, - "description": "The number of ballasts installed in each luminaire or fixture.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NumberOfLampsPerBallast": { - "additionalProperties": false, - "description": "The number of lamps driven by the ballast.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NumberOfLampsPerLuminaire": { - "additionalProperties": false, - "description": "The number of lamps in the luminaire.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NumberOfLuminaires": { - "additionalProperties": false, - "description": "Total number of luminaires/fixtures in this system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OutsideLighting": { - "additionalProperties": false, - "description": "True if lighting system is primarily for outside lighting, false otherwise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:PercentPremisesServed": { - "additionalProperties": false, - "description": "The percentage of the premises that the LightingSystem applies to. This may be for the whole building or an individual space, depending on the LinkedPremises field.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:RatedLampLife": { - "additionalProperties": false, - "description": "The expected remaining service life of a component. (hrs)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ReflectorType": { - "additionalProperties": false, - "description": "Type of reflector used to distribute light to the space.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Specular Reflector", - "Prismatic Reflector", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WorkPlaneHeight": { - "additionalProperties": false, - "description": "Distance from the finished floor to the work plane. Used to calculate vertical distance from the work plane to the centerline of the lighting fixture. (ft)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:LowMedHigh": { - "enum": [ - "Low", - "Medium", - "High" - ], - "type": "string" - }, - "auc:MeasureType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:CapitalReplacementCost": { - "additionalProperties": false, - "description": "Estimated cost of replacing the measure at the end of its useful life, in current year dollars. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CustomMeasureName": { - "additionalProperties": false, - "description": "Custom name of the measure, i.e. the name of the simulated measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:DiscardReason": { - "additionalProperties": false, - "description": "Reason why the proposed measure was discarded, if appropriate.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Long payback", - "Requires permit", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EndDate": { - "additionalProperties": false, - "description": "Date when majority of the project or measure was completed and implemented (substantial completion). (CCYY-MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:ImplementationStatus": { - "additionalProperties": false, - "description": "Implementation status of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Proposed", - "Evaluated", - "Selected", - "Initiated", - "Discarded", - "In Progress", - "Completed", - "MV", - "Verified", - "Unsatisfactory", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:LongDescription": { - "additionalProperties": false, - "description": "Long description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:MVCost": { - "additionalProperties": false, - "description": "Annual cost to verify energy savings. ($/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MVOption": { - "additionalProperties": false, - "description": "Recommended approach for verification of energy savings for this measure, based on the International Performance Measurement and Verification Protocol (IPMVP).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Option A: Retrofit Isolation With Partial Measurement", - "Option B: Retrofit Isolation With Full Measurement", - "Option C: Whole Building Measurement", - "Option D: Calibrated Simulation", - "Combination", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MeasureInstallationCost": { - "additionalProperties": false, - "description": "Cost of measure installation activity. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MeasureMaterialCost": { - "additionalProperties": false, - "description": "Costs of material needed to implement the measure. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MeasureSavingsAnalysis": { - "additionalProperties": false, - "description": "Energy and cost effectiveness data for an individual measure. In most cases, this data depends on the other measures included in the package, and should be entered at the package level under Scenarios.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AnnualDemandSavingsCost": { - "additionalProperties": false, - "description": "Cost savings per year due to reduction in peak electricity demand. ($/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualPeakElectricityReduction": { - "additionalProperties": false, - "description": "Reduction in largest 15 minute peak demand for the year as defined in the utility rate schedule (for electrical energy use only). (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualSavingsByFuels": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AnnualSavingsByFuel": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AnnualSavingsNativeUnits": { - "additionalProperties": false, - "description": "Site energy savings per year for this resource type, in the original units. (units/yr)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyResource": { - "$ref": "#/definitions/.auc:EnergyResource" - }, - "auc:ResourceUnits": { - "$ref": "#/definitions/.auc:ResourceUnits" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AnnualSavingsNativeUnits": { - "additionalProperties": false, - "description": "Site energy savings per year for this resource type, in the original units. (units/yr)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyResource": { - "$ref": "#/definitions/.auc:EnergyResource" - }, - "auc:ResourceUnits": { - "$ref": "#/definitions/.auc:ResourceUnits" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:AnnualSavingsByFuel" - ], - "type": "object" - }, - "auc:AnnualSavingsCost": { - "additionalProperties": false, - "description": "Cost savings per year, including energy, demand, change in rate schedule, and other cost impacts on utility bills. ($/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualSavingsSiteEnergy": { - "additionalProperties": false, - "description": "Site energy savings per year. (MMBtu/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualSavingsSourceEnergy": { - "additionalProperties": false, - "description": "Source energy savings per year. (MMBtu/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualWaterCostSavings": { - "additionalProperties": false, - "description": "Total annual reduction in water costs, not including water heating costs (hot and cold). ($/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualWaterSavings": { - "additionalProperties": false, - "description": "Total annual water savings (hot and cold). (gal/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CalculationMethod": { - "$ref": "#/definitions/.auc:CalculationMethod" - }, - "auc:CostEffectivenessScreeningMethod": { - "$ref": "#/definitions/.auc:CostEffectivenessScreeningMethod" - }, - "auc:EquipmentDisposalAndSalvageCosts": { - "additionalProperties": false, - "description": "The net cost of disposing of equipment being replaced or removed. In some cases the salvage value may exceed disposal costs, resulting in a negative value. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FundingFromIncentives": { - "additionalProperties": false, - "description": "Funding obtained through incentives to implement the measure or project. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FundingFromTaxCredits": { - "additionalProperties": false, - "description": "Funding obtained through utility or state tax credits to implement the measure or project. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:InternalRateOfReturn": { - "additionalProperties": false, - "description": "Internal rate of return (IRR) of measure or package. (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MeasureRank": { - "additionalProperties": false, - "description": "Sequence in which the measure was analyzed relative to other measures. Ranking should be 1 if it is analyzed first, 2 if analyzed after Measure 1 is applied, etc. This accounts for interactive effects between measures. Ranking may be 1 for all measures if they are not analyzed as a package.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NPVofTaxImplications": { - "additionalProperties": false, - "description": "Net present value of impacts on depreciation and other tax deductions. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NetPresentValue": { - "additionalProperties": false, - "description": "Net Present Value (NPV) of measure or package. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OMCostAnnualSavings": { - "additionalProperties": false, - "description": "Annual cost savings for operation, maintenance, and repair. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OtherCostAnnualSavings": { - "additionalProperties": false, - "description": "Annual savings for other non-energy costs, or increased revenue caused by measure implementation. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ReferenceCase": { - "$ref": "#/definitions/.auc:ReferenceCase" - }, - "auc:SimplePayback": { - "additionalProperties": false, - "description": "The length of time required for the investment to pay for itself. (yrs)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SummerPeakElectricityReduction": { - "additionalProperties": false, - "description": "Reduction in largest 15 minute peak demand for the summer months as defined in the utility rate schedule (for electrical energy use only). (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WinterPeakElectricityReduction": { - "additionalProperties": false, - "description": "Reduction in largest 15 minute peak demand for the winter months as defined in the utility rate schedule (for electrical energy use only). (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:MeasureScaleOfApplication": { - "additionalProperties": false, - "description": "Scale at which the measure is applied, such as an individual system, multiple systems, or entire facility.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Individual system", - "Multiple systems", - "Individual premise", - "Multiple premises", - "Entire facility", - "Entire site", - "Entire building", - "Common areas", - "Tenant areas" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MeasureTotalFirstCost": { - "additionalProperties": false, - "description": "The sum of the initial expenditures to implement each occurrence of the measure; includes items such as equipment, transportation, installation, preparation for service, as well as other costs directly related to the measure. Soft costs related to project planning and management should not be included for individual measures. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Recommended": { - "additionalProperties": false, - "description": "True if measure is recommended.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:ResidualValue": { - "additionalProperties": false, - "description": "The remaining value of the equipment associated with a measure or package at the end of the analysis period. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:StartDate": { - "additionalProperties": false, - "description": "Start date for implementation of a project or a measure. (CCYY-MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:SystemCategoryAffected": { - "additionalProperties": false, - "description": "Category of building system(s) affected by the measure. In some cases a single measure may include multiple components affecting multiple systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Air Distribution", - "Heating System", - "Cooling System", - "Other HVAC", - "Lighting", - "Domestic Hot Water", - "Cooking", - "Refrigeration", - "Dishwasher", - "Laundry", - "Pump", - "Fan", - "Motor", - "Heat Recovery", - "Wall", - "Roof", - "Ceiling", - "Fenestration", - "Foundation", - "General Controls and Operations", - "Critical IT System", - "Plug Load", - "Process Load", - "Conveyance", - "Onsite Storage, Transmission, Generation", - "Pool", - "Water Use", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TechnologyCategories": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TechnologyCategory": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Authorized technology category as defined by the Federal Energy Management Program (FEMP). In some cases a single measure may include multiple components affecting multiple categories.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AdvancedMeteringSystems": { - "additionalProperties": false, - "description": "Advanced metering systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install advanced metering systems", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install advanced metering systems", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:BoilerPlantImprovements": { - "additionalProperties": false, - "description": "Boiler plant improvements.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace boiler", - "Replace burner", - "Decentralize boiler", - "Insulate boiler room", - "Add energy recovery", - "Convert gas-fired unit to boiler loop", - "Convert system from steam to hot water", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Convert to Cleaner Fuels", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace boiler", - "Replace burner", - "Decentralize boiler", - "Insulate boiler room", - "Add energy recovery", - "Convert gas-fired unit to boiler loop", - "Convert system from steam to hot water", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Convert to Cleaner Fuels", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:BuildingAutomationSystems": { - "additionalProperties": false, - "description": "Building Automation Systems (BAS) or Energy Management Control Systems (EMCS).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add heat recovery", - "Add or upgrade BAS/EMS/EMCS", - "Add or upgrade controls", - "Convert pneumatic controls to DDC", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add heat recovery", - "Add or upgrade BAS/EMS/EMCS", - "Add or upgrade controls", - "Convert pneumatic controls to DDC", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:BuildingEnvelopeModifications": { - "additionalProperties": false, - "description": "Building envelope modifications.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Air seal envelope", - "Increase wall insulation", - "Insulate thermal bypasses", - "Increase ceiling insulation", - "Increase roof insulation", - "Insulate attic hatch / stair box", - "Add attic/knee wall insulation", - "Install cool/green roof", - "Add shading devices", - "Add window films", - "Install or replace solar screens", - "Replace glazing", - "Replace windows", - "Increase floor insulation", - "Insulate foundation", - "Clean and/or repair", - "Close elevator and/or stairwell shaft vents", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Air seal envelope", - "Increase wall insulation", - "Insulate thermal bypasses", - "Increase ceiling insulation", - "Increase roof insulation", - "Insulate attic hatch / stair box", - "Add attic/knee wall insulation", - "Install cool/green roof", - "Add shading devices", - "Add window films", - "Install or replace solar screens", - "Replace glazing", - "Replace windows", - "Increase floor insulation", - "Insulate foundation", - "Clean and/or repair", - "Close elevator and/or stairwell shaft vents", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:ChilledWaterHotWaterAndSteamDistributionSystems": { - "additionalProperties": false, - "description": "Chilled water, hot water, and steam distribution systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add pipe insulation", - "Repair and/or replace steam traps", - "Retrofit and replace chiller plant pumping, piping, and controls", - "Repair or replace existing condensate return systems or install new condensate return systems", - "Add recirculating pumps", - "Replace or upgrade water heater", - "Add energy recovery", - "Install solar hot water system", - "Separate SHW from heating", - "Replace with higher efficiency pump", - "Replace with variable speed pump", - "Install or upgrade master venting", - "Replace steam traps with orifice plates", - "Install steam condensate heat recovery", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add pipe insulation", - "Repair and/or replace steam traps", - "Retrofit and replace chiller plant pumping, piping, and controls", - "Repair or replace existing condensate return systems or install new condensate return systems", - "Add recirculating pumps", - "Replace or upgrade water heater", - "Add energy recovery", - "Install solar hot water system", - "Separate SHW from heating", - "Replace with higher efficiency pump", - "Replace with variable speed pump", - "Install or upgrade master venting", - "Replace steam traps with orifice plates", - "Install steam condensate heat recovery", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:ChillerPlantImprovements": { - "additionalProperties": false, - "description": "Chiller plant improvements.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add energy recovery", - "Install VSD on electric centrifugal chillers", - "Replace chiller", - "Install gas cooling", - "Add or repair economizer cycle", - "Add or replace cooling tower", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add energy recovery", - "Install VSD on electric centrifugal chillers", - "Replace chiller", - "Install gas cooling", - "Add or repair economizer cycle", - "Add or replace cooling tower", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:ConveyanceSystems": { - "additionalProperties": false, - "description": "Conveyance systems such as elevators and escalators.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add elevator regenerative drives", - "Upgrade controls", - "Upgrade motors", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add elevator regenerative drives", - "Upgrade controls", - "Upgrade motors", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:DataCenterImprovements": { - "additionalProperties": false, - "description": "Data center energy conservation improvements.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Improve data center efficiency", - "Implement hot aisle hold aisle design", - "Implement server virtualization", - "Upgrade servers", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Improve data center efficiency", - "Implement hot aisle hold aisle design", - "Implement server virtualization", - "Upgrade servers", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:DistributedGeneration": { - "additionalProperties": false, - "description": "Distributed generation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install CHP/cogeneration systems", - "Install fuel cells", - "Install microturbines", - "Convert fuels", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install CHP/cogeneration systems", - "Install fuel cells", - "Install microturbines", - "Convert fuels", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:ElectricalPeakShavingLoadShifting": { - "additionalProperties": false, - "description": "Electrical peak shaving and load shifting.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install thermal energy storage", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install thermal energy storage", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:EnergyCostReductionThroughRateAdjustments": { - "additionalProperties": false, - "description": "Energy cost reduction through rate adjustments.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Change to more favorable rate schedule", - "Energy cost reduction through rate adjustments - uncategorized", - "Energy service billing and meter auditing recommendations", - "Change to lower energy cost supplier(s)", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Change to more favorable rate schedule", - "Energy cost reduction through rate adjustments - uncategorized", - "Energy service billing and meter auditing recommendations", - "Change to lower energy cost supplier(s)", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:EnergyDistributionSystems": { - "additionalProperties": false, - "description": "Energy and utility distribution systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Implement power factor corrections", - "Implement power quality upgrades", - "Upgrade transformers", - "Install gas distribution systems", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Implement power factor corrections", - "Implement power quality upgrades", - "Upgrade transformers", - "Install gas distribution systems", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:EnergyRelatedProcessImprovements": { - "additionalProperties": false, - "description": "Energy related process improvements.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Implement industrial process improvements", - "Implement production and/or manufacturing improvements", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Implement industrial process improvements", - "Implement production and/or manufacturing improvements", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:FutureOtherECMs": { - "additionalProperties": false, - "description": "Measures reserved for future and other ECMs.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:HealthAndSafety": { - "additionalProperties": false, - "description": "Category heading for measures that are necessary for health, comfort, or safety reasons, not for energy efficiency reasons.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:LightingImprovements": { - "additionalProperties": false, - "description": "Lighting improvements.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Retrofit with CFLs", - "Retrofit with T-5", - "Retrofit with T-8", - "Install spectrally enhanced lighting", - "Retrofit with fiber optic lighting technologies", - "Retrofit with light emitting diode technologies", - "Add daylight controls", - "Add occupancy sensors", - "Install photocell control", - "Install timers", - "Replace diffusers", - "Upgrade exit signs to LED", - "Upgrade exterior lighting", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Retrofit with CFLs", - "Retrofit with T-5", - "Retrofit with T-8", - "Install spectrally enhanced lighting", - "Retrofit with fiber optic lighting technologies", - "Retrofit with light emitting diode technologies", - "Add daylight controls", - "Add occupancy sensors", - "Install photocell control", - "Install timers", - "Replace diffusers", - "Upgrade exit signs to LED", - "Upgrade exterior lighting", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:OtherElectricMotorsAndDrives": { - "additionalProperties": false, - "description": "Electric motors and drives other than those for conveyance systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add drive controls", - "Replace with higher efficiency", - "Add VSD motor controller", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add drive controls", - "Replace with higher efficiency", - "Add VSD motor controller", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:OtherHVAC": { - "additionalProperties": false, - "description": "Other measure related to heating, ventilating, and air conditioning (HVAC).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace or modify AHU", - "Improve distribution fans", - "Improve ventilation fans", - "Convert CV system to VAV system", - "Repair leaks / seal ducts", - "Add duct insulation", - "Balance ventilation/distribution system", - "Repair or replace HVAC damper and controller", - "Replace burner", - "Replace package units", - "Replace packaged terminal units", - "Install passive solar heating", - "Replace AC and heating units with ground coupled heat pump systems", - "Add enhanced dehumidification", - "Install solar ventilation preheating system", - "Add or repair economizer", - "Add energy recovery", - "Add or replace cooling tower", - "Install thermal destratification fans", - "Install demand control ventilation", - "Install gas cooling", - "Install air source heat pump", - "Install variable refrigerant flow system", - "Capture and return condensate", - "Install or Upgrade Master Venting", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other heating", - "Other cooling", - "Other ventilation", - "Other distribution", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace or modify AHU", - "Improve distribution fans", - "Improve ventilation fans", - "Convert CV system to VAV system", - "Repair leaks / seal ducts", - "Add duct insulation", - "Balance ventilation/distribution system", - "Repair or replace HVAC damper and controller", - "Replace burner", - "Replace package units", - "Replace packaged terminal units", - "Install passive solar heating", - "Replace AC and heating units with ground coupled heat pump systems", - "Add enhanced dehumidification", - "Install solar ventilation preheating system", - "Add or repair economizer", - "Add energy recovery", - "Add or replace cooling tower", - "Install thermal destratification fans", - "Install demand control ventilation", - "Install gas cooling", - "Install air source heat pump", - "Install variable refrigerant flow system", - "Capture and return condensate", - "Install or Upgrade Master Venting", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other heating", - "Other cooling", - "Other ventilation", - "Other distribution", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:PlugLoadReductions": { - "additionalProperties": false, - "description": "Appliance and plug-load reductions.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace with ENERGY STAR rated", - "Install plug load controls", - "Automatic shutdown or sleep mode for computers", - "De-lamp vending machines", - "Replace clothes dryers", - "Replace washing machines", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace with ENERGY STAR rated", - "Install plug load controls", - "Automatic shutdown or sleep mode for computers", - "De-lamp vending machines", - "Replace clothes dryers", - "Replace washing machines", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:Refrigeration": { - "additionalProperties": false, - "description": "Refrigeration.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace ice/refrigeration equipment with high efficiency units", - "Replace air-cooled ice/refrigeration equipment", - "Replace refrigerators", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace ice/refrigeration equipment with high efficiency units", - "Replace air-cooled ice/refrigeration equipment", - "Replace refrigerators", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:RenewableEnergySystems": { - "additionalProperties": false, - "description": "Renewable energy systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install landfill gas, wastewater treatment plant digester gas, or coal bed methane power plant", - "Install photovoltaic system", - "Install wind energy system", - "Install wood waste or other organic waste stream heating or power plant", - "Install electrical storage", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install landfill gas, wastewater treatment plant digester gas, or coal bed methane power plant", - "Install photovoltaic system", - "Install wind energy system", - "Install wood waste or other organic waste stream heating or power plant", - "Install electrical storage", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:ServiceHotWaterSystems": { - "additionalProperties": false, - "description": "Service hot water (SHW) and domestic hot water (DHW) systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Decrease SHW temperature", - "Install SHW controls", - "Install solar thermal SHW", - "Install water pressure booster", - "Insulate SHW piping", - "Insulate SHW tank", - "Replace piping", - "Replace tankless coil", - "Separate SHW from heating", - "Upgrade SHW boiler", - "Install heat pump SHW system", - "Install tankless water heaters", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Decrease SHW temperature", - "Install SHW controls", - "Install solar thermal SHW", - "Install water pressure booster", - "Insulate SHW piping", - "Insulate SHW tank", - "Replace piping", - "Replace tankless coil", - "Separate SHW from heating", - "Upgrade SHW boiler", - "Install heat pump SHW system", - "Install tankless water heaters", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:Uncategorized": { - "additionalProperties": false, - "description": "Category heading for measures that don't fit into another category.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:WaterAndSewerConservationSystems": { - "additionalProperties": false, - "description": "Water and sewer conservation systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install low-flow faucets and showerheads", - "Install low-flow plumbing equipment", - "Install onsite sewer treatment systems", - "Implement water efficient irrigation", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install low-flow faucets and showerheads", - "Install low-flow plumbing equipment", - "Install onsite sewer treatment systems", - "Implement water efficient irrigation", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Authorized technology category as defined by the Federal Energy Management Program (FEMP). In some cases a single measure may include multiple components affecting multiple categories.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AdvancedMeteringSystems": { - "additionalProperties": false, - "description": "Advanced metering systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install advanced metering systems", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install advanced metering systems", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:BoilerPlantImprovements": { - "additionalProperties": false, - "description": "Boiler plant improvements.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace boiler", - "Replace burner", - "Decentralize boiler", - "Insulate boiler room", - "Add energy recovery", - "Convert gas-fired unit to boiler loop", - "Convert system from steam to hot water", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Convert to Cleaner Fuels", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace boiler", - "Replace burner", - "Decentralize boiler", - "Insulate boiler room", - "Add energy recovery", - "Convert gas-fired unit to boiler loop", - "Convert system from steam to hot water", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Convert to Cleaner Fuels", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:BuildingAutomationSystems": { - "additionalProperties": false, - "description": "Building Automation Systems (BAS) or Energy Management Control Systems (EMCS).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add heat recovery", - "Add or upgrade BAS/EMS/EMCS", - "Add or upgrade controls", - "Convert pneumatic controls to DDC", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add heat recovery", - "Add or upgrade BAS/EMS/EMCS", - "Add or upgrade controls", - "Convert pneumatic controls to DDC", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:BuildingEnvelopeModifications": { - "additionalProperties": false, - "description": "Building envelope modifications.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Air seal envelope", - "Increase wall insulation", - "Insulate thermal bypasses", - "Increase ceiling insulation", - "Increase roof insulation", - "Insulate attic hatch / stair box", - "Add attic/knee wall insulation", - "Install cool/green roof", - "Add shading devices", - "Add window films", - "Install or replace solar screens", - "Replace glazing", - "Replace windows", - "Increase floor insulation", - "Insulate foundation", - "Clean and/or repair", - "Close elevator and/or stairwell shaft vents", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Air seal envelope", - "Increase wall insulation", - "Insulate thermal bypasses", - "Increase ceiling insulation", - "Increase roof insulation", - "Insulate attic hatch / stair box", - "Add attic/knee wall insulation", - "Install cool/green roof", - "Add shading devices", - "Add window films", - "Install or replace solar screens", - "Replace glazing", - "Replace windows", - "Increase floor insulation", - "Insulate foundation", - "Clean and/or repair", - "Close elevator and/or stairwell shaft vents", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:ChilledWaterHotWaterAndSteamDistributionSystems": { - "additionalProperties": false, - "description": "Chilled water, hot water, and steam distribution systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add pipe insulation", - "Repair and/or replace steam traps", - "Retrofit and replace chiller plant pumping, piping, and controls", - "Repair or replace existing condensate return systems or install new condensate return systems", - "Add recirculating pumps", - "Replace or upgrade water heater", - "Add energy recovery", - "Install solar hot water system", - "Separate SHW from heating", - "Replace with higher efficiency pump", - "Replace with variable speed pump", - "Install or upgrade master venting", - "Replace steam traps with orifice plates", - "Install steam condensate heat recovery", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add pipe insulation", - "Repair and/or replace steam traps", - "Retrofit and replace chiller plant pumping, piping, and controls", - "Repair or replace existing condensate return systems or install new condensate return systems", - "Add recirculating pumps", - "Replace or upgrade water heater", - "Add energy recovery", - "Install solar hot water system", - "Separate SHW from heating", - "Replace with higher efficiency pump", - "Replace with variable speed pump", - "Install or upgrade master venting", - "Replace steam traps with orifice plates", - "Install steam condensate heat recovery", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:ChillerPlantImprovements": { - "additionalProperties": false, - "description": "Chiller plant improvements.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add energy recovery", - "Install VSD on electric centrifugal chillers", - "Replace chiller", - "Install gas cooling", - "Add or repair economizer cycle", - "Add or replace cooling tower", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add energy recovery", - "Install VSD on electric centrifugal chillers", - "Replace chiller", - "Install gas cooling", - "Add or repair economizer cycle", - "Add or replace cooling tower", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:ConveyanceSystems": { - "additionalProperties": false, - "description": "Conveyance systems such as elevators and escalators.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add elevator regenerative drives", - "Upgrade controls", - "Upgrade motors", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add elevator regenerative drives", - "Upgrade controls", - "Upgrade motors", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:DataCenterImprovements": { - "additionalProperties": false, - "description": "Data center energy conservation improvements.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Improve data center efficiency", - "Implement hot aisle hold aisle design", - "Implement server virtualization", - "Upgrade servers", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Improve data center efficiency", - "Implement hot aisle hold aisle design", - "Implement server virtualization", - "Upgrade servers", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:DistributedGeneration": { - "additionalProperties": false, - "description": "Distributed generation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install CHP/cogeneration systems", - "Install fuel cells", - "Install microturbines", - "Convert fuels", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install CHP/cogeneration systems", - "Install fuel cells", - "Install microturbines", - "Convert fuels", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:ElectricalPeakShavingLoadShifting": { - "additionalProperties": false, - "description": "Electrical peak shaving and load shifting.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install thermal energy storage", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install thermal energy storage", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:EnergyCostReductionThroughRateAdjustments": { - "additionalProperties": false, - "description": "Energy cost reduction through rate adjustments.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Change to more favorable rate schedule", - "Energy cost reduction through rate adjustments - uncategorized", - "Energy service billing and meter auditing recommendations", - "Change to lower energy cost supplier(s)", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Change to more favorable rate schedule", - "Energy cost reduction through rate adjustments - uncategorized", - "Energy service billing and meter auditing recommendations", - "Change to lower energy cost supplier(s)", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:EnergyDistributionSystems": { - "additionalProperties": false, - "description": "Energy and utility distribution systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Implement power factor corrections", - "Implement power quality upgrades", - "Upgrade transformers", - "Install gas distribution systems", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Implement power factor corrections", - "Implement power quality upgrades", - "Upgrade transformers", - "Install gas distribution systems", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:EnergyRelatedProcessImprovements": { - "additionalProperties": false, - "description": "Energy related process improvements.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Implement industrial process improvements", - "Implement production and/or manufacturing improvements", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Implement industrial process improvements", - "Implement production and/or manufacturing improvements", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:FutureOtherECMs": { - "additionalProperties": false, - "description": "Measures reserved for future and other ECMs.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:HealthAndSafety": { - "additionalProperties": false, - "description": "Category heading for measures that are necessary for health, comfort, or safety reasons, not for energy efficiency reasons.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:LightingImprovements": { - "additionalProperties": false, - "description": "Lighting improvements.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Retrofit with CFLs", - "Retrofit with T-5", - "Retrofit with T-8", - "Install spectrally enhanced lighting", - "Retrofit with fiber optic lighting technologies", - "Retrofit with light emitting diode technologies", - "Add daylight controls", - "Add occupancy sensors", - "Install photocell control", - "Install timers", - "Replace diffusers", - "Upgrade exit signs to LED", - "Upgrade exterior lighting", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Retrofit with CFLs", - "Retrofit with T-5", - "Retrofit with T-8", - "Install spectrally enhanced lighting", - "Retrofit with fiber optic lighting technologies", - "Retrofit with light emitting diode technologies", - "Add daylight controls", - "Add occupancy sensors", - "Install photocell control", - "Install timers", - "Replace diffusers", - "Upgrade exit signs to LED", - "Upgrade exterior lighting", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:OtherElectricMotorsAndDrives": { - "additionalProperties": false, - "description": "Electric motors and drives other than those for conveyance systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add drive controls", - "Replace with higher efficiency", - "Add VSD motor controller", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Add drive controls", - "Replace with higher efficiency", - "Add VSD motor controller", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:OtherHVAC": { - "additionalProperties": false, - "description": "Other measure related to heating, ventilating, and air conditioning (HVAC).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace or modify AHU", - "Improve distribution fans", - "Improve ventilation fans", - "Convert CV system to VAV system", - "Repair leaks / seal ducts", - "Add duct insulation", - "Balance ventilation/distribution system", - "Repair or replace HVAC damper and controller", - "Replace burner", - "Replace package units", - "Replace packaged terminal units", - "Install passive solar heating", - "Replace AC and heating units with ground coupled heat pump systems", - "Add enhanced dehumidification", - "Install solar ventilation preheating system", - "Add or repair economizer", - "Add energy recovery", - "Add or replace cooling tower", - "Install thermal destratification fans", - "Install demand control ventilation", - "Install gas cooling", - "Install air source heat pump", - "Install variable refrigerant flow system", - "Capture and return condensate", - "Install or Upgrade Master Venting", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other heating", - "Other cooling", - "Other ventilation", - "Other distribution", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace or modify AHU", - "Improve distribution fans", - "Improve ventilation fans", - "Convert CV system to VAV system", - "Repair leaks / seal ducts", - "Add duct insulation", - "Balance ventilation/distribution system", - "Repair or replace HVAC damper and controller", - "Replace burner", - "Replace package units", - "Replace packaged terminal units", - "Install passive solar heating", - "Replace AC and heating units with ground coupled heat pump systems", - "Add enhanced dehumidification", - "Install solar ventilation preheating system", - "Add or repair economizer", - "Add energy recovery", - "Add or replace cooling tower", - "Install thermal destratification fans", - "Install demand control ventilation", - "Install gas cooling", - "Install air source heat pump", - "Install variable refrigerant flow system", - "Capture and return condensate", - "Install or Upgrade Master Venting", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other heating", - "Other cooling", - "Other ventilation", - "Other distribution", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:PlugLoadReductions": { - "additionalProperties": false, - "description": "Appliance and plug-load reductions.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace with ENERGY STAR rated", - "Install plug load controls", - "Automatic shutdown or sleep mode for computers", - "De-lamp vending machines", - "Replace clothes dryers", - "Replace washing machines", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace with ENERGY STAR rated", - "Install plug load controls", - "Automatic shutdown or sleep mode for computers", - "De-lamp vending machines", - "Replace clothes dryers", - "Replace washing machines", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:Refrigeration": { - "additionalProperties": false, - "description": "Refrigeration.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace ice/refrigeration equipment with high efficiency units", - "Replace air-cooled ice/refrigeration equipment", - "Replace refrigerators", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Replace ice/refrigeration equipment with high efficiency units", - "Replace air-cooled ice/refrigeration equipment", - "Replace refrigerators", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:RenewableEnergySystems": { - "additionalProperties": false, - "description": "Renewable energy systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install landfill gas, wastewater treatment plant digester gas, or coal bed methane power plant", - "Install photovoltaic system", - "Install wind energy system", - "Install wood waste or other organic waste stream heating or power plant", - "Install electrical storage", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install landfill gas, wastewater treatment plant digester gas, or coal bed methane power plant", - "Install photovoltaic system", - "Install wind energy system", - "Install wood waste or other organic waste stream heating or power plant", - "Install electrical storage", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:ServiceHotWaterSystems": { - "additionalProperties": false, - "description": "Service hot water (SHW) and domestic hot water (DHW) systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Decrease SHW temperature", - "Install SHW controls", - "Install solar thermal SHW", - "Install water pressure booster", - "Insulate SHW piping", - "Insulate SHW tank", - "Replace piping", - "Replace tankless coil", - "Separate SHW from heating", - "Upgrade SHW boiler", - "Install heat pump SHW system", - "Install tankless water heaters", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Decrease SHW temperature", - "Install SHW controls", - "Install solar thermal SHW", - "Install water pressure booster", - "Insulate SHW piping", - "Insulate SHW tank", - "Replace piping", - "Replace tankless coil", - "Separate SHW from heating", - "Upgrade SHW boiler", - "Install heat pump SHW system", - "Install tankless water heaters", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:Uncategorized": { - "additionalProperties": false, - "description": "Category heading for measures that don't fit into another category.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - }, - "auc:WaterAndSewerConservationSystems": { - "additionalProperties": false, - "description": "Water and sewer conservation systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureName": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install low-flow faucets and showerheads", - "Install low-flow plumbing equipment", - "Install onsite sewer treatment systems", - "Implement water efficient irrigation", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Short description of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Install low-flow faucets and showerheads", - "Install low-flow plumbing equipment", - "Install onsite sewer treatment systems", - "Implement water efficient irrigation", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureName" - ], - "type": "object" - } - }, - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:TechnologyCategory" - ], - "type": "object" - }, - "auc:TypeOfMeasure": { - "additionalProperties": false, - "description": "Type of action associated with the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Additions": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Addition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AlternativeSystemAdded": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of alternative systems that would be added as part of the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of alternative systems that would be added as part of the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - }, - "auc:ExistingScheduleAffected": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of schedules replaced by the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of schedules replaced by the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - }, - "auc:ModifiedSchedule": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of schedules associated with the improved systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of schedules associated with the improved systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:ModificationRetrocommissions": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ModificationRetrocommissioning": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExistingScheduleAffected": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of schedules replaced by the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of schedules replaced by the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - }, - "auc:ExistingSystemAffected": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of any existing systems affected by the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of any existing systems affected by the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - }, - "auc:ModifiedSchedule": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of schedules associated with the improved systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of schedules associated with the improved systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - }, - "auc:ModifiedSystem": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of alternative systems that represent \"improvements\" to existing systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of alternative systems that represent \"improvements\" to existing systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Removals": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Removal": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExistingScheduleAffected": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of schedules replaced by the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of schedules replaced by the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - }, - "auc:ExistingSystemRemoved": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of any existing systems removed as part of the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of any existing systems removed as part of the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - }, - "auc:ModifiedSchedule": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of schedules associated with the improved systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of schedules associated with the improved systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Replacements": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Replacement": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AlternativeSystemReplacement": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of alternative systems that would replace the existing systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of alternative systems that would replace the existing systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - }, - "auc:ExistingScheduleAffected": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of schedules replaced by the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of schedules replaced by the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - }, - "auc:ExistingSystemReplaced": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of any existing systems replaced by the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of any existing systems replaced by the measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - }, - "auc:ModifiedSchedule": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of schedules associated with the improved systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of schedules associated with the improved systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:UsefulLife": { - "additionalProperties": false, - "description": "Productive life that can be expected of measure or a project. (yrs)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:MotorSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for MotorSystem.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "MotorSystem control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "MotorSystem control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:DriveEfficiency": { - "additionalProperties": false, - "description": "A measure of how much power transferred through the drive is lost as heat, expressed as a percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FullLoadAmps": { - "additionalProperties": false, - "description": "Current draw of motor at full capacity. (amps)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:LinkedSystemIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedSystemID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of system(s) supported by this equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of system(s) supported by this equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:MotorApplication": { - "additionalProperties": false, - "description": "Type of system served by the motor.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Fan", - "Pump", - "Conveyance", - "Plug Load", - "Process Load", - "Compressor", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MotorBrakeHP": { - "additionalProperties": false, - "description": "The brake horsepower of the motor before the loss in power caused by the gearbox, alternator, differential, water pump, and other auxiliary components. (hp)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MotorEfficiency": { - "additionalProperties": false, - "description": "Indicates how well the motor converts electrical power into mechanical power and is defined as output power divided by input power expressed as a percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MotorEnclosureType": { - "additionalProperties": false, - "description": "Defines if the motor is open or enclosed.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Open", - "Enclosed", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MotorHP": { - "additionalProperties": false, - "description": "The nameplate (rated) horsepower of the motor. (hp)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MotorPoleCount": { - "additionalProperties": false, - "description": "The number of pole electromagnetic windings in the motor's stator and used to assign MotorEfficiency. Pole count is always a multiple of 2.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MotorRPM": { - "additionalProperties": false, - "description": "The number of full revolutions in a unit of time and is used to assign MotorEfficiency. 2008 NR ACM table N2-20 has four speeds: 3600 rpm, 1800 rpm, 1200 rpm, 900 rpm.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:NeonType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:NoCoolingType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:NoHeatingType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:OccupancyClassificationType": { - "enum": [ - "Manufactured home", - "Single family", - "Multifamily", - "Multifamily with commercial", - "Multifamily individual unit", - "Public housing", - "Residential", - "Health care-Pharmacy", - "Health care-Skilled nursing facility", - "Health care-Residential treatment center", - "Health care-Inpatient hospital", - "Health care-Outpatient rehabilitation", - "Health care-Diagnostic center", - "Health care-Outpatient facility", - "Health care-Outpatient non-diagnostic", - "Health care-Outpatient surgical", - "Health care-Veterinary", - "Health care-Morgue or mortuary", - "Health care", - "Gas station", - "Convenience store", - "Food sales-Grocery store", - "Food sales", - "Laboratory-Testing", - "Laboratory-Medical", - "Laboratory", - "Vivarium", - "Zoo", - "Office-Financial", - "Office", - "Bank", - "Courthouse", - "Public safety station-Fire", - "Public safety station-Police", - "Public safety station", - "Public safety-Detention center", - "Public safety-Correctional facility", - "Public safety", - "Warehouse-Refrigerated", - "Warehouse-Unrefrigerated", - "Warehouse-Self-storage", - "Warehouse", - "Assembly-Religious", - "Assembly-Cultural entertainment", - "Assembly-Social entertainment", - "Assembly-Arcade or casino without lodging", - "Assembly-Convention center", - "Assembly-Indoor arena", - "Assembly-Race track", - "Assembly-Stadium", - "Assembly-Stadium (closed)", - "Assembly-Stadium (open)", - "Assembly-Public", - "Recreation-Pool", - "Recreation-Bowling alley", - "Recreation-Fitness center", - "Recreation-Ice rink", - "Recreation-Roller rink", - "Recreation-Indoor sport", - "Recreation", - "Education-Adult", - "Education-Higher", - "Education-Secondary", - "Education-Primary", - "Education-Preschool or daycare", - "Education-Vocational", - "Education", - "Food service-Fast", - "Food service-Full", - "Food service-Limited", - "Food service-Institutional", - "Food service", - "Lodging-Barracks", - "Lodging-Institutional", - "Lodging with extended amenities", - "Lodging with limited amenities", - "Lodging", - "Retail-Automobile dealership", - "Retail-Mall", - "Retail-Strip mall", - "Retail-Enclosed mall", - "Retail-Dry goods retail", - "Retail-Hypermarket", - "Retail", - "Service-Postal", - "Service-Repair", - "Service-Laundry or dry cleaning", - "Service-Studio", - "Service-Beauty and health", - "Service-Production and assembly", - "Service", - "Transportation terminal", - "Central Plant", - "Water treatment-Wastewater", - "Water treatment-Drinking water and distribution", - "Water treatment", - "Energy generation plant", - "Industrial manufacturing plant", - "Utility", - "Industrial", - "Agricultural estate", - "Mixed-use commercial", - "Parking", - "Attic", - "Basement", - "Dining area", - "Living area", - "Sleeping area", - "Laundry area", - "Lodging area", - "Dressing area", - "Restroom", - "Auditorium", - "Classroom", - "Day room", - "Sport play area", - "Stage", - "Spectator area", - "Office work area", - "Non-office work area", - "Common area", - "Reception area", - "Waiting area", - "Transportation waiting area", - "Lobby", - "Conference room", - "Computer lab", - "Data center", - "Printing room", - "Media center", - "Telephone data entry", - "Darkroom", - "Courtroom", - "Kitchen", - "Kitchenette", - "Refrigerated storage", - "Bar-Nightclub", - "Bar", - "Dance floor", - "Trading floor", - "TV studio", - "Security room", - "Shipping and receiving", - "Mechanical room", - "Chemical storage room", - "Non-chemical storage room", - "Janitorial closet", - "Vault", - "Corridor", - "Deck", - "Courtyard", - "Atrium", - "Science park", - "Other", - "Unknown" - ], - "type": "string" - }, - "auc:OnsiteStorageTransmissionGenerationSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:BackupGenerator": { - "additionalProperties": false, - "description": "True if system is only used for backup purposes.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of onsite storage transmission controls.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Onsite storage transmission control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Onsite storage transmission control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:DemandReduction": { - "additionalProperties": false, - "description": "True if system is used for demand reduction purposes.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:EnergyConversionType": { - "additionalProperties": false, - "description": "Type of energy conversion provided by the system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Generation": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ExternalPowerSupply": { - "additionalProperties": false, - "description": "Designed to convert line voltage ac input into lower voltage ac or dc output, convert to only one output voltage at a time, contained in a separate physical enclosure from the end-use product, and does not have batteries or battery packs that physically attach directly (including those that are removable) to the power supply unit.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "AC to AC", - "AC to DC", - "Low Voltage", - "No Load", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OnsiteGenerationType": { - "additionalProperties": false, - "description": "Identifies whether the onsite generation is provided by a photovoltaic system or by another technology.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Other": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:OtherEnergyGenerationTechnology": { - "additionalProperties": false, - "description": "Technology utilized on the premises to generate non-purchased energy, including renewable energy that is passively collected. This includes energy collected from the environment such as air, water, or ground-source heat pump systems. Technology equipment may exist as facade systems and roofing systems. Technology equipment may also exist on a premises off of a building envelope including on the ground, awnings, or carports as well as underground.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Standby generator", - "Turbine", - "Microturbine", - "Reciprocating engine", - "Fuel cell", - "Gasification", - "Binary Cycle", - "Anaerobic biodigester", - "Hydrokinetic", - "Solar parabolic trough", - "Solar power tower", - "Wind", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OutputResourceType": { - "additionalProperties": false, - "description": "Resource or fuel produced by the generation system and used as energy on the premises.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:FuelTypes" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:PV": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:PhotovoltaicModuleLength": { - "additionalProperties": false, - "description": "The total length of the module including the frame. Length here is defined as the longest side of the module. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PhotovoltaicModuleRatedPower": { - "additionalProperties": false, - "description": "The module's rated, maximum-power-point power at standard testing conditions (STC) (SAM Help, 2013). Where STC is defined as light spectrum AM 1.5, cell temperature of 25 degrees Celsius, and irradiance of 1000 W/m2 (IEC 61853-1 Standard 7.2-2010). (W)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PhotovoltaicModuleWidth": { - "additionalProperties": false, - "description": "The total width of the module including the frame. Width is here defined as the distance between the two longest module sides. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PhotovoltaicSystemArrayAzimuth": { - "additionalProperties": false, - "description": "Degrees clockwise from North. For a premises, it is the azimuth of the front facing element. It can also be applied to envelope components, such as walls, windows (fenestration), as well as onsite generation technologies, such as photovoltaic panels. Legal Values: 0 - 360. (degrees)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PhotovoltaicSystemInverterEfficiency": { - "additionalProperties": false, - "description": "Fraction of power that is converted to usable AC efficiency. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PhotovoltaicSystemLocation": { - "additionalProperties": false, - "description": "Location where PV system is mounted.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Roof", - "On grade", - "Building integrated", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PhotovoltaicSystemMaximumPowerOutput": { - "additionalProperties": false, - "description": "Peak power as supplied by the manufacturer. (Wdc)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PhotovoltaicSystemNumberOfArrays": { - "additionalProperties": false, - "description": "Number of arrays in a photovoltaic system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PhotovoltaicSystemNumberOfModulesPerArray": { - "additionalProperties": false, - "description": "Number of modules in each array of a photovoltaic system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PhotovoltaicSystemRackingSystemTiltAngleMax": { - "additionalProperties": false, - "description": "Maximum PV mounting angle relative to horizontal. Minimum and maximum tilt angles are the same for fixed systems. (degrees)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PhotovoltaicSystemRackingSystemTiltAngleMin": { - "additionalProperties": false, - "description": "Minimum PV mounting angle relative to horizontal. Minimum and maximum tilt angles are the same for fixed systems. (degrees)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Storage": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EnergyStorageTechnology": { - "additionalProperties": false, - "description": "A few different forms of energy storage systems exist including: potential, kinetic, chemical and thermal. The critical factors of any storage device are application (type and size), costs, cycle efficiency and longevity.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Battery", - "Thermal Energy Storage", - "Pumped-Storage Hydroelectricity", - "Flywheel", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ThermalMedium": { - "additionalProperties": false, - "description": "Type of material used in thermal energy storage technology.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Air", - "Ice", - "Pool water", - "Domestic water", - "Molten salt", - "Sand", - "Rock", - "Chemical oxides", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:OtherCombinationType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:OtherHVACSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for other HVAC systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Other HVAC system control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Other HVAC system control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:Integration": { - "additionalProperties": false, - "description": "Level of integration with primary heating and cooling sources and delivery systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Integrated with central air distribution", - "Integrated with local air distribution", - "Stand-alone", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedDeliveryIDs": { - "additionalProperties": false, - "description": "List of connections to air distribution systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedDeliveryID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Connect to an air distribution system", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Connect to an air distribution system", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:OtherHVACSystemCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EquipmentCondition" - } - }, - "type": "object" - }, - "auc:OtherHVACType": { - "additionalProperties": false, - "description": "Type of space conditioning equipment that is not classified as heating, cooling, or air-distribution. This category includes ventilation, dehumidification, humidification, and air cleaning systems.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AirCleaner": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:DutyCycle": { - "$ref": "#/definitions/.auc:DutyCycle" - }, - "auc:SystemPerformanceRatio": { - "$ref": "#/definitions/.auc:SystemPerformanceRatio" - } - }, - "type": "object" - }, - "auc:Dehumidifier": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:DehumidificationType": { - "additionalProperties": false, - "description": "Dehumidification type in air-distribution system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Desiccant wheel", - "Liquid desiccant", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DutyCycle": { - "$ref": "#/definitions/.auc:DutyCycle" - }, - "auc:HumidityControlMaximum": { - "additionalProperties": false, - "description": "Relative humidity above which moisture is removed from the space. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SystemPerformanceRatio": { - "$ref": "#/definitions/.auc:SystemPerformanceRatio" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - } - }, - "type": "object" - }, - "auc:Humidifier": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:DutyCycle": { - "$ref": "#/definitions/.auc:DutyCycle" - }, - "auc:HumidificationType": { - "additionalProperties": false, - "description": "Humidification type in air-distribution system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Steam", - "Water Spray", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HumidityControlMinimum": { - "additionalProperties": false, - "description": "Relative humidity below which moisture is added to the space. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SystemPerformanceRatio": { - "$ref": "#/definitions/.auc:SystemPerformanceRatio" - } - }, - "type": "object" - }, - "auc:MechanicalVentilation": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:DemandControlVentilation": { - "additionalProperties": false, - "description": "True if ventilation system is controlled based on level of occupancy or pollutants, false otherwise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:DutyCycle": { - "$ref": "#/definitions/.auc:DutyCycle" - }, - "auc:MakeupAirSourceID": { - "additionalProperties": false, - "description": "ID number of the Space that provides makeup air for exhaust ventilation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:IDREF" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "type": "object" - }, - "auc:RequiredVentilationRate": { - "additionalProperties": false, - "description": "Minimum ventilation rate required by local code. (cfm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SystemPerformanceRatio": { - "$ref": "#/definitions/.auc:SystemPerformanceRatio" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:VentilationControlMethods": { - "additionalProperties": false, - "description": "List of ventilation control methods.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:VentilationControlMethod": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:VentilationControlMethod" - }, - { - "items": { - "$ref": "#/definitions/.auc:VentilationControlMethod" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:VentilationRate": { - "additionalProperties": false, - "description": "Installed flow rate for mechanical ventilation system. (cfm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:VentilationType": { - "additionalProperties": false, - "description": "Type of ventilation, and use of heat recovery.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Exhaust only", - "Supply only", - "Dedicated outdoor air system", - "Heat recovery ventilator", - "Energy recovery ventilator", - "None", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:VentilationZoneControl": { - "additionalProperties": false, - "description": "Method used to determine overall ventilation rate for multiple zones.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Average Flow", - "Critical Zone", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:NaturalVentilation": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:DutyCycle": { - "$ref": "#/definitions/.auc:DutyCycle" - }, - "auc:NaturalVentilationMethod": { - "additionalProperties": false, - "description": "Strategy for introducing natural ventilation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Air changes per hour", - "Flow per area", - "Flow per person", - "Flow per zone", - "Wind and stack open area", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NaturalVentilationRate": { - "additionalProperties": false, - "description": "Average rate of natural ventilation when used. Units depend on ventilation method. (cfm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:VentilationControlMethods": { - "additionalProperties": false, - "description": "List of ventilation control methods.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:VentilationControlMethod": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:VentilationControlMethod" - }, - { - "items": { - "$ref": "#/definitions/.auc:VentilationControlMethod" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:OtherCombination": { - "$ref": "#/definitions/auc:OtherCombinationType" - }, - "auc:SpotExhaust": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:DutyCycle": { - "$ref": "#/definitions/.auc:DutyCycle" - }, - "auc:ExhaustLocation": { - "additionalProperties": false, - "description": "Location of spot exhaust ventilation system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Bathroom", - "Kitchen hood", - "Laboratory hood", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MakeupAirSourceID": { - "additionalProperties": false, - "description": "ID number of the Space that provides makeup air for exhaust ventilation.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:IDREF" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "type": "object" - }, - "auc:RequiredVentilationRate": { - "additionalProperties": false, - "description": "Minimum ventilation rate required by local code. (cfm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SystemPerformanceRatio": { - "$ref": "#/definitions/.auc:SystemPerformanceRatio" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:VentilationControlMethods": { - "additionalProperties": false, - "description": "List of ventilation control methods.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:VentilationControlMethod": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:VentilationControlMethod" - }, - { - "items": { - "$ref": "#/definitions/.auc:VentilationControlMethod" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:VentilationRate": { - "additionalProperties": false, - "description": "Installed flow rate for mechanical ventilation system. (cfm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - } - }, - "type": "object" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:OtherType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:OtherUnitsType": { - "enum": [ - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - "auc:PeakResourceUnitsBaseType": { - "enum": [ - "kW", - "MMBtu/day" - ], - "type": "string" - }, - "auc:PeakResourceUnitsType": { - "anyOf": [ - { - "enum": [ - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - { - "enum": [ - "kW", - "MMBtu/day" - ], - "type": "string" - } - ] - }, - "auc:PhotoluminescentType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:PlasmaType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:PlugElectricLoadType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of plug load controls.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Plug load control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Plug load control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:PlugLoadNominalPower": { - "additionalProperties": false, - "description": "Nominal electrical load for plug load category. (W)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PlugLoadPeakPower": { - "additionalProperties": false, - "description": "The maximum instantaneous power use (ASHRAE Guideline 14-2014 section E1.2.2).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PlugLoadStandbyPower": { - "additionalProperties": false, - "description": "Electric power consumed by while the equipment is switched off or in a standby mode. (W)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PlugLoadType": { - "additionalProperties": false, - "description": "General category of plug load, including non-critical IT systems, task lighting, and other small electronic loads.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Personal Computer", - "Task Lighting", - "Printing", - "Cash Register", - "Audio", - "Display", - "Set Top Box", - "Business Equipment", - "Broadcast Antenna", - "Kitchen Equipment", - "Signage Display", - "Miscellaneous Electric Load", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WeightedAverageLoad": { - "additionalProperties": false, - "description": "Weighted average electric load. (W/ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:PoolType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Heated": { - "additionalProperties": false, - "description": "If exists then the pool is heated.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for heated pool.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Heated pool control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Heated pool control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:HoursUncovered": { - "additionalProperties": false, - "description": "Average hours per day the pool is uncovered. (hrs/day)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:WaterTemperature": { - "additionalProperties": false, - "description": "Set point for pool heating. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:PoolArea": { - "additionalProperties": false, - "description": "Surface area of pool. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PoolSizeCategory": { - "additionalProperties": false, - "description": "Classification of the pool size.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Olympic", - "Recreational", - "Short Course", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PoolType": { - "additionalProperties": false, - "description": "General category of the pool.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Hot Tub", - "Pool", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PoolVolume": { - "additionalProperties": false, - "description": "Volume of the pool. (gal)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PumpDutyCycle": { - "additionalProperties": false, - "description": "Average duty cycle of pool pump, represented as percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:PortfolioManagerType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:BuildingProfileStatus": { - "additionalProperties": false, - "description": "The status of the building profile submission process for ENERGY STAR Portfolio Manager.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Draft", - "Received", - "Under Review", - "On Hold", - "Reviewed and Approved", - "Reviewed and Not Approved" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FederalSustainabilityChecklistCompletionPercentage": { - "additionalProperties": false, - "description": "Percentage of the Federal High Performance Sustainability Checklist that has been completed for federal building in ENERGY STAR Portfolio Manager. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PMBenchmarkDate": { - "additionalProperties": false, - "description": "Date that the building was benchmarked in ENERGY STAR Portfolio Manager. (CCYY-MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:PressureUnitsBaseType": { - "enum": [ - "Bar", - "Atmosphere, atm", - "Pounds per Square Inch, psi" - ], - "type": "string" - }, - "auc:PressureUnitsType": { - "anyOf": [ - { - "enum": [ - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - { - "enum": [ - "Bar", - "Atmosphere, atm", - "Pounds per Square Inch, psi" - ], - "type": "string" - } - ] - }, - "auc:ProcessGasElectricLoadType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of process load controls.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Process load control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Process load control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:DutyCycle": { - "$ref": "#/definitions/.auc:DutyCycle" - }, - "auc:HeatGainFraction": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "Fraction of installed power that results in heat gain to the space. (0-1) (fraction)" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:ProcessLoadPeakPower": { - "additionalProperties": false, - "description": "The maximum instantaneous power use (ASHRAE Guideline 14-2014 section E1.2.2).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ProcessLoadStandbyPower": { - "additionalProperties": false, - "description": "Electric power consumed by while the equipment is switched off or in a standby mode. (W)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ProcessLoadType": { - "additionalProperties": false, - "description": "Type of gas or electric equipment not categorized elsewhere.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Medical Equipment", - "Laboratory Equipment", - "Machinery", - "Air Compressor", - "Fume Hood", - "Appliance", - "Gaming/Hobby/Leisure", - "Infrastructure", - "Electric Vehicle Charging", - "Miscellaneous Gas Load", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WeightedAverageLoad": { - "additionalProperties": false, - "description": "Weighted average process load. (W/ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:PumpSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for pump system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Pump system control." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Pump system control." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:LinkedSystemIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedSystemID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of system(s) supported by this equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of system(s) supported by this equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:PumpApplication": { - "additionalProperties": false, - "description": "Type of system served by the pump.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Boiler", - "Chilled Water", - "Domestic Hot Water", - "Solar Hot Water", - "Condenser", - "Cooling Tower", - "Ground Loop", - "Pool", - "Recirculation", - "Process Hot Water", - "Process Cold Water", - "Potable Cold Water", - "Refrigerant", - "Air", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PumpControlType": { - "additionalProperties": false, - "description": "Type of pump speed control.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Constant Volume", - "Variable Volume", - "VFD", - "Multi-Speed", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PumpEfficiency": { - "additionalProperties": false, - "description": "Efficiency of the pump under rated conditions. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PumpInstalledFlowRate": { - "additionalProperties": false, - "description": "Actual flow rate of pump under normal operating conditions. (gal/min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PumpMaximumFlowRate": { - "additionalProperties": false, - "description": "The maximum flow rate of fluid through the pump in gallons per minute. (gal/min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PumpMinimumFlowRate": { - "additionalProperties": false, - "description": "The minimum flow rate of fluid through the pump in gallons per minute. (gal/min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PumpOperation": { - "additionalProperties": false, - "description": "Defines how pump operation is controlled.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "On Demand", - "Standby", - "Schedule", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PumpPowerDemand": { - "additionalProperties": false, - "description": "Pump power at maximum flow rate. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PumpingConfiguration": { - "additionalProperties": false, - "description": "Primary, secondary, or tertiary pump.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Primary", - "Secondary", - "Tertiary", - "Backup", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:RankType": { - "enum": [ - "Fair", - "Good", - "Superior" - ], - "type": "string" - }, - "auc:RefrigerationSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:RefrigerationSystemCategory": { - "additionalProperties": false, - "description": "Basic type of refrigeration equipment.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CentralRefrigerationSystem": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CaseReturnLineDiameter": { - "additionalProperties": false, - "description": "Diameter of the refrigerant return line exiting refrigerated cases. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CondenserPlantIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CondenserPlantID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of the CondenserPlant serving as the source for this cooling system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of the CondenserPlant serving as the source for this cooling system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:EvaporatorPressureRegulators": { - "additionalProperties": false, - "description": "True if mechanical or electronic regulators are used to maintain the suction temperature in the individual cases.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:NetRefrigerationCapacity": { - "additionalProperties": false, - "description": "That portion of the total refrigeration capacity of a liquid cooler that produces useful cooling. This is the product of the mass flow rate of liquid, specific heat of the liquid, and the difference between entering and leaving liquid temperatures, expressed in energy units per unit of time. It is represented also by the total refrigeration capacity less the heat leakage rate. (MMBtu/hr)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NumberOfRefrigerantReturnLines": { - "additionalProperties": false, - "description": "Number of return lines from refrigerated cases to the compressor.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Refrigerant": { - "$ref": "#/definitions/.auc:Refrigerant" - }, - "auc:RefrigerantSubcooler": { - "additionalProperties": false, - "description": "True if there is a heat exchanger, after the condenser, for subcooling the condensed refrigerant.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:RefrigerationCompressor": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:CompressorUnloader": { - "additionalProperties": false, - "description": "If exists then a device is used for controlling compressor capacity by rendering one or more cylinders ineffective.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CompressorUnloaderStages": { - "additionalProperties": false, - "description": "Number of stages available for unloading the compressor.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:CrankcaseHeater": { - "additionalProperties": false, - "description": "True if a crankcase heater is used to prevent condensation when the unit is off.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:DesuperheatValve": { - "additionalProperties": false, - "description": "True if the level of refrigerant superheat is controlled using a desuperheat valve.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:RefrigerationCompressorType": { - "additionalProperties": false, - "description": "Type of compressor in the refrigeration system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Reciprocating", - "Screw", - "Scroll", - "Centrifugal", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:SuctionVaporTemperature": { - "additionalProperties": false, - "description": "The temperature of the refrigerant vapor returning to the compressor or condensing unit. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TotalHeatRejection": { - "additionalProperties": false, - "description": "Amount of heat energy rejected to its surroundings by a condenser. (MMBtu/hr)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:RefrigerationUnit": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AntiSweatHeaters": { - "additionalProperties": false, - "description": "If exists then refrigerated cases include anti-sweat heaters.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AntiSweatHeaterControls": { - "additionalProperties": false, - "description": "True if anti-sweat heaters are controlled to minimize energy use.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:AntiSweatHeaterPower": { - "additionalProperties": false, - "description": "The total power associated with anti-sweat heaters for glass display doors for a refrigerated cases of this type. (W)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - } - }, - "type": "object" - }, - "auc:CaseDoorOrientation": { - "additionalProperties": false, - "description": "Orientation of refrigerated case doors used for display cases at stores, food-service establishments.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Horizontal", - "Vertical", - "Combination", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DefrostingType": { - "additionalProperties": false, - "description": "Type of defrost strategy used for refrigerated cases.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Electric", - "Off cycle", - "Hot gas", - "Reverse cycle", - "Water", - "Cool gas", - "None", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DoorConfiguration": { - "additionalProperties": false, - "description": "Door configuration of the refrigerator/freezer unit.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Side-by-side", - "Top and bottom", - "Walk-in", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LampPower": { - "additionalProperties": false, - "description": "Average power used by lamps in refrigerated cases. (W)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RefrigeratedCaseDoors": { - "additionalProperties": false, - "description": "True if refrigerated equipment has doors, false if not.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:RefrigerationEnergy": { - "additionalProperties": false, - "description": "Power for refrigeration equipment. (W)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RefrigerationUnitSize": { - "additionalProperties": false, - "description": "Size of refrigeration equipment. (ft3)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RefrigerationUnitType": { - "additionalProperties": false, - "description": "Refrigeration equipment includes a refrigerator or freezer used for storing food products at specified temperatures, with the condensing unit and compressor built into the cabinet, and designed for use by commercial or institutional premises, other than laboratory settings. These units may be vertical or chest configurations and may contain a worktop surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Refrigerator", - "Freezer", - "Combination", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:ReportType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:ASHRAEAuditLevel": { - "additionalProperties": false, - "description": "Energy audit level as defined in SPC 211 Standard for Commercial Building Energy Audits.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Preliminary Energy-Use Analysis", - "Level 1: Walk-through", - "Level 2: Energy Survey and Analysis", - "Level 3: Detailed Survey and Analysis" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnalysisPeriod": { - "additionalProperties": false, - "description": "Period used for financial analysis. Can be combined with IntervalFrequency to specify the units. (yrs)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AuditCost": { - "additionalProperties": false, - "description": "Total cost associated with the audit. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AuditDates": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AuditDate": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CustomDateType": { - "additionalProperties": false, - "description": "Custom name if DateType is Custom.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:Date": { - "additionalProperties": false, - "description": "Date of DateType enumeration. (CCYY-MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:DateType": { - "additionalProperties": false, - "description": "Type of AuditDate.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Site Visit", - "Conducted", - "Completion", - "Custom", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "auc:Date", - "auc:DateType" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CustomDateType": { - "additionalProperties": false, - "description": "Custom name if DateType is Custom.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:Date": { - "additionalProperties": false, - "description": "Date of DateType enumeration. (CCYY-MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:DateType": { - "additionalProperties": false, - "description": "Type of AuditDate.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Site Visit", - "Conducted", - "Completion", - "Custom", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "auc:Date", - "auc:DateType" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:AuditExemption": { - "additionalProperties": false, - "description": "Conditions under which the building is exempt from a mandated audit.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "EPA ENERGY STAR certified", - "LEED certified", - "Simple building", - "Class 1 building", - "Other", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AuditorContactID": { - "additionalProperties": false, - "description": "Contact ID of auditor responsible for the audit report.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:DiscountFactor": { - "additionalProperties": false, - "description": "Discount factor applied to calculate present values of future cash flows. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricityPriceEscalationRate": { - "additionalProperties": false, - "description": "Assumed annual increase in electricity price. (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:GasPriceEscalationRate": { - "additionalProperties": false, - "description": "Assumed annual increase in natural gas price. (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:InflationRate": { - "additionalProperties": false, - "description": "Assumed annual inflation rate for non-energy costs. (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremisesOrSystem": { - "$ref": "#/definitions/.auc:LinkedPremisesOrSystem" - }, - "auc:OtherEscalationRates": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:OtherEscalationRate": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - }, - "auc:EnergyResource": { - "$ref": "#/definitions/.auc:EnergyResource" - }, - "auc:EscalationRate": { - "additionalProperties": false, - "description": "Assumed annual increase in price for the specified resource. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - }, - "auc:EnergyResource": { - "$ref": "#/definitions/.auc:EnergyResource" - }, - "auc:EscalationRate": { - "additionalProperties": false, - "description": "Assumed annual increase in price for the specified resource. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:Qualifications": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Qualification": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Qualifications of audit team.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:AuditTeamMemberCertificationType": { - "additionalProperties": false, - "description": "Type of certification held by an auditor team member.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:AuditorQualificationType" - } - }, - "type": "object" - }, - "auc:AuditorQualification": { - "additionalProperties": false, - "description": "Qualification of auditor responsible for the audit report.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:AuditorQualificationType" - } - }, - "type": "object" - }, - "auc:AuditorQualificationNumber": { - "additionalProperties": false, - "description": "Certificate number, license number, etc., of AuditorQualification.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:AuditorQualificationState": { - "additionalProperties": false, - "description": "If AuditorQualification is state-issued, the state the qualification is from.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:State" - } - }, - "type": "object" - }, - "auc:CertificationExpirationDate": { - "additionalProperties": false, - "description": "Date that the AuditorQualification expires. (CCYY-MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:CertifiedAuditTeamMemberContactID": { - "additionalProperties": false, - "description": "Contact ID of auditor team member with certification.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Qualifications of audit team.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:AuditTeamMemberCertificationType": { - "additionalProperties": false, - "description": "Type of certification held by an auditor team member.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:AuditorQualificationType" - } - }, - "type": "object" - }, - "auc:AuditorQualification": { - "additionalProperties": false, - "description": "Qualification of auditor responsible for the audit report.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:AuditorQualificationType" - } - }, - "type": "object" - }, - "auc:AuditorQualificationNumber": { - "additionalProperties": false, - "description": "Certificate number, license number, etc., of AuditorQualification.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:AuditorQualificationState": { - "additionalProperties": false, - "description": "If AuditorQualification is state-issued, the state the qualification is from.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:State" - } - }, - "type": "object" - }, - "auc:CertificationExpirationDate": { - "additionalProperties": false, - "description": "Date that the AuditorQualification expires. (CCYY-MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:CertifiedAuditTeamMemberContactID": { - "additionalProperties": false, - "description": "Contact ID of auditor team member with certification.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:RetrocommissioningAudit": { - "additionalProperties": false, - "description": "True if an assessment of retro- or re-commissioning measures was completed as part of the audit.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:Scenarios": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Scenario": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ScenarioType" - }, - { - "items": { - "$ref": "#/definitions/auc:ScenarioType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Scenario" - ], - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:Utilities": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Utility": { - "anyOf": [ - { - "$ref": "#/definitions/auc:UtilityType", - "description": "Utility associated with a scenario or scenarios." - }, - { - "items": { - "$ref": "#/definitions/auc:UtilityType", - "description": "Utility associated with a scenario or scenarios." - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:WaterPriceEscalationRate": { - "additionalProperties": false, - "description": "Assumed annual increase in water price. (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:ResourceUnitsBaseType": { - "enum": [ - "Cubic Meters", - "kcf", - "MCF", - "Gallons", - "Wh", - "kWh", - "MWh", - "Btu", - "kBtu", - "MMBtu", - "therms", - "lbs", - "Klbs", - "Mlbs", - "Mass ton", - "Ton-hour" - ], - "type": "string" - }, - "auc:ResourceUnitsType": { - "anyOf": [ - { - "enum": [ - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - { - "enum": [ - "Cubic Meters", - "kcf", - "MCF", - "Gallons", - "Wh", - "kWh", - "MWh", - "Btu", - "kBtu", - "MMBtu", - "therms", - "lbs", - "Klbs", - "Mlbs", - "Mass ton", - "Ton-hour" - ], - "type": "string" - } - ] - }, - "auc:ResourceUseType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:AnnualFuelCost": { - "additionalProperties": false, - "description": "Annual cost of the resource ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualFuelUseConsistentUnits": { - "additionalProperties": false, - "description": "Sum of all time series values for a particular or typical year, converted into million Btu of site energy. (MMBtu/yr)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualFuelUseLinkedTimeSeriesIDs": { - "additionalProperties": false, - "description": "Links to all time series data used to calculate the AnnualFuelUse values.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:LinkedTimeSeriesID": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:LinkedTimeSeriesID" - ], - "type": "object" - }, - "auc:AnnualFuelUseNativeUnits": { - "additionalProperties": false, - "description": "Sum of all time series values for the past year, in the original units. (units/yr)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualPeakConsistentUnits": { - "additionalProperties": false, - "description": "Largest 15-min peak. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualPeakNativeUnits": { - "additionalProperties": false, - "description": "Largest 15-min peak. (units)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Emissions": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Emission": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AvoidedEmissions": { - "additionalProperties": false, - "description": "The avoided Greenhouse gas (GHG) emissions resulting from a renewable energy source or a system. (kgCO2e)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EmissionBoundary": { - "additionalProperties": false, - "description": "The boundary that encompasses the measured emissions.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Direct", - "Indirect", - "Net", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EmissionsFactor": { - "additionalProperties": false, - "description": "Emissions factor associated with a Resource. (kg/MMBtu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EmissionsFactorSource": { - "additionalProperties": false, - "description": "Data source for emissions factors.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "US EIA", - "US EPA", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EmissionsType": { - "additionalProperties": false, - "description": "Category of greenhouse gas or other emission.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "CO2e", - "CO2", - "CH4", - "N2O", - "NOx", - "SO2", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:GHGEmissions": { - "additionalProperties": false, - "description": "Emissions that result in gases that trap heat in the atmosphere. (kgCO2e)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AvoidedEmissions": { - "additionalProperties": false, - "description": "The avoided Greenhouse gas (GHG) emissions resulting from a renewable energy source or a system. (kgCO2e)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EmissionBoundary": { - "additionalProperties": false, - "description": "The boundary that encompasses the measured emissions.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Direct", - "Indirect", - "Net", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EmissionsFactor": { - "additionalProperties": false, - "description": "Emissions factor associated with a Resource. (kg/MMBtu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EmissionsFactorSource": { - "additionalProperties": false, - "description": "Data source for emissions factors.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "US EIA", - "US EPA", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EmissionsType": { - "additionalProperties": false, - "description": "Category of greenhouse gas or other emission.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "CO2e", - "CO2", - "CH4", - "N2O", - "NOx", - "SO2", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:GHGEmissions": { - "additionalProperties": false, - "description": "Emissions that result in gases that trap heat in the atmosphere. (kgCO2e)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:EndUse": { - "additionalProperties": false, - "description": "End use that the resource primarily applies to.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EndUse" - } - }, - "type": "object" - }, - "auc:EnergyResource": { - "$ref": "#/definitions/.auc:EnergyResource" - }, - "auc:FuelUseIntensity": { - "additionalProperties": false, - "description": "Fuel use intensity is the energy associated with the selected fuel type divided by the gross floor area. (units/ft2/yr)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MeterID": { - "additionalProperties": false, - "description": "ID of the associated meter as seen by the facility manager", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:ParentResourceUseID": { - "additionalProperties": false, - "description": "If this ResourceUse is intended to represent a submetered end use ('Total Lighting', 'Heating', 'Plug load', etc.), this ResourceUse should link to a parent ResourceUse that this would 'roll up to'.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:PeakResourceUnits": { - "additionalProperties": false, - "description": "Units for peak demand.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "kW", - "MMBtu/day" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PercentEndUse": { - "additionalProperties": false, - "description": "Percentage of total consumption of this fuel type for the specified end use represented by this Energy Use record. (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:PercentResource": { - "additionalProperties": false, - "description": "Percentage of total consumption of this fuel type represented by this Resource Use record. (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:ResourceBoundary": { - "$ref": "#/definitions/.auc:ResourceBoundary" - }, - "auc:ResourceUnits": { - "$ref": "#/definitions/.auc:ResourceUnits" - }, - "auc:ResourceUseNotes": { - "additionalProperties": false, - "description": "Details about the resource use. For Level 1 Audits, this should include notes on meter sampling methodology (if sampling was used) and identification of irregularities in monthly energy use (SPC 211 Standard for Commercial Building Energy Audits sections 6.1.2.1.d and 6.1.2.1.j).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:SharedResourceSystem": { - "additionalProperties": false, - "description": "Situation that applies if a resource is shared with multiple premises, such as shared chilled water among buildings.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Multiple buildings on a single lot", - "Multiple buildings on multiple lots", - "Not shared", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:UtilityIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:UtilityID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID of utility associated with this resource use.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID of utility associated with this resource use.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:WaterResource": { - "$ref": "#/definitions/.auc:WaterResource" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:RoofSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:BlueRoof": { - "additionalProperties": false, - "description": "A blue roof is a roof design that is explicitly intended to store water, typically rainfall.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:CoolRoof": { - "additionalProperties": false, - "description": "A cool roof reduces roof temperature with a high solar reflectance (or albedo) material that helps to reflect sunlight and heat away from a building.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:DeckType": { - "additionalProperties": false, - "description": "The material used to create the structural integrity in an opaque surface. In many cases the framing material is not continuous across the construction.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Wood", - "Steel", - "Concrete", - "Brick", - "Masonry", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:GreenRoof": { - "additionalProperties": false, - "description": "A green roof or living roof is a roof of a building that is partially or completely covered with vegetation and a growing medium, planted over a waterproofing membrane.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:RadiantBarrier": { - "additionalProperties": false, - "description": "True if a radiant barrier is installed, false otherwise.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:RoofColor": { - "additionalProperties": false, - "description": "Color of a material or component. Can be applied to opaque surfaces, materials, and so forth.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:Color" - } - }, - "type": "object" - }, - "auc:RoofConstruction": { - "additionalProperties": false, - "description": "The general description of the main structural construction method used for an opaque surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EnvelopeConstructionType" - } - }, - "type": "object" - }, - "auc:RoofExteriorSolarAbsorptance": { - "additionalProperties": false, - "description": "The fraction of incident radiation in the solar spectrum that is absorbed by the material or surface. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofExteriorSolarReflectanceIndex": { - "additionalProperties": false, - "description": "A measure of a roof's ability to reject solar heat, as shown by a small temperature rise. It is defined so that a standard black (reflectance 0.05, emittance 0.90) is 0 and a standard white (reflectance 0.80, emittance 0.90) is 100.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofExteriorThermalAbsorptance": { - "additionalProperties": false, - "description": "The fraction of incident long wavelength infrared radiation that is absorbed by the material or surface. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofFinish": { - "additionalProperties": false, - "description": "The final material applied to a surface, either interior or exterior. Some structural components don't have an exterior finish, such as unfinished poured concrete.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:Finish" - } - }, - "type": "object" - }, - "auc:RoofFramingDepth": { - "additionalProperties": false, - "description": "Dimension of the distance from the front to the back, such as the depth of structural framing in a wall or floor. It can also be the distance from the top to the bottom, such as the depth of a tank or pool of a component or material, such as the depth of the structural framing. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofFramingFactor": { - "additionalProperties": false, - "description": "Fraction of the surface that is composed of structural framing material. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofFramingMaterial": { - "additionalProperties": false, - "description": "The material used to create the structural integrity in an opaque surface. In many cases the framing material is not continuous across the construction.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:FramingMaterial" - } - }, - "type": "object" - }, - "auc:RoofFramingSpacing": { - "additionalProperties": false, - "description": "Dimension of the distance between two components. Examples include: Framing spacing: the dimension from centerline to centerline of a surface framing material. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofInsulations": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RoofInsulation": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RoofInsulationApplication": { - "additionalProperties": false, - "description": "A description of the type of insulation and how it is applied.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Loose fill", - "Batt", - "Spray on", - "Rigid", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:RoofInsulationContinuity": { - "additionalProperties": false, - "description": "Insulation installation type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Cavity", - "Continuous", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofInsulationMaterial": { - "additionalProperties": false, - "description": "Material used for the structural component of the surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationMaterialType" - } - }, - "type": "object" - }, - "auc:RoofInsulationRValue": { - "additionalProperties": false, - "description": "Insulation R Value of the layer. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of roof insulation. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RoofInsulationApplication": { - "additionalProperties": false, - "description": "A description of the type of insulation and how it is applied.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Loose fill", - "Batt", - "Spray on", - "Rigid", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:RoofInsulationContinuity": { - "additionalProperties": false, - "description": "Insulation installation type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Cavity", - "Continuous", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofInsulationMaterial": { - "additionalProperties": false, - "description": "Material used for the structural component of the surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationMaterialType" - } - }, - "type": "object" - }, - "auc:RoofInsulationRValue": { - "additionalProperties": false, - "description": "Insulation R Value of the layer. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of roof insulation. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:RoofRValue": { - "additionalProperties": false, - "description": "(Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofSlope": { - "additionalProperties": false, - "description": "A descriptive value for tilt, when an exact numeric angle is not known.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Flat", - "Sloped", - "Greater than 2 to 12", - "Less than 2 to 12", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RoofUFactor": { - "additionalProperties": false, - "description": "The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:ScenarioType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:AllResourceTotals": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AllResourceTotal": { - "anyOf": [ - { - "$ref": "#/definitions/auc:AllResourceTotalType" - }, - { - "items": { - "$ref": "#/definitions/auc:AllResourceTotalType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:AllResourceTotal" - ], - "type": "object" - }, - "auc:AnnualCoolingDegreeDays": { - "additionalProperties": false, - "description": "Cooling degree days are calculated as the sum of the differences between daily average temperatures and the base temperature, calculated at the ASHRAE base temperature of 65F, unless otherwise specified. Use the Interval Frequency term to characterize whether the HDD calculation is for annual or monthly intervals. (°F-days)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualHeatingDegreeDays": { - "additionalProperties": false, - "description": "Heating degree days are calculated as the sum of the differences between daily average temperatures and the base temperature, calculated at the ASHRAE base temperature of 50F, unless otherwise specified. Use the Interval Frequency term to characterize whether the HDD calculation is for annual or monthly intervals. (°F-days)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CDDBaseTemperature": { - "additionalProperties": false, - "description": "Reference temperature for calculating Cooling Degree Days (CDD). (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HDDBaseTemperature": { - "additionalProperties": false, - "description": "Reference temperature for calculating Heating Degree Days (HDD). (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Normalization": { - "additionalProperties": false, - "description": "Normalization criteria to shift or scaled the measurement, where the intention is that these normalized values allow the comparison of corresponding normalized values for different datasets.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "National Median", - "Regional Median", - "Adjusted to specific year", - "Weather normalized", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ResourceUses": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ResourceUse": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ResourceUseType" - }, - { - "items": { - "$ref": "#/definitions/auc:ResourceUseType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:ResourceUse" - ], - "type": "object" - }, - "auc:ScenarioName": { - "additionalProperties": false, - "description": "Name of the scenario for which energy use data is included. This may include benchmarks, baselines, and improved cases. For retrofits, each package represents a different scenario.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:ScenarioNotes": { - "additionalProperties": false, - "description": "Details about the scenario.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:ScenarioType": { - "additionalProperties": false, - "description": "Type of scenario for which energy use is presented.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Benchmark": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:BenchmarkTool": { - "additionalProperties": false, - "description": "Benchmarking tools provide a performance ranking based on a peer group of similar buildings.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Portfolio Manager", - "Buildings Performance Database Tool", - "EnergyIQ", - "Labs21", - "Fabs21", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BenchmarkType": { - "additionalProperties": false, - "description": "Source of energy data or building characteristics for benchmarking energy performance.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CBECS": { - "$ref": "#/definitions/auc:CBECSType" - }, - "auc:CodeMinimum": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CalculationMethod": { - "$ref": "#/definitions/.auc:CalculationMethod" - }, - "auc:CodeName": { - "additionalProperties": false, - "description": "The name of an energy efficiency code or standard that is applied to building construction requirements.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "ASHRAE", - "IECC", - "California Title 24", - "IgCC", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CodeVersion": { - "additionalProperties": false, - "description": "The version number, such as \"90.1\" for ASHRAE Standard.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:CodeYear": { - "additionalProperties": false, - "description": "Date for the Energy Code or Standard used with the Energy Code term. As the energy codes and standards are updated, dates are assigned for version control. There can be significant changes between different year versions, so it is important to capture the year of the standard as it applies to the building in question. (CCYY)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Other": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CalculationMethod": { - "$ref": "#/definitions/.auc:CalculationMethod" - }, - "auc:OtherBenchmarkDescription": { - "additionalProperties": false, - "description": "General description of the benchmark scenario (e.g., original design, building next door).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:PortfolioManager": { - "$ref": "#/definitions/auc:PortfolioManagerType" - }, - "auc:StandardPractice": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CalculationMethod": { - "$ref": "#/definitions/.auc:CalculationMethod" - }, - "auc:StandardPracticeDescription": { - "additionalProperties": false, - "description": "General description of the standard practice represented by this scenario (e.g., builder standard practice, portfolio average, local practice).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:BenchmarkValue": { - "additionalProperties": false, - "description": "The calculated score or rating for the benchmark scenario.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:BenchmarkYear": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - } - }, - "type": "object" - }, - "auc:CurrentBuilding": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AssetScore": { - "$ref": "#/definitions/.auc:AssetScore" - }, - "auc:CalculationMethod": { - "$ref": "#/definitions/.auc:CalculationMethod" - }, - "auc:ENERGYSTARScore": { - "$ref": "#/definitions/.auc:ENERGYSTARScore" - } - }, - "type": "object" - }, - "auc:DerivedModel": { - "$ref": "#/definitions/auc:DerivedModelType" - }, - "auc:Other": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AnnualPeakElectricityReduction": { - "additionalProperties": false, - "description": "Reduction in largest 15 minute peak demand for the year as defined in the utility rate schedule (for electrical energy use only). (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualSavingsCost": { - "additionalProperties": false, - "description": "Cost savings per year, including energy, demand, change in rate schedule, and other cost impacts on utility bills. ($/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualSavingsSiteEnergy": { - "additionalProperties": false, - "description": "Site energy savings per year. (MMBtu/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualSavingsSourceEnergy": { - "additionalProperties": false, - "description": "Source energy savings per year. (MMBtu/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualWaterCostSavings": { - "additionalProperties": false, - "description": "Total annual reduction in water costs, not including water heating costs (hot and cold). ($/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualWaterSavings": { - "additionalProperties": false, - "description": "Total annual water savings (hot and cold). (gal/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AssetScore": { - "$ref": "#/definitions/.auc:AssetScore" - }, - "auc:ENERGYSTARScore": { - "$ref": "#/definitions/.auc:ENERGYSTARScore" - }, - "auc:InternalRateOfReturn": { - "additionalProperties": false, - "description": "Internal rate of return (IRR) of measure or package (%).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NetPresentValue": { - "additionalProperties": false, - "description": "Net Present Value (NPV) of measure or package ($).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ReferenceCase": { - "$ref": "#/definitions/.auc:ReferenceCase" - }, - "auc:SimplePayback": { - "additionalProperties": false, - "description": "The length of time required for the investment to pay for itself. (yrs)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SummerPeakElectricityReduction": { - "additionalProperties": false, - "description": "Reduction in largest 15 minute peak demand for the summer months as defined in the utility rate schedule (for electrical energy use only). (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WinterPeakElectricityReduction": { - "additionalProperties": false, - "description": "Reduction in largest 15 minute peak demand for the winter months as defined in the utility rate schedule (for electrical energy use only). (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:PackageOfMeasures": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:AnnualDemandSavingsCost": { - "additionalProperties": false, - "description": "Cost savings per year due to reduction in peak electricity demand. ($/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualPeakElectricityReduction": { - "additionalProperties": false, - "description": "Reduction in largest 15 minute peak demand for the year as defined in the utility rate schedule (for electrical energy use only). (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualSavingsByFuels": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AnnualSavingsByFuel": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AnnualSavingsNativeUnits": { - "additionalProperties": false, - "description": "Site energy savings per year for this resource type, in the original units. (units/yr)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyResource": { - "$ref": "#/definitions/.auc:EnergyResource" - }, - "auc:ResourceUnits": { - "$ref": "#/definitions/.auc:ResourceUnits" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AnnualSavingsNativeUnits": { - "additionalProperties": false, - "description": "Site energy savings per year for this resource type, in the original units. (units/yr)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyResource": { - "$ref": "#/definitions/.auc:EnergyResource" - }, - "auc:ResourceUnits": { - "$ref": "#/definitions/.auc:ResourceUnits" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:AnnualSavingsCost": { - "additionalProperties": false, - "description": "Cost savings per year, including energy, demand, change in rate schedule, and other cost impacts on utility bills. ($/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualSavingsSiteEnergy": { - "additionalProperties": false, - "description": "Site energy savings per year. (MMBtu/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualSavingsSourceEnergy": { - "additionalProperties": false, - "description": "Source energy savings per year. (MMBtu/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualWaterCostSavings": { - "additionalProperties": false, - "description": "Total annual reduction in water costs, not including water heating costs (hot and cold). ($/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualWaterSavings": { - "additionalProperties": false, - "description": "Total annual water savings (hot and cold). (gal/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AssetScore": { - "$ref": "#/definitions/.auc:AssetScore" - }, - "auc:CalculationMethod": { - "$ref": "#/definitions/.auc:CalculationMethod" - }, - "auc:CostCategory": { - "additionalProperties": false, - "description": "Classification of the cost of the package (per SPC 211 Standard for Commercial Building Energy Audits sections 5.3.5 and 5.3.6)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Low-Cost or No-Cost", - "Capital" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CostEffectivenessScreeningMethod": { - "$ref": "#/definitions/.auc:CostEffectivenessScreeningMethod" - }, - "auc:ENERGYSTARScore": { - "$ref": "#/definitions/.auc:ENERGYSTARScore" - }, - "auc:EquipmentDisposalAndSalvageCosts": { - "additionalProperties": false, - "description": "The net cost of disposing of equipment being replaced or removed. In some cases the salvage value may exceed disposal costs, resulting in a negative value. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FundingFromIncentives": { - "additionalProperties": false, - "description": "Funding obtained through incentives to implement the measure or project. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FundingFromTaxCredits": { - "additionalProperties": false, - "description": "Funding obtained through utility or state tax credits to implement the measure or project. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ImplementationPeriod": { - "additionalProperties": false, - "description": "Total period of time necessary to implement all measures in the package. (months)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - } - }, - "type": "object" - }, - "auc:ImplementationPeriodCostSavings": { - "additionalProperties": false, - "description": "Total cost savings during the project implementation period. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:InternalRateOfReturn": { - "additionalProperties": false, - "description": "Internal rate of return (IRR) of measure or package. (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MVCost": { - "additionalProperties": false, - "description": "Annual cost to verify energy savings. ($/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MeasureIDs": { - "additionalProperties": false, - "description": "ID numbers for measures included in the package. Multiple items may be selected.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:MeasureID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of measure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:MeasureID" - ], - "type": "object" - }, - "auc:NPVofTaxImplications": { - "additionalProperties": false, - "description": "Net present value of impacts on depreciation and other tax deductions. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NetPresentValue": { - "additionalProperties": false, - "description": "Net Present Value (NPV) of measure or package. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NonquantifiableFactors": { - "additionalProperties": false, - "description": "Description of the nonquantifiable factors. This might include improvements to indoor air quality, improvements to occupant comfort, improvements to occupant satisfaction, reducing glare, improvements to access to daylight, etc.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:OMCostAnnualSavings": { - "additionalProperties": false, - "description": "Annual cost savings for operation, maintenance, and repair. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:OtherFinancialIncentives": { - "additionalProperties": false, - "description": "Present value of funding gained from other financial incentives over the life of the project. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PackageFirstCost": { - "additionalProperties": false, - "description": "The sum of the initial expenditures to implement the package of measures; includes items such as equipment, transportation, installation, preparation for service, as well as other related costs for planning, designing, training, and managing the project during the first year. ($)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PercentGuaranteedSavings": { - "additionalProperties": false, - "description": "Percentage of cost savings guaranteed by the contractor. (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ProjectMarkup": { - "additionalProperties": false, - "description": "Percent markup applied to implementation costs, if any. (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RecurringIncentives": { - "additionalProperties": false, - "description": "Funding gained from recurring financial incentives. ($/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ReferenceCase": { - "$ref": "#/definitions/.auc:ReferenceCase" - }, - "auc:SimpleImpactAnalysis": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EstimatedAnnualSavings": { - "additionalProperties": false, - "description": "See SPC 211 Standard for Commercial Building Energy Audits section 6.1.5(e)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:LowMedHigh" - } - }, - "type": "object" - }, - "auc:EstimatedCost": { - "additionalProperties": false, - "description": "See SPC 211 Standard for Commercial Building Energy Audits section 6.1.5(d)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:LowMedHigh" - } - }, - "type": "object" - }, - "auc:EstimatedROI": { - "additionalProperties": false, - "description": "See SPC 211 Standard for Commercial Building Energy Audits section 6.1.5(f)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:LowMedHigh" - } - }, - "type": "object" - }, - "auc:ImpactOnOccupantComfort": { - "additionalProperties": false, - "description": "See SPC 211 Standard for Commercial Building Energy Audits section 6.1.5(c)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:Priority": { - "additionalProperties": false, - "description": "See SPC 211 Standard for Commercial Building Energy Audits section 6.1.5(g)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:LowMedHigh" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:SimplePayback": { - "additionalProperties": false, - "description": "The length of time required for the investment to pay for itself. (yrs)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SummerPeakElectricityReduction": { - "additionalProperties": false, - "description": "Reduction in largest 15 minute peak demand for the summer months as defined in the utility rate schedule (for electrical energy use only). (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WinterPeakElectricityReduction": { - "additionalProperties": false, - "description": "Reduction in largest 15 minute peak demand for the winter months as defined in the utility rate schedule (for electrical energy use only). (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:Target": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AnnualPeakElectricityReduction": { - "additionalProperties": false, - "description": "Reduction in largest 15 minute peak demand for the year as defined in the utility rate schedule (for electrical energy use only) .(kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualSavingsCost": { - "additionalProperties": false, - "description": "Cost savings per year, including energy, demand, change in rate schedule, and other cost impacts on utility bills. ($/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualSavingsSiteEnergy": { - "additionalProperties": false, - "description": "Site energy savings per year. (MMBtu/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualSavingsSourceEnergy": { - "additionalProperties": false, - "description": "Source energy savings per year. (MMBtu/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualWaterCostSavings": { - "additionalProperties": false, - "description": "Total annual reduction in water costs, not including water heating costs (hot and cold). ($/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AnnualWaterSavings": { - "additionalProperties": false, - "description": "Total annual water savings (hot and cold). (gal/year)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:AssetScore": { - "$ref": "#/definitions/.auc:AssetScore" - }, - "auc:ENERGYSTARScore": { - "$ref": "#/definitions/.auc:ENERGYSTARScore" - }, - "auc:InternalRateOfReturn": { - "additionalProperties": false, - "description": "Internal rate of return (IRR) of measure or package (0-100) (%).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NetPresentValue": { - "additionalProperties": false, - "description": "Net Present Value (NPV) of measure or package ($).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ReferenceCase": { - "$ref": "#/definitions/.auc:ReferenceCase" - }, - "auc:SimplePayback": { - "additionalProperties": false, - "description": "The length of time required for the investment to pay for itself. (yrs)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SummerPeakElectricityReduction": { - "additionalProperties": false, - "description": "Reduction in largest 15 minute peak demand for the summer months as defined in the utility rate schedule (for electrical energy use only). (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WinterPeakElectricityReduction": { - "additionalProperties": false, - "description": "Reduction in largest 15 minute peak demand for the winter months as defined in the utility rate schedule (for electrical energy use only). (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:TemporalStatus": { - "$ref": "#/definitions/.auc:TemporalStatus" - }, - "auc:TimeSeriesData": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TimeSeries": { - "anyOf": [ - { - "$ref": "#/definitions/auc:TimeSeriesType" - }, - { - "items": { - "$ref": "#/definitions/auc:TimeSeriesType" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:TimeSeries" - ], - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WeatherType": { - "additionalProperties": false, - "description": "Weather conditions associated with the scenario.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Actual": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WeatherDataSource": { - "$ref": "#/definitions/.auc:WeatherDataSource" - } - }, - "type": "object" - }, - "auc:AdjustedToYear": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WeatherDataSource": { - "$ref": "#/definitions/.auc:WeatherDataSource" - }, - "auc:WeatherYear": { - "additionalProperties": false, - "description": "Year to which the weather conditions are adjusted. (CCYY)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Normalized": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:NormalizationStartYear": { - "additionalProperties": false, - "description": "First year included in normalized weather data.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:gYear" - } - }, - "type": "object" - }, - "auc:NormalizationYears": { - "additionalProperties": false, - "description": "Number of years included in normalized weather data.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WeatherDataSource": { - "$ref": "#/definitions/.auc:WeatherDataSource" - } - }, - "type": "object" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType" - } - }, - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:ScheduleType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:ScheduleDetails": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ScheduleDetail": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Type of day for which the schedule will be specified.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DayEndTime": { - "additionalProperties": false, - "description": "In military time (00 start of day). If the end hour is the next day, then this day ends at 24 and the next starts at 00 and ends at closing time. For example, a night club may be open from 8PM Friday to 2AM Saturday, then on Friday: Start Hour is 20 and End Hour is 24, and on Saturday: Start hour is 00 and End Hour is 02. (hh:mm:ss.zzz)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:DayStartTime": { - "additionalProperties": false, - "description": "In military time (00 start of day). If the night before the schedule runs into this day, then start time is 00, while yesterday's end time is 24. For example, a night club may be open from 8PM Friday to 2AM Saturday, then on Friday: Start Hour is 20 and End Hour is 24, and on Saturday: Start hour is 00 and End Hour is 02. (hh:mm:ss.zzz)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:DayType": { - "additionalProperties": false, - "description": "Type of day for which the schedule will be specified.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "All week", - "Weekday", - "Weekend", - "Saturday", - "Sunday", - "Holiday", - "Monday", - "Tuesday", - "Wednesday", - "Thursday", - "Friday" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PartialOperationPercentage": { - "additionalProperties": false, - "description": "Percent of category that is in operation. If Schedule Category is Occupancy, then the percent of occupants from typical max. If Schedule Category is equipment, then power as a percent of installed capacity. This field is not used for temperature or relative humidity settings. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ScheduleCategory": { - "additionalProperties": false, - "description": "Type of schedule (e.g., occupancy, lighting, heating, etc.) that will be specified.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Business", - "Occupied", - "Unoccupied", - "Sleeping", - "Public access", - "Setback", - "Operating", - "HVAC equipment", - "Cooling equipment", - "Heating equipment", - "Lighting", - "Cooking equipment", - "Miscellaneous equipment", - "On-peak", - "Off-peak", - "Super off-peak", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Type of day for which the schedule will be specified.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DayEndTime": { - "additionalProperties": false, - "description": "In military time (00 start of day). If the end hour is the next day, then this day ends at 24 and the next starts at 00 and ends at closing time. For example, a night club may be open from 8PM Friday to 2AM Saturday, then on Friday: Start Hour is 20 and End Hour is 24, and on Saturday: Start hour is 00 and End Hour is 02. (hh:mm:ss.zzz)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:DayStartTime": { - "additionalProperties": false, - "description": "In military time (00 start of day). If the night before the schedule runs into this day, then start time is 00, while yesterday's end time is 24. For example, a night club may be open from 8PM Friday to 2AM Saturday, then on Friday: Start Hour is 20 and End Hour is 24, and on Saturday: Start hour is 00 and End Hour is 02. (hh:mm:ss.zzz)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:DayType": { - "additionalProperties": false, - "description": "Type of day for which the schedule will be specified.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "All week", - "Weekday", - "Weekend", - "Saturday", - "Sunday", - "Holiday", - "Monday", - "Tuesday", - "Wednesday", - "Thursday", - "Friday" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PartialOperationPercentage": { - "additionalProperties": false, - "description": "Percent of category that is in operation. If Schedule Category is Occupancy, then the percent of occupants from typical max. If Schedule Category is equipment, then power as a percent of installed capacity. This field is not used for temperature or relative humidity settings. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ScheduleCategory": { - "additionalProperties": false, - "description": "Type of schedule (e.g., occupancy, lighting, heating, etc.) that will be specified.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Business", - "Occupied", - "Unoccupied", - "Sleeping", - "Public access", - "Setback", - "Operating", - "HVAC equipment", - "Cooling equipment", - "Heating equipment", - "Lighting", - "Cooking equipment", - "Miscellaneous equipment", - "On-peak", - "Off-peak", - "Super off-peak", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:SchedulePeriodBeginDate": { - "additionalProperties": false, - "description": "Date when the schedule begins. (CCYY-MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:SchedulePeriodEndDate": { - "additionalProperties": false, - "description": "Date when the schedule ends. (CCYY-MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:SelfLuminousType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:SiteType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:Address": { - "$ref": "#/definitions/.auc:Address" - }, - "auc:Buildings": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Building": { - "anyOf": [ - { - "$ref": "#/definitions/auc:BuildingType", - "description": "A building is a single structure wholly or partially enclosed within exterior walls, or within exterior and abutment walls (party walls), and a roof, affording shelter to persons, animals, or property. A building can be two or more units held in the condominium form of ownership that are governed by the same board of managers." - }, - { - "items": { - "$ref": "#/definitions/auc:BuildingType", - "description": "A building is a single structure wholly or partially enclosed within exterior walls, or within exterior and abutment walls (party walls), and a roof, affording shelter to persons, animals, or property. A building can be two or more units held in the condominium form of ownership that are governed by the same board of managers." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Building" - ], - "type": "object" - }, - "auc:ClimateZoneType": { - "$ref": "#/definitions/.auc:ClimateZoneType" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:Latitude": { - "$ref": "#/definitions/.auc:Latitude" - }, - "auc:Longitude": { - "$ref": "#/definitions/.auc:Longitude" - }, - "auc:OccupancyClassification": { - "$ref": "#/definitions/.auc:OccupancyClassification" - }, - "auc:Ownership": { - "$ref": "#/definitions/.auc:Ownership" - }, - "auc:OwnershipStatus": { - "$ref": "#/definitions/.auc:OwnershipStatus" - }, - "auc:PremisesIdentifiers": { - "$ref": "#/definitions/.auc:PremisesIdentifiers" - }, - "auc:PremisesName": { - "$ref": "#/definitions/.auc:PremisesName" - }, - "auc:PremisesNotes": { - "$ref": "#/definitions/.auc:PremisesNotes" - }, - "auc:PrimaryContactID": { - "$ref": "#/definitions/.auc:PrimaryContactID" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WeatherDataStationID": { - "$ref": "#/definitions/.auc:WeatherDataStationID" - }, - "auc:WeatherStationCategory": { - "$ref": "#/definitions/.auc:WeatherStationCategory" - }, - "auc:WeatherStationName": { - "$ref": "#/definitions/.auc:WeatherStationName" - }, - "auc:WeatherStations": { - "$ref": "#/definitions/.auc:WeatherStations" - }, - "auc:eGRIDRegionCode": { - "$ref": "#/definitions/.auc:eGRIDRegionCode" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:SpaceType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:ConditionedVolume": { - "additionalProperties": false, - "description": "Heated or cooled air volume of a premises. (ft3)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DaylightingIlluminanceSetpoint": { - "additionalProperties": false, - "description": "Lighting level used for controlling electric lights when daylighting is available. (foot-candles)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DaylitFloorArea": { - "additionalProperties": false, - "description": "Area of the space that is daylit. (ft2)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - } - }, - "type": "object" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:OccupancyClassification": { - "$ref": "#/definitions/.auc:OccupancyClassification" - }, - "auc:OccupancyLevels": { - "$ref": "#/definitions/.auc:OccupancyLevels" - }, - "auc:OccupancyScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:OccupancyScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of the occupancy schedules associated with the space.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of the occupancy schedules associated with the space.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:OccupantsActivityLevel": { - "additionalProperties": false, - "description": "The activity level that drives the amount of internal gains due to occupants. \"Low\" corresponds to typical office/retail work (Sensible load 250 Btu/hr, Latent load 200 Btu/hr), \"High\" corresponds to heavier factory work or gymnasiums (Sensible load 580 Btu/hr, Latent load 870 Btu/hr).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Low", - "High", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PercentageOfCommonSpace": { - "additionalProperties": false, - "description": "Percentage of gross floor area that is common space only. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PremisesIdentifiers": { - "$ref": "#/definitions/.auc:PremisesIdentifiers" - }, - "auc:PremisesName": { - "$ref": "#/definitions/.auc:PremisesName" - }, - "auc:PremisesNotes": { - "$ref": "#/definitions/.auc:PremisesNotes" - }, - "auc:PrimaryContactID": { - "$ref": "#/definitions/.auc:PrimaryContactID" - }, - "auc:TenantIDs": { - "anyOf": [ - { - "$ref": "#/definitions/.auc:TenantIDs" - }, - { - "items": { - "$ref": "#/definitions/.auc:TenantIDs" - }, - "type": "array" - } - ] - }, - "auc:TypicalOccupantUsages": { - "$ref": "#/definitions/.auc:TypicalOccupantUsages" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "gbxml:Area": { - "$ref": "#/definitions/.gbxml:Area" - }, - "gbxml:PlanarGeometry": { - "$ref": "#/definitions/.gbxml:PlanarGeometry" - }, - "gbxml:ShellGeometry": { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - "gbxml:SpaceBoundary": { - "anyOf": [ - { - "$ref": "#/definitions/.gbxml:SpaceBoundary" - }, - { - "items": { - "$ref": "#/definitions/.gbxml:SpaceBoundary" - }, - "type": "array" - } - ] - }, - "gbxml:Volume": { - "$ref": "#/definitions/.gbxml:Volume" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:State": { - "enum": [ - "AA", - "AE", - "AL", - "AK", - "AP", - "AS", - "AZ", - "AR", - "CA", - "CO", - "CT", - "DE", - "DC", - "FM", - "FL", - "GA", - "GU", - "HI", - "ID", - "IL", - "IN", - "IA", - "KS", - "KY", - "LA", - "ME", - "MH", - "MD", - "MA", - "MI", - "MN", - "MS", - "MO", - "MT", - "NE", - "NV", - "NH", - "NJ", - "NM", - "NY", - "NC", - "ND", - "MP", - "OH", - "OK", - "OR", - "PW", - "PA", - "PR", - "RI", - "SC", - "SD", - "TN", - "TX", - "UT", - "VT", - "VI", - "VA", - "WA", - "WV", - "WI", - "WY", - "AB", - "BC", - "MB", - "NB", - "NL", - "NS", - "ON", - "PE", - "QC", - "SK", - "NT", - "NU", - "YT" - ], - "type": "string" - }, - "auc:TelephoneNumber": { - "description": "Telephone Number.", - "type": "string" - }, - "auc:TemperatureUnitsBaseType": { - "enum": [ - "Fahrenheit, F" - ], - "type": "string" - }, - "auc:TemperatureUnitsType": { - "anyOf": [ - { - "enum": [ - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - { - "enum": [ - "Fahrenheit, F" - ], - "type": "string" - } - ] - }, - "auc:TenantType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:Address": { - "$ref": "#/definitions/.auc:Address" - }, - "auc:ContactIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ContactID": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:TenantEmailAddresses": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TenantEmailAddress": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EmailAddress": { - "$ref": "#/definitions/.auc:EmailAddress" - }, - "auc:TenantEmailAddressLabel": { - "additionalProperties": false, - "description": "The type of email address, to distinguish between multiple instances of Email Address.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Personal", - "Work", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "auc:EmailAddress" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:EmailAddress": { - "$ref": "#/definitions/.auc:EmailAddress" - }, - "auc:TenantEmailAddressLabel": { - "additionalProperties": false, - "description": "The type of email address, to distinguish between multiple instances of Email Address.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Personal", - "Work", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "auc:EmailAddress" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:TenantEmailAddress" - ], - "type": "object" - }, - "auc:TenantName": { - "additionalProperties": false, - "description": "The name of the tenant.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:TenantTelephoneNumbers": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TenantTelephoneNumber": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TelephoneNumber": { - "$ref": "#/definitions/.auc:TelephoneNumber" - }, - "auc:TenantTelephoneNumberLabel": { - "additionalProperties": false, - "description": "The type of telephone number, to distinguish between multiple instances of Telephone Number.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Days", - "Evenings", - "Cell", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "auc:TelephoneNumber" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TelephoneNumber": { - "$ref": "#/definitions/.auc:TelephoneNumber" - }, - "auc:TenantTelephoneNumberLabel": { - "additionalProperties": false, - "description": "The type of telephone number, to distinguish between multiple instances of Telephone Number.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Days", - "Evenings", - "Cell", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "auc:TelephoneNumber" - ], - "type": "object" - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:TenantTelephoneNumber" - ], - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:ThermalZoneType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:ACAdjusted": { - "additionalProperties": false, - "description": "Times when the HVAC equipment is setback. For example, when the heat is lowered during the heating season, or the cooling setpoint increased during the cooling season.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "During the day", - "At night", - "During sleeping and unoccupied hours", - "Seasonal", - "Never-rarely", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DeliveryIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:DeliveryID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID number of HVAC delivery systems supporting the zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID number of HVAC delivery systems supporting the zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:HVACScheduleIDs": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:HVACScheduleID": { - "anyOf": [ - { - "additionalProperties": false, - "description": "ID numbers of the heating, cooling, or other HVAC schedules associated with the zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "ID numbers of the heating, cooling, or other HVAC schedules associated with the zone.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:HeatLowered": { - "additionalProperties": false, - "description": "Times when the HVAC equipment is setback. For example, when the heat is lowered during the heating season, or the cooling setpoint increased during the cooling season.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "During the day", - "At night", - "During sleeping and unoccupied hours", - "Never / rarely", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PremisesName": { - "$ref": "#/definitions/.auc:PremisesName" - }, - "auc:SetbackTemperatureHeating": { - "additionalProperties": false, - "description": "Room temperature setting during reset periods. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SetpointTemperatureCooling": { - "additionalProperties": false, - "description": "The lowest allowed range in setpoint. If there is no range, then the low and high setpoints are the same. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SetpointTemperatureHeating": { - "additionalProperties": false, - "description": "The lowest allowed range in setpoint. If there is no range, then the low and high setpoints are the same. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:SetupTemperatureCooling": { - "additionalProperties": false, - "description": "Room temperature setting during reset periods. (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Spaces": { - "additionalProperties": false, - "description": "Areas of a building that share systems characteristics such as occupancy, plug loads, or lighting.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Space": { - "anyOf": [ - { - "$ref": "#/definitions/auc:SpaceType" - }, - { - "items": { - "$ref": "#/definitions/auc:SpaceType" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:Tightness": { - "enum": [ - "Very Tight", - "Tight", - "Average", - "Leaky", - "Very Leaky", - "Unknown" - ], - "type": "string" - }, - "auc:TimeSeriesType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:CDDBaseTemperature": { - "additionalProperties": false, - "description": "Reference temperature for calculating Cooling Degree Days (CDD). (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:CoolingDegreeDays": { - "additionalProperties": false, - "description": "Cooling degree days are calculated as the sum of the differences between daily average temperatures and the base temperature, calculated at the ASHRAE base temperature of 65F, unless otherwise specified. Use the Interval Frequency term to characterize whether the HDD calculation is for annual or monthly intervals. (°F-days)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EndTimestamp": { - "additionalProperties": false, - "description": "The timestamp that marks the end of the time series. (CCYY-MM-DDThh:mm:ss.zzz)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:dateTime" - } - }, - "type": "object" - }, - "auc:EnergyFlowDirection": { - "additionalProperties": false, - "description": "Direction associated with current related time series data.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Forward", - "Reverse", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HDDBaseTemperature": { - "additionalProperties": false, - "description": "Reference temperature for calculating Heating Degree Days (HDD). (°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:HeatingDegreeDays": { - "additionalProperties": false, - "description": "Heating degree days are calculated as the sum of the differences between daily average temperatures and the base temperature, calculated at the ASHRAE base temperature of 50F, unless otherwise specified. Use the Interval Frequency term to characterize whether the HDD calculation is for annual or monthly intervals. (°F-days)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:IntervalDuration": { - "additionalProperties": false, - "description": "The duration of the time series in the units provided by IntervalDurationUnits", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - } - }, - "type": "object" - }, - "auc:IntervalDurationUnits": { - "additionalProperties": false, - "description": "The units of the time series IntervalDuration", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:IntervalTime" - } - }, - "type": "object" - }, - "auc:IntervalFrequency": { - "additionalProperties": false, - "description": "Indicates frequency of data that's available for a given variable. Data that's available can range from 1 minute interval to annual. This interval frequency can be applied to resource or other time series data like weather.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:IntervalTime" - } - }, - "type": "object" - }, - "auc:IntervalReading": { - "additionalProperties": false, - "description": "The numerical value of the reading. This has to be paired with Reading Type to specify whether this reading is mean, point, median, peak or minimum.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PeakType": { - "additionalProperties": false, - "description": "When ReadingType is \"Peak\", this element specifies when the peak occurred.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "On-peak", - "Off-peak", - "Mid-peak", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Phase": { - "additionalProperties": false, - "description": "Phase information associated with electricity readings.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Phase AN", - "Phase A", - "Phase AB", - "Phase BN", - "Phase B", - "Phase CN", - "Phase C", - "Phase ABC", - "Phase BC", - "Phase CA", - "Phase S1", - "Phase S2", - "Phase S1S2", - "Phase S1N", - "Phase S2N", - "Phase S1S2N", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ReadingType": { - "additionalProperties": false, - "description": "Type of data recorded by the meter or other source.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Point", - "Median", - "Average", - "Total", - "Peak", - "Minimum", - "Load factor", - "Cost", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ResourceUseID": { - "additionalProperties": false, - "description": "ID number of resource use that this time series contributes to. This field is not used for non-energy data such as weather.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - }, - "auc:StartTimestamp": { - "additionalProperties": false, - "description": "The timestamp that marks the beginning of the time series. (CCYY-MM-DDThh:mm:ss.zzz)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:dateTime" - } - }, - "type": "object" - }, - "auc:TimeSeriesReadingQuantity": { - "additionalProperties": false, - "description": "Type of energy, water, power, weather metric included in the time series.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Currency", - "Cost", - "Current", - "Current Angle", - "Demand", - "Frequency", - "Power", - "Power Factor", - "Energy", - "Voltage", - "Voltage Angle", - "Distortion Power Factor", - "Volumetric Flow", - "Humidity ratio", - "Relative humidity", - "Diffuse Horizontal Radiation", - "Direct Normal Radiation", - "Global Horizontal Radiation", - "Dry Bulb Temperature", - "Wet Bulb Temperature", - "Wind Speed", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WeatherStationID": { - "additionalProperties": false, - "description": "ID number of weather station this time series contributes to.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@IDref": { - "$ref": "#/definitions/xs:IDREF" - } - }, - "required": [ - "@IDref" - ], - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:UnitsType": { - "anyOf": [ - { - "anyOf": [ - { - "enum": [ - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - { - "enum": [ - "Cubic Meters", - "kcf", - "MCF", - "Gallons", - "Wh", - "kWh", - "MWh", - "Btu", - "kBtu", - "MMBtu", - "therms", - "lbs", - "Klbs", - "Mlbs", - "Mass ton", - "Ton-hour" - ], - "type": "string" - } - ] - }, - { - "anyOf": [ - { - "enum": [ - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - { - "enum": [ - "Bar", - "Atmosphere, atm", - "Pounds per Square Inch, psi" - ], - "type": "string" - } - ] - }, - { - "anyOf": [ - { - "enum": [ - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - { - "enum": [ - "kW", - "MMBtu/day" - ], - "type": "string" - } - ] - }, - { - "anyOf": [ - { - "enum": [ - "Other", - "Unknown", - "None" - ], - "type": "string" - }, - { - "enum": [ - "Fahrenheit, F" - ], - "type": "string" - } - ] - } - ], - "description": "Enumeration for different potential units." - }, - "auc:UnknownType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:UtilityType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:EIAUtilityID": { - "additionalProperties": false, - "description": "EIA Utility ID as found in EIA-861 and as available in OpenEI.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:nonNegativeInteger" - } - }, - "type": "object" - }, - "auc:ElectricDistributionUtility": { - "additionalProperties": false, - "description": "The company responsible for maintaining the utility lines and the electric distribution to the property. Note that the EDU is not the just \"the utility company.\" In some states the energy markets are deregulated. This means that a property may contract with Company A to provide the power supply (energy from the power plant), while Company B will continue to provide the electric distribution (Company B is the EDU).", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:FuelInterruptibility": { - "additionalProperties": false, - "description": "This refers to the practice of supplementing fuel (electricity, natural gas, fuel oil.) by other means when there are interruptions in supply from the utility.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Interruptible", - "Firm", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MeteringConfiguration": { - "additionalProperties": false, - "description": "The structure of how the various meters are arranged.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Direct metering", - "Master meter without sub metering", - "Master meter with sub metering", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:PowerPlant": { - "additionalProperties": false, - "description": "Name of an individual power plant to which the property is directly connected.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:RateSchedules": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RateSchedule": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Rate structure characteristics.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:AverageMarginalCostRate": { - "additionalProperties": false, - "description": "The annual average cost of providing an additional unit of energy or water. Units should be consistent with Resource Units. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FixedMonthlyCharge": { - "additionalProperties": false, - "description": "The fixed charge or fee billed monthly regardless of consumption. ($/month)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MinimumPowerFactorWithoutPenalty": { - "additionalProperties": false, - "description": "Minimum power factor that needs to maintained without any penalties. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NetMetering": { - "additionalProperties": false, - "description": "Present if a billing mechanism is employed by utilities to credit onsite energy generation for this rate structure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AverageMarginalSellRate": { - "additionalProperties": false, - "description": "Annual average rate to sell a unit of electricity back to the utility from customer site electricity generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:RateStructureEffectiveDate": { - "additionalProperties": false, - "description": "The first date the rate schedule becomes applicable. (CCYY-MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:RateStructureEndDate": { - "additionalProperties": false, - "description": "The date at which the rate schedule is no longer applicable. (CCYY-MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:RateStructureName": { - "additionalProperties": false, - "description": "The name or title of the rate structure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:RateStructureSector": { - "additionalProperties": false, - "description": "Sector to which the rate structure is applicable.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Residential", - "Commercial", - "Industrial", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ReactivePowerCharge": { - "additionalProperties": false, - "description": "The additional charge for low power factor. ($/kVAR)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ReferenceForRateStructure": { - "additionalProperties": false, - "description": "Reference or hyper link for the rate schedule, tariff book.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:TypeOfRateStructure": { - "additionalProperties": false, - "description": "Basic type of rate structure used by the utility.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CriticalPeakPricing": { - "additionalProperties": false, - "description": "(CPP) - when utilities observe or anticipate high wholesale market prices or power system emergency conditions, they may call critical events during a specified time period (e.g., 3 p.m.—6 p.m. on a hot summer weekday), the price for electricity during these time periods is substantially raised. Two variants of this type of rate design exist: one where the time and duration of the price increase are predetermined when events are called and another where the time and duration of the price increase may vary based on the electric grid’s need to have loads reduced.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:CriticalPeakRebates": { - "additionalProperties": false, - "description": "(CPR) - when utilities observe or anticipate high wholesale market prices or power system emergency conditions, they may call critical events during pre-specified time periods (e.g., 3 p.m.—6 p.m. summer weekday afternoons), the price for electricity during these time periods remains the same but the customer is refunded at a single, predetermined value for any reduction in consumption relative to what the utility deemed the customer was expected to consume.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:FlatRate": { - "additionalProperties": false, - "description": "A consumer will pay one flat rate no matter what the usage level is.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriods": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriod": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType", - "description": "Other type of rate structure, or combination of other types." - }, - "auc:RealTimePricing": { - "additionalProperties": false, - "description": "(RTP) - pricing rates generally apply to usage on an hourly basis.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:TieredRates": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TieredRate": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Tiered rates increase the per-unit price of a utility as usage increases.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriods": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriod": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:RateTiers": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RateTier": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:RateTiers": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RateTier": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:TierDirection": { - "additionalProperties": false, - "description": "Whether the rates increase or decrease as energy use increases.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Increasing", - "Decreasing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Tiered rates increase the per-unit price of a utility as usage increases.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriods": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriod": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:RateTiers": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RateTier": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:RateTiers": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RateTier": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:TierDirection": { - "additionalProperties": false, - "description": "Whether the rates increase or decrease as energy use increases.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Increasing", - "Decreasing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:TimeOfUseRate": { - "additionalProperties": false, - "description": "TOU rates vary by time of day and time of year.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriods": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriod": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:TimeOfUsePeriods": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TimeOfUsePeriod": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableEndTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TOUNumberForRateStructure": { - "additionalProperties": false, - "description": "The number associated with the TOU period.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:int" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableEndTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TOUNumberForRateStructure": { - "additionalProperties": false, - "description": "The number associated with the TOU period.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:int" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:TimeOfUsePeriods": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TimeOfUsePeriod": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableEndTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TOUNumberForRateStructure": { - "additionalProperties": false, - "description": "The number associated with the TOU period.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:int" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableEndTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TOUNumberForRateStructure": { - "additionalProperties": false, - "description": "The number associated with the TOU period.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:int" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - }, - "auc:VariablePeakPricing": { - "additionalProperties": false, - "description": "(VPP) - a hybrid of time-of-use and real-time pricing where the different periods for pricing are defined in advance (e.g., on-peak=6 hours for summer weekday afternoon; off-peak = all other hours in the summer months), but the price established for the on-peak period varies by utility and market conditions.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Rate structure characteristics.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "auc:AverageMarginalCostRate": { - "additionalProperties": false, - "description": "The annual average cost of providing an additional unit of energy or water. Units should be consistent with Resource Units. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:FixedMonthlyCharge": { - "additionalProperties": false, - "description": "The fixed charge or fee billed monthly regardless of consumption. ($/month)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MinimumPowerFactorWithoutPenalty": { - "additionalProperties": false, - "description": "Minimum power factor that needs to maintained without any penalties. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:NetMetering": { - "additionalProperties": false, - "description": "Present if a billing mechanism is employed by utilities to credit onsite energy generation for this rate structure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:AverageMarginalSellRate": { - "additionalProperties": false, - "description": "Annual average rate to sell a unit of electricity back to the utility from customer site electricity generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:RateStructureEffectiveDate": { - "additionalProperties": false, - "description": "The first date the rate schedule becomes applicable. (CCYY-MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:RateStructureEndDate": { - "additionalProperties": false, - "description": "The date at which the rate schedule is no longer applicable. (CCYY-MM-DD)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:date" - } - }, - "type": "object" - }, - "auc:RateStructureName": { - "additionalProperties": false, - "description": "The name or title of the rate structure.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:RateStructureSector": { - "additionalProperties": false, - "description": "Sector to which the rate structure is applicable.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Residential", - "Commercial", - "Industrial", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ReactivePowerCharge": { - "additionalProperties": false, - "description": "The additional charge for low power factor. ($/kVAR)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ReferenceForRateStructure": { - "additionalProperties": false, - "description": "Reference or hyper link for the rate schedule, tariff book.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:TypeOfRateStructure": { - "additionalProperties": false, - "description": "Basic type of rate structure used by the utility.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:CriticalPeakPricing": { - "additionalProperties": false, - "description": "(CPP) - when utilities observe or anticipate high wholesale market prices or power system emergency conditions, they may call critical events during a specified time period (e.g., 3 p.m.—6 p.m. on a hot summer weekday), the price for electricity during these time periods is substantially raised. Two variants of this type of rate design exist: one where the time and duration of the price increase are predetermined when events are called and another where the time and duration of the price increase may vary based on the electric grid’s need to have loads reduced.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:CriticalPeakRebates": { - "additionalProperties": false, - "description": "(CPR) - when utilities observe or anticipate high wholesale market prices or power system emergency conditions, they may call critical events during pre-specified time periods (e.g., 3 p.m.—6 p.m. summer weekday afternoons), the price for electricity during these time periods remains the same but the customer is refunded at a single, predetermined value for any reduction in consumption relative to what the utility deemed the customer was expected to consume.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:FlatRate": { - "additionalProperties": false, - "description": "A consumer will pay one flat rate no matter what the usage level is.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriods": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriod": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Other": { - "$ref": "#/definitions/auc:OtherType", - "description": "Other type of rate structure, or combination of other types." - }, - "auc:RealTimePricing": { - "additionalProperties": false, - "description": "(RTP) - pricing rates generally apply to usage on an hourly basis.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - }, - "auc:TieredRates": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TieredRate": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Tiered rates increase the per-unit price of a utility as usage increases.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriods": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriod": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:RateTiers": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RateTier": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:RateTiers": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RateTier": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:TierDirection": { - "additionalProperties": false, - "description": "Whether the rates increase or decrease as energy use increases.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Increasing", - "Decreasing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Tiered rates increase the per-unit price of a utility as usage increases.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriods": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriod": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:RateTiers": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RateTier": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:RateTiers": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RateTier": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ConsumptionEnergyTierDesignation": { - "additionalProperties": false, - "description": "For electricity pricing that is based on tiered pricing, each tier is allotted a certain maximum (kWh), above which the user is moved to the next tier that has a different unit pricing.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWUsage": { - "additionalProperties": false, - "description": "The maximum amount of kW used at which a kW rate is applied. (kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:MaxkWhUsage": { - "additionalProperties": false, - "description": "The maximum amount of kWh used at which a kWh rate is applied. (kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:TierDirection": { - "additionalProperties": false, - "description": "Whether the rates increase or decrease as energy use increases.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Increasing", - "Decreasing", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:TimeOfUseRate": { - "additionalProperties": false, - "description": "TOU rates vary by time of day and time of year.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriods": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:RatePeriod": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:TimeOfUsePeriods": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TimeOfUsePeriod": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableEndTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TOUNumberForRateStructure": { - "additionalProperties": false, - "description": "The number associated with the TOU period.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:int" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableEndTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TOUNumberForRateStructure": { - "additionalProperties": false, - "description": "The number associated with the TOU period.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:int" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:EnergySellRate": { - "additionalProperties": false, - "description": "Energy rate to sell a unit of electricity back to the utility from customer site generation through PV, wind etc. ($/kWh)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:RatePeriodName": { - "additionalProperties": false, - "description": "The name or title of rate period.This is intended to capture the seasonal changes in rates.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:TimeOfUsePeriods": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:TimeOfUsePeriod": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableEndTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TOUNumberForRateStructure": { - "additionalProperties": false, - "description": "The number associated with the TOU period.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:int" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:ApplicableEndTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableEndTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day after which the rate is not applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForDemandRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:ApplicableStartTimeForEnergyRate": { - "additionalProperties": false, - "description": "The time of day from which the rate is applicable. (hh:mm:ss)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:time" - } - }, - "type": "object" - }, - "auc:DemandRatchetPercentage": { - "additionalProperties": false, - "description": "Certain rate schedules incorporate demand ratchet percentage to ensure minimum billing demands based on historical peak demands. Billing demand in these cases is based comparing the month's demand and maximum of previous 11 month's demand times the demand ratchet percentage. (0-100) (%)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandRateAdjustment": { - "additionalProperties": false, - "description": "The rate for any fees, riders, fuel adjustments. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:DemandWindow": { - "additionalProperties": false, - "description": "The time period of measurement through which the demand is established. (min)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:integer" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ElectricDemandRate": { - "additionalProperties": false, - "description": "The rate to buy electric demand from the utility. ($/kW)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyCostRate": { - "additionalProperties": false, - "description": "Energy rate to buy a unit of energy consumption. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:EnergyRateAdjustment": { - "additionalProperties": false, - "description": "Energy rate adjustment for any fees, riders, fuel adjustments. ($/unit)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TOUNumberForRateStructure": { - "additionalProperties": false, - "description": "The number associated with the TOU period.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:int" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - } - }, - "type": "object" - }, - "auc:Unknown": { - "$ref": "#/definitions/auc:UnknownType" - }, - "auc:VariablePeakPricing": { - "additionalProperties": false, - "description": "(VPP) - a hybrid of time-of-use and real-time pricing where the different periods for pricing are defined in advance (e.g., on-peak=6 hours for summer weekday afternoon; off-peak = all other hours in the summer months), but the price established for the on-peak period varies by utility and market conditions.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:SourceSiteRatio": { - "additionalProperties": false, - "description": "Ratio of energy consumed at a central power plant to that delivered to a customer.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:TypeOfResourceMeter": { - "additionalProperties": false, - "description": "Meters can be divided into several categories based on their capabilities.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Revenue grade meter", - "Advanced resource meter", - "Analog", - "Interval", - "Net", - "Smart meter", - "PDU input meter", - "IT equipment input meter", - "Supply UPS output meter", - "PDU output meter", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:UtilityAccountNumber": { - "additionalProperties": false, - "description": "Unique account number designated by the utility.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:UtilityBillpayer": { - "additionalProperties": false, - "description": "Organization that is responsible for paying the bills associated with this meter.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "auc:UtilityMeterNumbers": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:UtilityMeterNumber": { - "anyOf": [ - { - "additionalProperties": false, - "description": "Unique identification number for the meter.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "description": "Unique identification number for the meter.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:UtilityName": { - "additionalProperties": false, - "description": "Name of utility company billing a Resource.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:string" - } - }, - "type": "object" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:WallSystemType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:CMUFill": { - "additionalProperties": false, - "description": "\n The fill condition of hollow unit masonry walls. The definitions correspond to the following conditions -- Solid: Where every cell is grouted, Empty: Where the cells are partially grouted and the remaining cells are left empty, Insulated: Where the cells are partially grouted and the remaining cells are filled with insulating material.\n ", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Empty", - "Insulated", - "Solid", - "Unknown", - "Not Applicable" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:ExteriorRoughness": { - "additionalProperties": false, - "description": "A description of the roughness of the exposed surface of a material. This property is used to approximate the effect of the surface condition on the convection of air across the surface. In energy simulation models, it is used to help determine the convection coefficients for a surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:ExteriorRoughness" - } - }, - "type": "object" - }, - "auc:ExteriorWallColor": { - "additionalProperties": false, - "description": "Color of a material or component. Can be applied to opaque surfaces, materials, and so forth.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:Color" - } - }, - "type": "object" - }, - "auc:ExteriorWallConstruction": { - "additionalProperties": false, - "description": "The general description of the main structural construction method used for an opaque surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:EnvelopeConstructionType" - } - }, - "type": "object" - }, - "auc:ExteriorWallFinish": { - "additionalProperties": false, - "description": "The final material applied to a surface, either interior or exterior. Some structural components don't have an exterior finish, such as unfinished poured concrete.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:Finish" - } - }, - "type": "object" - }, - "auc:InteriorVisibleAbsorptance": { - "additionalProperties": false, - "description": "The fraction of incident visible wavelength radiation that is absorbed by the material or surface. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WallExteriorSolarAbsorptance": { - "additionalProperties": false, - "description": "The fraction of incident radiation in the solar spectrum that is absorbed by the material or surface. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WallExteriorThermalAbsorptance": { - "additionalProperties": false, - "description": "The fraction of incident long wavelength infrared radiation that is absorbed by the material or surface. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WallFramingDepth": { - "additionalProperties": false, - "description": "Dimension of the distance from the front to the back, such as the depth of structural framing in a wall or floor. It can also be the distance from the top to the bottom, such as the depth of a tank or pool of a component or material, such as the depth of the structural framing. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WallFramingFactor": { - "additionalProperties": false, - "description": "Fraction of the surface that is composed of structural framing material. (0-1) (fraction)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WallFramingMaterial": { - "additionalProperties": false, - "description": "The material used to create the structural integrity in an opaque surface. In many cases the framing material is not continuous across the construction.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:FramingMaterial" - } - }, - "type": "object" - }, - "auc:WallFramingSpacing": { - "additionalProperties": false, - "description": "Dimension of the distance between two components. Framing spacing: the dimension from centerline to centerline of a surface framing material. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WallInsulations": { - "additionalProperties": false, - "description": "A description of the type of insulation and how it is applied.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WallInsulation": { - "anyOf": [ - { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WallInsulationApplication": { - "additionalProperties": false, - "description": "A description of the type of insulation and how it is applied.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Loose fill", - "Batt", - "Spray on", - "Rigid", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WallInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:WallInsulationContinuity": { - "additionalProperties": false, - "description": "Insulation installation type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Cavity", - "Continuous", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WallInsulationLocation": { - "additionalProperties": false, - "description": "Whether wall insulation is on the inside or outside of the wall.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Interior", - "Exterior", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WallInsulationMaterial": { - "additionalProperties": false, - "description": "Material used for the structural component of the surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationMaterialType" - } - }, - "type": "object" - }, - "auc:WallInsulationRValue": { - "additionalProperties": false, - "description": "Insulation R Value of the layer. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WallInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of wall insulation. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - { - "items": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:WallInsulationApplication": { - "additionalProperties": false, - "description": "A description of the type of insulation and how it is applied.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Loose fill", - "Batt", - "Spray on", - "Rigid", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WallInsulationCondition": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationCondition" - } - }, - "type": "object" - }, - "auc:WallInsulationContinuity": { - "additionalProperties": false, - "description": "Insulation installation type.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Cavity", - "Continuous", - "Other", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WallInsulationLocation": { - "additionalProperties": false, - "description": "Whether wall insulation is on the inside or outside of the wall.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Interior", - "Exterior", - "Unknown", - "None" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WallInsulationMaterial": { - "additionalProperties": false, - "description": "Material used for the structural component of the surface.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/auc:InsulationMaterialType" - } - }, - "type": "object" - }, - "auc:WallInsulationRValue": { - "additionalProperties": false, - "description": "Insulation R Value of the layer. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WallInsulationThickness": { - "additionalProperties": false, - "description": "Thickness of wall insulation. (in.)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "type": "array" - } - ] - } - }, - "type": "object" - }, - "auc:WallRValue": { - "additionalProperties": false, - "description": "(Also known as thermal resistance), quantity determined by the temperature difference, at steady state, between two defined surfaces of a material or construction that induces a unit heat flow rate through unit area (R = ΔT/q). R-value is the reciprocal of thermal conductance. A unit of thermal resistance used for comparing insulating values of different materials, for the specific thickness of the material. The higher the R-value number, a material, the greater its insulating properties and the slower the heat flow through it. This R-value does not include the interior and exterior air film coefficients. (hr-ft2-F/Btu)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WallUFactor": { - "additionalProperties": false, - "description": "The thermal transmission in unit time through a unit area of a particular body or assembly, including its boundary films, divided by the difference between the environmental temperatures on either side of the body or assembly. Note that the U-factor for a construction assembly, including fenestration, includes the interior and exterior film coefficients (the boundary films referenced above). (Btu/hr·ft2·°F)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:WaterUseType": { - "additionalProperties": false, - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@ID": { - "$ref": "#/definitions/xs:ID" - }, - "@auc:Status": { - "enum": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "type": "string" - }, - "auc:Controls": { - "additionalProperties": false, - "description": "List of controls for water use system.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "auc:Control": { - "anyOf": [ - { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Control for water use." - }, - { - "items": { - "$ref": "#/definitions/auc:ControlGeneralType", - "description": "Control for water use." - }, - "minItems": 1, - "type": "array" - } - ] - } - }, - "required": [ - "auc:Control" - ], - "type": "object" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:LowFlowFixtures": { - "additionalProperties": false, - "description": "True if the fixtures used for this application include aerators, low flow toilets, or showerheads with flow restrictors.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:boolean" - } - }, - "type": "object" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:WaterFixtureCyclesPerDay": { - "additionalProperties": false, - "description": "Average number of draws per day for this fixture. (cycles/day)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterFixtureFractionHotWater": { - "$ref": "#/definitions/auc:BoundedDecimalZeroToOneWithSourceAttribute", - "description": "Average fraction of water use for this application that is drawn from the hot water system. (0-1) (fraction)" - }, - "auc:WaterFixtureRatedFlowRate": { - "additionalProperties": false, - "description": "Rated volumetric flow rate of the water fixture. (gpm)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterFixtureVolumePerCycle": { - "additionalProperties": false, - "description": "Average amount of water used per cycle of the fixture. (gal/cycle)", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "$ref": "#/definitions/xs:decimal" - }, - "@auc:Source": { - "enum": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:WaterResource": { - "$ref": "#/definitions/.auc:WaterResource" - }, - "auc:WaterUseType": { - "additionalProperties": false, - "description": "Short description of the water fixture or application.", - "patternProperties": { - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "enum": [ - "Restroom Sink Use", - "Restroom Toilet/Urinal Water Use", - "Kitchen Water Use", - "Shower Facility Water Use", - "Drinking Fountain Water Use", - "Janitorial Water Use", - "Laundry Water Use", - "Indoor Washdown Water Use (if indoor)", - "Outdoor Landscape Water Use", - "Outdoor Non-Landscape Water Use", - "Outdoor Washdown Water Use (if outdoor)", - "Cooling Tower Make-up Water Use", - "Hydronic Loop Make-up Water Use", - "Evaporative Cooling System Water Use", - "Pre-Treatment Process Water Use", - "Captured Rain Water", - "Recycled Greywater", - "Condensate Recovery", - "Stormwater Sewer Production", - "Stormwater Discharge", - "Other", - "Unknown" - ], - "type": "string" - } - }, - "type": "object" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - } - }, - "required": [ - "@ID" - ], - "type": "object" - }, - "auc:ZipCode": { - "type": "string" - }, - "gbxml:absorptanceUnitEnum": { - "enum": [ - "IntIR", - "IntSolar", - "IntVisible", - "IntTotal", - "ExtIR", - "ExtSolar", - "ExtVisible", - "ExtTotal" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:airTemperatureTypeEnum": { - "enum": [ - "Outside", - "Zone" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:areaUnitEnum": { - "enum": [ - "SquareKilometers", - "SquareMeters", - "SquareCentimeters", - "SquareMillimeters", - "SquareMiles", - "SquareYards", - "SquareFeet", - "SquareInches" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:baseboardHeatingTypeEnum": { - "enum": [ - "ACH", - "HotWater", - "Electric" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:blowerDoorUnitEnum": { - "enum": [ - "ACH", - "AirChangesPerHour", - "SquareFeet", - "SquareMeter" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:buildingTypeEnum": { - "description": "Use to specify the most predominant building use type.", - "enum": [ - "AutomotiveFacility", - "ConventionCenter", - "Courthouse", - "DataCenter", - "DiningBarLoungeOrLeisure", - "DiningCafeteriaFastFood", - "DiningFamily", - "Dormitory", - "ExerciseCenter", - "FireStation", - "Gymnasium", - "HospitalOrHealthcare", - "Hotel", - "Library", - "Manufacturing", - "Motel", - "MotionPictureTheatre", - "MultiFamily", - "Museum", - "Office", - "ParkingGarage", - "Penitentiary", - "PerformingArtsTheater", - "PoliceStation", - "PostOffice", - "ReligiousBuilding", - "Retail", - "SchoolOrUniversity", - "SingleFamily", - "SportsArena", - "TownHall", - "Transportation", - "Unknown", - "Warehouse", - "Workshop" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:capacityTypeEnum": { - "enum": [ - "Heating", - "CoolingTotal", - "CoolingSensible", - "CoolingLatent", - "CoolingSHR", - "Volume" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:capacityUnitEnum": { - "enum": [ - "Tons", - "kW", - "BtuPerHour", - "kBtuPerHour", - "Gallons", - "Liters", - "CubicMeters", - "CubicFeet" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:conditionTypeEnum": { - "enum": [ - "Heated", - "Cooled", - "HeatedAndCooled", - "Unconditioned", - "Vented", - "NaturallyVentedOnly" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:conditioningTypeEnum": { - "enum": [ - "Heating", - "Cooling", - "HeatingAndCooling" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:conditioningUnitEnum": { - "enum": [ - "kBtu", - "Btu", - "kW", - "Tons" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:conductivityFofTUnitEnum": { - "enum": [ - "WPerMSquareK", - "BtuPerHourFtSquareF" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:conductivityUnitEnum": { - "enum": [ - "WPerCmC", - "WPerMeterK", - "BtuPerHourFtF" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:controlTypeEnum": { - "enum": [ - "Boiler", - "Chiller", - "Damper", - "Fan", - "Pump", - "Valve" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:coolingCoilSetpointResetTypeEnum": { - "enum": [ - "None", - "Warmest", - "OutdoorAirTemperatureReset", - "WarmestTemperatureFirst" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:coolingCoilTypeEnum": { - "enum": [ - "ChilledWater", - "ChilledWaterDetailedFlatModel" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:costTypeEnum": { - "enum": [ - "CO2", - "SOx", - "NOx", - "EmbodiedEnergyTransportation", - "EmbodiedEnergyManufacture", - "EmbodiedEnergyInstallation", - "EmbodiedEnergyTotal", - "PurchaseCost", - "DeliveryCost", - "FirstCost", - "MonthlyCost", - "AnnualCost", - "MaintenanceCost", - "OverhaulCost", - "InstallationCost" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:currencyTypeEnum": { - "enum": [ - "USDollars", - "CanadianDollars", - "Pesos", - "Euros", - "Yen", - "IndianRupee", - "Yuan", - "TaiwanDollar", - "EnglishPound", - "Mark", - "Franc", - "Ruble", - "Real", - "NewZealandDollar", - "AustralianDollar" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:damperHeatingActionEnum": { - "enum": [ - "Normal", - "Reverse" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:dayTypeEnum": { - "enum": [ - "Weekday", - "Weekend", - "Holiday", - "WeekendOrHoliday", - "HeatingDesignDay", - "CoolingDesignDay", - "Sun", - "Mon", - "Tue", - "Wed", - "Thu", - "Fri", - "Sat", - "Custom", - "All" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:defrostControlEnum": { - "enum": [ - "Timed", - "OnDemand" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:defrostStrategyEnum": { - "enum": [ - "ReverseCycle", - "Resistive" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:deltaPUnitEnum": { - "enum": [ - "PSI", - "kPa", - "Atmospheres", - "InchesOfH2O", - "CentimetersOfH2O", - "InchesOfMercury", - "CentimetersOfMercury", - "MillimetersOfMercury", - "Pascals" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:densityFofTUnitEnum": { - "enum": [ - "LbsPerCubicFtF", - "KgPerCubicMK" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:densityUnitEnum": { - "enum": [ - "GramsPerCubicCm", - "LbsPerCubicIn", - "LbsPerCubicFt", - "KgPerCubicM" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:directionUnitEnum": { - "enum": [ - "DegreeDecimalFromNorth" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:economizerLockoutEnum": { - "enum": [ - "NoLockout", - "LockoutWithHeating", - "LockoutWithCompressor" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:efficiencyTypeEnum": { - "enum": [ - "COP", - "EER", - "SEER", - "AFUE", - "HSPF", - "effectiveness", - "EnergyFactor", - "ThermalEff", - "MotorEff", - "FanEff", - "MechanicalEff", - "BoilerEff", - "kWPerTon", - "kWPerkW", - "BTUPerHourPerF", - "kWPerC" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:emissionUnitEnum": { - "enum": [ - "PoundsPerHour", - "KilogramsPerHour", - "GramsPerHour" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:emittanceTypeEnum": { - "enum": [ - "IntIR", - "ExtIR" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:energyUnitEnum": { - "enum": [ - "KilowattHours", - "Joules", - "BTU", - "Therms" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:enthalpyTypeEnum": { - "enum": [ - "EconomizerUpperLimit", - "AirSideEconomizerMinSetpoint", - "EconomizerMaxLimit" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:enthalpyUnitEnum": { - "enum": [ - "BTUPerLb", - "KJPerKg" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:entityTypeEnum": { - "enum": [ - "File", - "Model", - "Project", - "Run" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:equipmentTypeEnum": { - "enum": [ - "Fan", - "HeatExchanger", - "Coil", - "Furnace", - "Evaporative", - "Radiant", - "Economizer", - "Duct", - "Humidifier", - "Dehumidifier", - "UnitaryAC", - "UnitaryHP", - "SplitAC", - "SplitHP", - "TerminalUnit", - "Register", - "VAVBox", - "EvaporativePreCooler", - "PreheatCoil" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:extEquipTypeEnum": { - "enum": [ - "Sprinkler", - "LawnMower", - "GeneralPlugload", - "Fountain", - "Refrigerator", - "Freezer", - "Pool", - "HotTub", - "Pump", - "Sauna", - "BatteryCharger", - "Furnace", - "IndustrialEquip", - "Irrigation", - "MiscEquip", - "Vending", - "Elevator", - "Escalator", - "WindTurbine", - "Photovoltaic", - "CogenDiesel", - "CogenFuelCell", - "CogenGasTurbine" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:floorCategoryEnum": { - "description": "Used with the floorCategory attribute.", - "enum": [ - "OverEnclosedCrawlSpaceOrBasement", - "OverOpenCrawlSpaceOrGarage", - "Basement", - "SlabOnGrade" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:floorSlabPerimeterHeatLossCoefficientUnitTypeEnum": { - "description": "Used with the floorSlabPerimeterHeatLossCoefficientUnitType attribute.", - "enum": [ - "btuPerHourDegreeFPerLinearFoot", - "wattDegreeCPerLinearMeter" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:flowPerAreaUnitEnum": { - "enum": [ - "CFMPerSquareFoot", - "LPerSecPerSquareM", - "CubicMPerSecPerSquareM", - "CubicMPerHourPerSquareM" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:flowTypeEnum": { - "enum": [ - "Series", - "Parallel", - "SeriesFromPlenum", - "ParallelFromPlenum" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:flowUnitEnum": { - "enum": [ - "CFM", - "CubicMPerHr", - "LPerSec", - "LPM", - "GPH", - "GPM", - "Fraction" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:fluidTypeEnum": { - "enum": [ - "Water", - "Brine", - "Glycol" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:frameTypeEnum": { - "enum": [ - "Wood", - "Vinyl", - "Aluminum", - "AluminumWithBreak", - "Insulated" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:fuelLoadUnitEnum": { - "enum": [ - "BtuPerHour", - "kBtuPerHour", - "MBtuPerHour", - "Watts", - "kW" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:gasTypeEnum": { - "enum": [ - "Air", - "Argon", - "Krypton", - "CO2", - "SF6", - "Custom" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:hOutsideUnitTypeEnum": { - "description": "Used with the hOutsideUnitType attribute.", - "enum": [ - "BTUPerHourSquareFootDegreeF", - "WattsPerSecondSquareMeterDegreeC" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:heatRecoveryTypeEnum": { - "enum": [ - "None", - "Sensible", - "Enthalpy" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:heatingCoilSetpointResetTypeEnum": { - "enum": [ - "None", - "OutdoorAirTemperatureReset" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:hydronicEquipTypeEnum": { - "enum": [ - "Chiller", - "CoolingTower", - "Condenser", - "Boiler", - "HeatExchanger", - "Pump", - "RadiantPanel", - "HotWaterHeater", - "SolarPanels", - "Earth", - "Pipe", - "Storage", - "Coil", - "Radiator", - "TwoWayValve", - "ThreeWayValve" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:illuminanceUnitEnum": { - "enum": [ - "Footcandles", - "Lux", - "Phot" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:infiltrationTypeEnum": { - "enum": [ - "Loose", - "Average", - "Tight" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:intEquipTypeEnum": { - "enum": [ - "GeneralPlugload", - "Computer", - "Copier", - "Refrigerator", - "Stove", - "Cooktop", - "Fryer", - "Freezer", - "ClothesDryer", - "ClothesWasher", - "Dishwasher", - "TV", - "VCR", - "Microwave", - "Fan", - "AudioEquip", - "MiscEquip", - "Toilet", - "Urinal", - "Shower", - "Sink", - "Pool", - "HotTub", - "Sauna", - "BatteryCharger", - "Furnace", - "IndustrialEquip", - "Printer", - "Vending", - "Elevator", - "Escalator", - "GeneralLaundryEquip", - "GeneralKitchenEquip", - "GeneralMedicalEquip", - "GeneralOfficeEquip", - "GeneralEntertainmentEquip", - "GeneralRefrigerationEquip", - "GeneralFitnessEquip", - "GeneralVideoEquip", - "GeneralToilet" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:inverseTempUnitEnum": { - "enum": [ - "PerK", - "PerF" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:lengthUnitEnum": { - "enum": [ - "Kilometers", - "Meters", - "Centimeters", - "Millimeters", - "Miles", - "Yards", - "Feet", - "Inches" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:lifeUnitEnum": { - "enum": [ - "Months", - "Years", - "Cycles", - "MillionCycles" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:lightControlTypeEnum": { - "enum": [ - "Continuous", - "OnOff", - "Stepped2", - "Stepped3", - "Stepped4", - "Stepped5", - "Stepped6", - "Stepped7", - "Stepped8", - "Stepped9", - "Stepped10", - "Stepped11", - "Stepped12", - "Stepped13", - "Stepped14", - "Stepped15", - "Stepped16", - "Stepped17", - "Stepped18", - "Stepped19", - "Stepped20", - "ContinuousOff", - "MotionSensor", - "Photocell" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:loadUnitEnum": { - "enum": [ - "BtuPerHour", - "Watt" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:loopTypeEnum": { - "enum": [ - "PrimaryChilledWater", - "SecondaryChilledWater", - "HotWater", - "CondenserWater", - "DomesticHotWater", - "WaterLoopHeatPump", - "TwoPipe", - "PotableWaterLoop" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:minimumOutdoorAirControlTypeEnum": { - "enum": [ - "FixedMinimum", - "ProportionalMinimum" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:nightCycleControlEnum": { - "enum": [ - "StayOff", - "CycleOnAny", - "CycleOnControlZone" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:openingTypeEnum": { - "enum": [ - "FixedWindow", - "OperableWindow", - "FixedSkylight", - "OperableSkylight", - "SlidingDoor", - "NonSlidingDoor", - "Air" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:operationTypeEnum": { - "enum": [ - "Cycling", - "Continuous" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:peopleHeatGainTypeEnum": { - "enum": [ - "Total", - "Sensible", - "Latent" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:peopleHeatGainUnitEnum": { - "enum": [ - "WattPerPerson", - "BtuPerHourPerson" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:peopleNumberUnitEnum": { - "enum": [ - "NumberOfPeople", - "SquareFtPerPerson", - "SquareMPerPerson" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:permUnitEnum": { - "enum": [ - "PermSI", - "PermIP" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:powerPerAreaUnitEnum": { - "enum": [ - "WattPerSquareMeter", - "WattPerSquareFoot" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:powerTypeEnum": { - "enum": [ - "Electricity", - "NaturalGas", - "Propane", - "FuelOil1", - "FuelOil2", - "FuelOil4", - "Water", - "ChilledWater", - "HotWater", - "Steam", - "Diesel", - "Biogas" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:powerUnitEnum": { - "enum": [ - "Watt", - "Kilowatt", - "Horsepower", - "KilogramForceMeterPerSecond", - "BtuPerSecond", - "FootPoundForcePerSecond", - "KilocaloriesPerSecond", - "BtuPerHour" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:powerUseTypeEnum": { - "enum": [ - "Heating", - "Cooling", - "Both", - "ElectricityGeneration", - "Other" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:preheatCoilTypeEnum": { - "enum": [ - "None", - "Electric", - "Gas" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:pressureUnitEnum": { - "enum": [ - "PSI", - "kPa", - "Atmospheres", - "InchesOfH2O", - "CentimetersOfH2O", - "InchesOfMercury", - "CentimetersOfMercury", - "MillimetersOfMercury", - "Pascals" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:radiationWavelengthTypeEnum": { - "enum": [ - "Solar", - "IR", - "Visible" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:reflectanceTypeEnum": { - "enum": [ - "Ground", - "IntSolar", - "IntIR", - "IntVisible", - "ExtSolar", - "ExtVisible", - "ExtIR" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:resetTemperatureTypeEnum": { - "enum": [ - "None", - "Automatic", - "OutdoorAirBased", - "Scheduled" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:resistanceUnitEnum": { - "enum": [ - "SquareMeterKPerW", - "HrSquareFtFPerBTU" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:resourceTypeEnum": { - "enum": [ - "Electricity", - "NaturalGas", - "Propane", - "FuelOil1", - "FuelOil2", - "FuelOil4", - "Water", - "ChilledWater", - "HotWater", - "Steam" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:resultsExtraResourceTypeEnum": { - "enum": [ - "Thermal", - "Light", - "Moisture", - "Air", - "Contaminant" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:resultsTypeEnum": { - "enum": [ - "HeatLoad", - "CoolingLoad", - "CO2", - "SO2", - "NOx", - "Energy", - "Power", - "Cost", - "EnergyCost", - "DemandCost", - "CommodityCost", - "TransportationCost", - "DryBulbTemperature", - "WetBulbTemperature", - "DewPointTemperature", - "FootCandles", - "Humidity", - "MoistureContent", - "Flow", - "Capacity" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:roofASHRAENumberEnum": { - "description": "Used with the roofASHRAENumber attribute. Each annotation for the values is only one example of many possible constructions for that ASHRAE roof number. The user should select the one that best matches the thermal characteristics of the roof, not necessarily the one closest to the example description.", - "enum": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:roofCLTDIndexEnum": { - "description": "Used with the roofCLTDIndex attribute.", - "enum": [ - "1", - "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" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:roofCTSTypeEnum": { - "description": "Used with the roofCTSType attribute. Each annotation for the values is only one example of many possible constructions for that CTS type. The user should select the one that best matches the thermal characteristics of the roof, not necessarily the one closest to the example description.", - "enum": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:roofColorEnum": { - "description": "Used with the roofColor attribute. Only enter Light if the construction is a roof and if it's in a rural location.", - "enum": [ - "Dark", - "Light" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:roughnessValueEnum": { - "enum": [ - "VeryRough", - "MediumRough", - "Rough", - "Smooth", - "MediumSmooth", - "VerySmooth" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:scheduleTypeEnum": { - "enum": [ - "Temp", - "Fraction", - "OnOff", - "ResetTemp", - "ActivityLevel" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:scheduleTypeLimitsEnum": { - "enum": [ - "Continuous", - "Discrete" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:shadeOperationEnum": { - "enum": [ - "Fixed", - "Operable" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:shadeScheduleTypeEnum": { - "enum": [ - "Shade", - "Blind", - "Operation", - "Probability", - "MaxSolar" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:shadeTypeEnum": { - "enum": [ - "InteriorInsulated", - "InteriorUnInsulated", - "ExternalInsulated", - "ExternalUnInsulated" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:sinkRateUnitEnum": { - "enum": [ - "PoundsPerHour", - "KilogramsPerHour", - "GramsPerHour" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:spaceTypeEnum": { - "enum": [ - "ActiveStorage", - "ActiveStorageHospitalOrHealthcare", - "AirOrTrainOrBusBaggageArea", - "AirportConcourse", - "AtriumEachAdditionalFloor", - "AtriumFirstThreeFloors", - "AudienceOrSeatingAreaPenitentiary", - "AudienceOrSeatingAreaExerciseCenter", - "AudienceOrSeatingAreaGymnasium", - "AudienceOrSeatingAreaSportsArena", - "AudienceOrSeatingAreaConventionCenter", - "AudienceOrSeatingAreaMotionPictureTheatre", - "AudienceOrSeatingAreaPerformingArtsTheatre", - "AudienceOrSeatingAreaReligious", - "AudienceOrSeatingAreaPoliceOrFireStations", - "AudienceOrSeatingAreaCourtHouse", - "AudienceOrSeatingAreaAuditorium", - "BankCustomerArea", - "BankingActivityAreaOffice", - "BarberAndBeautyParlor", - "CardFileAndCataloguingLibrary", - "ClassroomOrLectureOrTrainingPenitentiary", - "ClassroomOrLectureOrTraining", - "ConfinementCellsPenitentiary", - "ConfinementCellsCourtHouse", - "ConferenceMeetingOrMultipurpose", - "CorridorOrTransition", - "CorridorOrTransitionManufacturingFacility", - "CorridorsWithPatientWaitingExamHospitalOrHealthcare", - "CourtSportsAreaSportsArena", - "CourtroomCourtHouse", - "DepartmentStoreSalesAreaRetail", - "DetailedManufacturingFacility", - "DiningArea", - "DiningAreaHotel", - "DiningAreaFamilyDining", - "DiningAreaLoungeOrLeisureDining", - "DiningAreaMotel", - "DiningAreaTransportation", - "DiningAreaPenitentiary", - "DiningAreaCivilServices", - "DormitoryBedroom", - "DormitoryStudyHall", - "DressingOrLockerOrFittingRoomGymnasium", - "DressingOrLockerOrFittingRoomCourtHouse", - "DressingOrLockerOrFittingRoomPerformingArtsTheatre", - "DressingOrLockerOrFittingRoomAuditorium", - "DressingOrLockerOrFittingRoomExerciseCenter", - "ElectricalOrMechanical", - "ElevatorLobbies", - "EmergencyHospitalOrHealthcare", - "EquipmentRoomManufacturingFacility", - "ExamOrTreatmentHospitalOrHealthcare", - "ExcerciseAreaExerciseCenter", - "ExcerciseAreaGymnasium", - "ExhibitSpaceConventionCenter", - "FellowshipHallReligiousBuildings", - "FineMaterialWarehouse", - "FineMerchandiseSalesAreaRetail", - "FireStationEngineRoomPoliceOrFireStation", - "FoodPreparation", - "GarageServiceOrRepairAutomotiveFacility", - "GeneralHighBayManufacturingFacility", - "GeneralLowBayManufacturingFacility", - "GeneralExhibitionMuseum", - "HospitalNurseryHospitalOrHealthcare", - "HospitalOrMedicalSuppliesHospitalOrHealthcare", - "HospitalOrRadiologyHospitalOrHealthcare", - "HotelOrConferenceCenterConferenceOrMeeting", - "InactiveStorage", - "JudgesChambersCourtHouse", - "LaboratoryOffice", - "LaundryIroningAndSorting", - "LaundryWashingHospitalOrHealthcare", - "LibraryAudioVisualLibraryAudioVisual", - "LivingQuartersDormitory", - "LivingQuartersMotel", - "LivingQuartersHotel", - "Lobby", - "LobbyReligiousBuildings", - "LobbyMotionPictureTheatre", - "LobbyAuditorium", - "LobbyPerformingArtsTheatre", - "LobbyPostOffice", - "LobbyHotel", - "LoungeOrRecreation", - "MallConcourseSalesAreaRetail", - "MassMerchandisingSalesAreaRetail", - "MediumOrBulkyMaterialWarehouse", - "MerchandisingSalesAreaRetail", - "MuseumAndGalleryStorage", - "NurseStationHospitalOrHealthcare", - "OfficeEnclosed", - "OfficeOpenPlan", - "OfficeCommonActivityAreasInactiveStorage", - "OperatingRoomHospitalOrHealthcare", - "OtherTelevisedPlayingAreaSportsArena", - "ParkingAreaAttendantOnlyParkingGarage", - "ParkingAreaPedestrianParkingGarage", - "PatientRoomHospitalOrHealthcare", - "PersonalServicesSalesAreaRetail", - "PharmacyHospitalOrHealthcare", - "PhysicalTherapyHospitalOrHealthcare", - "PlayingAreaGymnasium", - "Plenum", - "PoliceStationLaboratoryPoliceOrFireStations", - "PublicAndStaffLoungeHospitalOrHealthcare", - "ReadingAreaLibrary", - "ReceptionOrWaitingTransportation", - "ReceptionOrWaitingMotel", - "ReceptionOrWaitingHotel", - "RecoveryHospitalOrHealthcare", - "RestorationMuseum", - "Restrooms", - "RingSportsAreaSportsArena", - "ServerRoom", - "SleepingQuartersPoliceOrFireStation", - "SortingAreaPostOffice", - "SpecialtyStoreSalesAreaRetail", - "StacksLibrary", - "StairsInactive", - "Stairway", - "SupermarketSalesAreaRetail", - "TerminalTicketCounterTransportation", - "WorkshopWorkshop", - "WorshipPulpitChoirReligious" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:specificHeatUnitEnum": { - "enum": [ - "JPerKgK", - "BTUPerLbF" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:stageTypeEnum": { - "enum": [ - "1Stage", - "2Stage", - "Variable" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:standardsTypeEnum": { - "enum": [ - "DOE", - "ARI", - "ANSI", - "NEMA" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:stationIdTypeEnum": { - "enum": [ - "WMO", - "WBAN", - "ICAO", - "NWSLI", - "FAACallSign", - "COOP", - "Modeled" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:supplementalHeatingCoilTypeEnum": { - "enum": [ - "Electric", - "Gas", - "HotWater" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:surfaceDescriptionEnum": { - "enum": [ - "1", - "2", - "Both" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:surfaceReferenceLocationEnum": { - "enum": [ - "Centerline", - "InteriorSurface" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:surfaceTypeEnum": { - "enum": [ - "InteriorWall", - "ExteriorWall", - "Roof", - "InteriorFloor", - "ExposedFloor", - "Shade", - "UndergroundWall", - "UndergroundSlab", - "Ceiling", - "Air", - "UndergroundCeiling", - "RaisedFloor", - "SlabOnGrade", - "FreestandingColumn", - "EmbeddedColumn" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:systemTypeEnum": { - "enum": [ - "SingleZoneReheat", - "PackagedSingleZone", - "SingleZoneCeilingInduction", - "ReheatFan", - "VariableAirVolume", - "PoweredInductionUnit", - "PackagedVariableAirVolume", - "PackagedVariableVolumeVariableTemperature", - "CeilingBypassVariableAirVolume", - "EvaporativeCooling", - "MultiZone", - "PackagedMultiZone", - "DualDuct", - "FanCoil", - "InductionUnit", - "PackagedTerminalAirConditioner", - "WaterLoopHeatPump", - "ResidentialCyclingFurnaceCyclingAC", - "ResidentialVariableAirVolumeVariableTemperature", - "FloorPanelHeating", - "HeatingAndVentilating", - "UnitHeater", - "UnitVentilator", - "CentralHeatingRadiators", - "CentralHeatingConvectors", - "CentralHeatingRadiantFloor", - "CentralHeatingHotAir", - "OtherRoomHeater", - "RadiantHeaterNoFlue", - "RadiantHeaterFlue", - "RadiantHeaterMultiburner", - "ForcedConvectionHeaterFlue", - "ForcedConvectionHeaterNoFlue", - "VAVSingleDuct", - "VAVDualDuct", - "VAVReheatFan", - "VAVIndoorPackagedCabinet", - "ConstantVolumeFixedOA", - "ConstantVolumeVariableOA", - "ConstantVolumeTerminalReheat", - "MultizoneHotDeckColdDeck", - "ConstantVolumeDualDuct", - "RadiantCooledCeilings", - "ActiveChilledBeams", - "VariableRefrigerantFlow", - "SplitSystemsWithNaturalVentilation", - "SplitSystemsWithMechanicalVentilation", - "SplitSystemsWithMechanicalVentilationWithCooling", - "Exhaust" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:tempTypeEnum": { - "enum": [ - "Max", - "Min", - "Design", - "CoolDesign", - "HeatDesign", - "Throttle", - "Range", - "Approach", - "EnteringWetBulb", - "LeavingDryBulb", - "EnteringDryBulb", - "LeavingWetBulb", - "ChilledWaterSupply", - "CondenserWaterSupply", - "LeavingChilledWater", - "LeavingCondenserWater", - "HighTempLockout", - "LowTempLockout", - "EconomizerMaxLimitDewpoint", - "HeatPumpDefrostMaxOADryBulb", - "SupplementalHeatingCoilMaxOADryBulb", - "PreheatCoilDesignSetpoint" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:temperatureUnitEnum": { - "enum": [ - "F", - "C", - "K", - "R" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:timePeriodEnum": { - "enum": [ - "Annual", - "Jan", - "Feb", - "Mar", - "Apr", - "May", - "Jun", - "Jul", - "Aug", - "Sep", - "Oct", - "Nov", - "Dec" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:timeUnitEnum": { - "enum": [ - "Year", - "Month", - "Week", - "Day", - "Hour", - "Minute" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:transportationTypeEnum": { - "enum": [ - "Bus", - "Train", - "Car", - "LightRail", - "Ferry", - "Airplane", - "Monorail", - "Bike" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:uValueUnitEnum": { - "enum": [ - "WPerSquareMeterK", - "BtuPerHourSquareFtF" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:unitlessSmallUnitEnum": { - "enum": [ - "Percent", - "PartPerMillionByVolume", - "milliGramsPerCubicMeter" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:unitlessUnitEnum": { - "enum": [ - "Percent", - "Fraction" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:valueTypeEnum": { - "enum": [ - "Historical", - "Simulated", - "Rated", - "Measured" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:vegetationTypeEnum": { - "enum": [ - "Trees", - "Bushes", - "Plants", - "Grass", - "Moss", - "EvergreenTrees", - "EvergreenShrubs", - "DeciduousTrees", - "DeciduousShrubs" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:velocityUnitEnum": { - "enum": [ - "MetersPerSecond", - "MilesPerHour", - "Knots" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:versionEnum": { - "enum": [ - "0.35", - "0.36", - "0.37", - "5.00", - "5.01", - "5.10", - "5.11", - "5.12", - "6.00", - "6.01" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:viscosityFofTUnitEnum": { - "enum": [ - "KgPerMSecK", - "PoundPerFootSecF" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:viscosityUnitEnum": { - "enum": [ - "KgPerMSec", - "PoundPerFootSec" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:volumeUnitEnum": { - "enum": [ - "CubicKilometers", - "CubicMeters", - "CubicCentimeters", - "CubicMillimeters", - "CubicMiles", - "CubicYards", - "CubicFeet", - "CubicInches" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:wallASHRAEGroupEnum": { - "description": "Used with the wallASHRAEGroup attribute. Each annotation for the values is only one example of many possible constructions for that ASHRAE wall group. The user should select the one that best matches the thermal characteristics of the wall, not necessarily the one closest to the example description.", - "enum": [ - "A", - "B", - "C", - "D", - "E", - "F", - "G" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:wallCTSTypeEnum": { - "description": "Used with the wallCTSType attribute. Each annotation for the values is only one example of many possible constructions for that CTS type. The user should select the one that best matches the thermal characteristics of the wall, not necessarily the one closest to the example description.", - "enum": [ - "1", - "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" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:wallColorEnum": { - "description": "Used with the wallColor attribute. Only enter Light or Medium if the construction is a wall and if it's in a rural location.", - "enum": [ - "Dark", - "Medium", - "Light" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:wallGroupManualJEnum": { - "description": "Used with the wallGroupManualJ attribute.", - "enum": [ - "A", - "B", - "C", - "D", - "E", - "F", - "G", - "H", - "I", - "J", - "K" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:waterUseUnitEnum": { - "enum": [ - "CubicMeters", - "Gallons", - "Tons", - "Kilograms", - "Liters" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:weightUnitEnum": { - "enum": [ - "Pounds", - "Kilograms", - "Tons" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "gbxml:windSpeedEnum": { - "enum": [ - "RatedWindSpeed", - "CutInWindSpeed", - "CutOutWindSpeed" - ], - "pattern": "^([\\d\\--\\.\\:A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]+)$", - "type": "string" - }, - "xs:ID": { - "pattern": "^([A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�𐀀-󯿿][\\d\\--\\.A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]*)$", - "type": "string" - }, - "xs:IDREF": { - "pattern": "^([A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�𐀀-󯿿][\\d\\--\\.A-Z_a-z·À-ÖØ-öø-ͽͿ-ٟ٪-ۯۺ-޿ߊ-॥॰-৥ৰ-੥ੰ-૥૰-୥୰-௥௰-౥౰-೥೰-൥൰-๏๚-໏໚-༟༪-ဿ၊-ႏႚ-៟៪-᠏᠚-᥅ᥐ-᧏᧚-᩿᪊-᪏᪚-᭏᭚-ᮯᮺ-᰿᱊-ᱏᱚ-῿‌-‍‿-⁀⁰-↏Ⰰ-⿯、-ꘟꘪ-꣏꣚-ꣿꤊ-ꧏ꧚-꩏꩚-꯯꯺-퟿豈-﷏ﷰ-/:-�𐀀-𐒟𐒪-𑁥𑁰-𝟍𝠀-󯿿]*)$", - "type": "string" - }, - "xs:anyType": { - "additionalProperties": false, - "patternProperties": { - "^@\\w+$": { - "type": [ - "string", - "number", - "boolean" - ] - }, - "^@xmlns(:\\w+)?$": { - "type": "string" - }, - "^@xsi:\\w+$": { - "type": "string" - }, - "^\\?\\w+$": { - "type": "string" - }, - "^\\w+$": { - } - }, - "properties": { - "#": { - "type": "string" - }, - "$": { - "type": "string" - } - }, - "type": "object" - }, - "xs:boolean": { - "type": "boolean" - }, - "xs:date": { - "type": "string" - }, - "xs:dateTime": { - "type": "string" - }, - "xs:decimal": { - "type": "number" - }, - "xs:double": { - "type": "number" - }, - "xs:duration": { - "type": "string" - }, - "xs:float": { - "type": "number" - }, - "xs:gMonthDay": { - "type": "string" - }, - "xs:gYear": { - "type": "string" - }, - "xs:int": { - "maximum": 2147483647, - "minimum": -2147483648, - "type": "integer" - }, - "xs:integer": { - "type": "integer" - }, - "xs:nonNegativeInteger": { - "minimum": 0, - "type": "integer" - }, - "xs:string": { - "type": "string" - }, - "xs:time": { - "type": "string" - } - }, - "description": "JSON Schema generated by XMLSpy v2016 rel. 2 sp1 (x64) (http://www.altova.com)", - "patternProperties": { - "^\\?\\w+$": { - "type": "string" - } - }, - "properties": { - "#": { - "type": "string" - }, - "@xmlns:auc": { - "default": "http://buildingsync.net/schemas/bedes-auc/2019" - }, - "@xmlns:gbxml": { - "default": "http://www.gbxml.org/schema" - }, - "@xmlns:xs": { - "default": "http://www.w3.org/2001/XMLSchema" - }, - "auc:Address": { - "$ref": "#/definitions/.auc:Address" - }, - "auc:AnnualCoolingEfficiencyUnits": { - "$ref": "#/definitions/.auc:AnnualCoolingEfficiencyUnits" - }, - "auc:AnnualHeatingEfficiencyUnits": { - "$ref": "#/definitions/.auc:AnnualHeatingEfficiencyUnits" - }, - "auc:ApplicableEndDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForDemandRate" - }, - "auc:ApplicableEndDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableEndDateForEnergyRate" - }, - "auc:ApplicableStartDateForDemandRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForDemandRate" - }, - "auc:ApplicableStartDateForEnergyRate": { - "$ref": "#/definitions/.auc:ApplicableStartDateForEnergyRate" - }, - "auc:AssetScore": { - "$ref": "#/definitions/.auc:AssetScore" - }, - "auc:AssetScoreData": { - "$ref": "#/definitions/.auc:AssetScoreData" - }, - "auc:BuildingAutomationSystem": { - "$ref": "#/definitions/.auc:BuildingAutomationSystem" - }, - "auc:BuildingSync": { - "$ref": "#/definitions/.auc:BuildingSync" - }, - "auc:BurnerControlType": { - "$ref": "#/definitions/.auc:BurnerControlType" - }, - "auc:BurnerType": { - "$ref": "#/definitions/.auc:BurnerType" - }, - "auc:BurnerYearInstalled": { - "$ref": "#/definitions/.auc:BurnerYearInstalled" - }, - "auc:CalculationMethod": { - "$ref": "#/definitions/.auc:CalculationMethod" - }, - "auc:Capacity": { - "$ref": "#/definitions/.auc:Capacity" - }, - "auc:CapacityUnits": { - "$ref": "#/definitions/.auc:CapacityUnits" - }, - "auc:ClimateZoneType": { - "$ref": "#/definitions/.auc:ClimateZoneType" - }, - "auc:ClothesWasherClassification": { - "$ref": "#/definitions/.auc:ClothesWasherClassification" - }, - "auc:ClothesWasherLoaderType": { - "$ref": "#/definitions/.auc:ClothesWasherLoaderType" - }, - "auc:CompressorStaging": { - "$ref": "#/definitions/.auc:CompressorStaging" - }, - "auc:CondensingOperation": { - "$ref": "#/definitions/.auc:CondensingOperation" - }, - "auc:ControlSystemType": { - "$ref": "#/definitions/.auc:ControlSystemType" - }, - "auc:ControlTechnology": { - "$ref": "#/definitions/.auc:ControlTechnology" - }, - "auc:ControlledByEMCS": { - "$ref": "#/definitions/.auc:ControlledByEMCS" - }, - "auc:CostEffectivenessScreeningMethod": { - "$ref": "#/definitions/.auc:CostEffectivenessScreeningMethod" - }, - "auc:DoorID": { - "$ref": "#/definitions/.auc:DoorID" - }, - "auc:DraftBoundary": { - "$ref": "#/definitions/.auc:DraftBoundary" - }, - "auc:DraftType": { - "$ref": "#/definitions/.auc:DraftType" - }, - "auc:DryerType": { - "$ref": "#/definitions/.auc:DryerType" - }, - "auc:DutyCycle": { - "$ref": "#/definitions/.auc:DutyCycle" - }, - "auc:ENERGYSTARScore": { - "$ref": "#/definitions/.auc:ENERGYSTARScore" - }, - "auc:EmailAddress": { - "$ref": "#/definitions/.auc:EmailAddress" - }, - "auc:EnergyResource": { - "$ref": "#/definitions/.auc:EnergyResource" - }, - "auc:EnergyUseByFuelTypes": { - "$ref": "#/definitions/.auc:EnergyUseByFuelTypes" - }, - "auc:FloorAreas": { - "$ref": "#/definitions/.auc:FloorAreas" - }, - "auc:FluorescentStartType": { - "$ref": "#/definitions/.auc:FluorescentStartType" - }, - "auc:FoundationWallInsulationContinuity": { - "$ref": "#/definitions/.auc:FoundationWallInsulationContinuity" - }, - "auc:HeatingStaging": { - "$ref": "#/definitions/.auc:HeatingStaging" - }, - "auc:IdentifierCustomName": { - "$ref": "#/definitions/.auc:IdentifierCustomName" - }, - "auc:IdentifierLabel": { - "$ref": "#/definitions/.auc:IdentifierLabel" - }, - "auc:IdentifierValue": { - "$ref": "#/definitions/.auc:IdentifierValue" - }, - "auc:IgnitionType": { - "$ref": "#/definitions/.auc:IgnitionType" - }, - "auc:Latitude": { - "$ref": "#/definitions/.auc:Latitude" - }, - "auc:LightingAutomationSystem": { - "$ref": "#/definitions/.auc:LightingAutomationSystem" - }, - "auc:LinkedPremises": { - "$ref": "#/definitions/.auc:LinkedPremises" - }, - "auc:LinkedPremisesOrSystem": { - "$ref": "#/definitions/.auc:LinkedPremisesOrSystem" - }, - "auc:Location": { - "$ref": "#/definitions/.auc:Location" - }, - "auc:Longitude": { - "$ref": "#/definitions/.auc:Longitude" - }, - "auc:Manufacturer": { - "$ref": "#/definitions/.auc:Manufacturer" - }, - "auc:ModelNumber": { - "$ref": "#/definitions/.auc:ModelNumber" - }, - "auc:OccupancyClassification": { - "$ref": "#/definitions/.auc:OccupancyClassification" - }, - "auc:OccupancyLevels": { - "$ref": "#/definitions/.auc:OccupancyLevels" - }, - "auc:OriginalOccupancyClassification": { - "$ref": "#/definitions/.auc:OriginalOccupancyClassification" - }, - "auc:Ownership": { - "$ref": "#/definitions/.auc:Ownership" - }, - "auc:OwnershipStatus": { - "$ref": "#/definitions/.auc:OwnershipStatus" - }, - "auc:PremisesIdentifiers": { - "$ref": "#/definitions/.auc:PremisesIdentifiers" - }, - "auc:PremisesName": { - "$ref": "#/definitions/.auc:PremisesName" - }, - "auc:PremisesNotes": { - "$ref": "#/definitions/.auc:PremisesNotes" - }, - "auc:PrimaryContactID": { - "$ref": "#/definitions/.auc:PrimaryContactID" - }, - "auc:PrimaryFuel": { - "$ref": "#/definitions/.auc:PrimaryFuel" - }, - "auc:Priority": { - "$ref": "#/definitions/.auc:Priority" - }, - "auc:Quantity": { - "$ref": "#/definitions/.auc:Quantity" - }, - "auc:ReferenceCase": { - "$ref": "#/definitions/.auc:ReferenceCase" - }, - "auc:Refrigerant": { - "$ref": "#/definitions/.auc:Refrigerant" - }, - "auc:ResourceBoundary": { - "$ref": "#/definitions/.auc:ResourceBoundary" - }, - "auc:ResourceUnits": { - "$ref": "#/definitions/.auc:ResourceUnits" - }, - "auc:SlabHeating": { - "$ref": "#/definitions/.auc:SlabHeating" - }, - "auc:SlabInsulationOrientation": { - "$ref": "#/definitions/.auc:SlabInsulationOrientation" - }, - "auc:SystemPerformanceRatio": { - "$ref": "#/definitions/.auc:SystemPerformanceRatio" - }, - "auc:TelephoneNumber": { - "$ref": "#/definitions/.auc:TelephoneNumber" - }, - "auc:TemporalStatus": { - "$ref": "#/definitions/.auc:TemporalStatus" - }, - "auc:TenantIDs": { - "$ref": "#/definitions/.auc:TenantIDs" - }, - "auc:ThirdPartyCertification": { - "$ref": "#/definitions/.auc:ThirdPartyCertification" - }, - "auc:TypicalOccupantUsages": { - "$ref": "#/definitions/.auc:TypicalOccupantUsages" - }, - "auc:UserDefinedFields": { - "$ref": "#/definitions/.auc:UserDefinedFields" - }, - "auc:VentilationControlMethod": { - "$ref": "#/definitions/.auc:VentilationControlMethod" - }, - "auc:WallID": { - "$ref": "#/definitions/.auc:WallID" - }, - "auc:WaterCooledCondenserFlowControl": { - "$ref": "#/definitions/.auc:WaterCooledCondenserFlowControl" - }, - "auc:WaterResource": { - "$ref": "#/definitions/.auc:WaterResource" - }, - "auc:WaterSideEconomizerType": { - "$ref": "#/definitions/.auc:WaterSideEconomizerType" - }, - "auc:WeatherDataSource": { - "$ref": "#/definitions/.auc:WeatherDataSource" - }, - "auc:WeatherDataStationID": { - "$ref": "#/definitions/.auc:WeatherDataStationID" - }, - "auc:WeatherStationCategory": { - "$ref": "#/definitions/.auc:WeatherStationCategory" - }, - "auc:WeatherStationName": { - "$ref": "#/definitions/.auc:WeatherStationName" - }, - "auc:WeatherStations": { - "$ref": "#/definitions/.auc:WeatherStations" - }, - "auc:WindowID": { - "$ref": "#/definitions/.auc:WindowID" - }, - "auc:YearInstalled": { - "$ref": "#/definitions/.auc:YearInstalled" - }, - "auc:YearOfManufacture": { - "$ref": "#/definitions/.auc:YearOfManufacture" - }, - "auc:eGRIDRegionCode": { - "$ref": "#/definitions/.auc:eGRIDRegionCode" - }, - "gbxml:Absorptance": { - "$ref": "#/definitions/.gbxml:Absorptance" - }, - "gbxml:Address1": { - "$ref": "#/definitions/.gbxml:Address1" - }, - "gbxml:Address2": { - "$ref": "#/definitions/.gbxml:Address2" - }, - "gbxml:AdjacentSpaceId": { - "$ref": "#/definitions/.gbxml:AdjacentSpaceId" - }, - "gbxml:Age": { - "$ref": "#/definitions/.gbxml:Age" - }, - "gbxml:AirChangesPerHour": { - "$ref": "#/definitions/.gbxml:AirChangesPerHour" - }, - "gbxml:AirLoop": { - "$ref": "#/definitions/.gbxml:AirLoop" - }, - "gbxml:AirLoopEquipment": { - "$ref": "#/definitions/.gbxml:AirLoopEquipment" - }, - "gbxml:AirLoopEquipmentId": { - "$ref": "#/definitions/.gbxml:AirLoopEquipmentId" - }, - "gbxml:AirLoopId": { - "$ref": "#/definitions/.gbxml:AirLoopId" - }, - "gbxml:AirStreamFraction": { - "$ref": "#/definitions/.gbxml:AirStreamFraction" - }, - "gbxml:AirTemperature": { - "$ref": "#/definitions/.gbxml:AirTemperature" - }, - "gbxml:Albedo": { - "$ref": "#/definitions/.gbxml:Albedo" - }, - "gbxml:AltEnergySource": { - "$ref": "#/definitions/.gbxml:AltEnergySource" - }, - "gbxml:Area": { - "$ref": "#/definitions/.gbxml:Area" - }, - "gbxml:AverageNumberOfFloors": { - "$ref": "#/definitions/.gbxml:AverageNumberOfFloors" - }, - "gbxml:Azimuth": { - "$ref": "#/definitions/.gbxml:Azimuth" - }, - "gbxml:Ballast": { - "$ref": "#/definitions/.gbxml:Ballast" - }, - "gbxml:BaseboardHeatingCapacity": { - "$ref": "#/definitions/.gbxml:BaseboardHeatingCapacity" - }, - "gbxml:BaseboardHeatingType": { - "$ref": "#/definitions/.gbxml:BaseboardHeatingType" - }, - "gbxml:BeginDate": { - "$ref": "#/definitions/.gbxml:BeginDate" - }, - "gbxml:BiomassDensity": { - "$ref": "#/definitions/.gbxml:BiomassDensity" - }, - "gbxml:Blind": { - "$ref": "#/definitions/.gbxml:Blind" - }, - "gbxml:BlowerDoorValue": { - "$ref": "#/definitions/.gbxml:BlowerDoorValue" - }, - "gbxml:Building": { - "$ref": "#/definitions/.gbxml:Building" - }, - "gbxml:BuildingStorey": { - "$ref": "#/definitions/.gbxml:BuildingStorey" - }, - "gbxml:CADMaterialId": { - "$ref": "#/definitions/.gbxml:CADMaterialId" - }, - "gbxml:CADModelAzimuth": { - "$ref": "#/definitions/.gbxml:CADModelAzimuth" - }, - "gbxml:CADModelId": { - "$ref": "#/definitions/.gbxml:CADModelId" - }, - "gbxml:CADObjectId": { - "$ref": "#/definitions/.gbxml:CADObjectId" - }, - "gbxml:CDD": { - "$ref": "#/definitions/.gbxml:CDD" - }, - "gbxml:CDDValue": { - "$ref": "#/definitions/.gbxml:CDDValue" - }, - "gbxml:CLTDParameters": { - "$ref": "#/definitions/.gbxml:CLTDParameters" - }, - "gbxml:Campus": { - "$ref": "#/definitions/.gbxml:Campus" - }, - "gbxml:Capacity": { - "$ref": "#/definitions/.gbxml:Capacity" - }, - "gbxml:CartesianPoint": { - "$ref": "#/definitions/.gbxml:CartesianPoint" - }, - "gbxml:City": { - "$ref": "#/definitions/.gbxml:City" - }, - "gbxml:ClosedShell": { - "$ref": "#/definitions/.gbxml:ClosedShell" - }, - "gbxml:CoefficientOfUtilization": { - "$ref": "#/definitions/.gbxml:CoefficientOfUtilization" - }, - "gbxml:CompanyName": { - "$ref": "#/definitions/.gbxml:CompanyName" - }, - "gbxml:Conductivity": { - "$ref": "#/definitions/.gbxml:Conductivity" - }, - "gbxml:ConductivityFofT": { - "$ref": "#/definitions/.gbxml:ConductivityFofT" - }, - "gbxml:Construction": { - "$ref": "#/definitions/.gbxml:Construction" - }, - "gbxml:Control": { - "$ref": "#/definitions/.gbxml:Control" - }, - "gbxml:ConvergenceLimits": { - "$ref": "#/definitions/.gbxml:ConvergenceLimits" - }, - "gbxml:CoolingCoilSetpointResetType": { - "$ref": "#/definitions/.gbxml:CoolingCoilSetpointResetType" - }, - "gbxml:CoolingCoilType": { - "$ref": "#/definitions/.gbxml:CoolingCoilType" - }, - "gbxml:CoolingSizingFactor": { - "$ref": "#/definitions/.gbxml:CoolingSizingFactor" - }, - "gbxml:Coordinate": { - "$ref": "#/definitions/.gbxml:Coordinate" - }, - "gbxml:Cost": { - "$ref": "#/definitions/.gbxml:Cost" - }, - "gbxml:CostValue": { - "$ref": "#/definitions/.gbxml:CostValue" - }, - "gbxml:Country": { - "$ref": "#/definitions/.gbxml:Country" - }, - "gbxml:CreatedBy": { - "$ref": "#/definitions/.gbxml:CreatedBy" - }, - "gbxml:CyclesPerWeek": { - "$ref": "#/definitions/.gbxml:CyclesPerWeek" - }, - "gbxml:CyclingRateMax": { - "$ref": "#/definitions/.gbxml:CyclingRateMax" - }, - "gbxml:DDDBCool": { - "$ref": "#/definitions/.gbxml:DDDBCool" - }, - "gbxml:DDDBHeat": { - "$ref": "#/definitions/.gbxml:DDDBHeat" - }, - "gbxml:DDDBRangeCool": { - "$ref": "#/definitions/.gbxml:DDDBRangeCool" - }, - "gbxml:DDDBRangeHeat": { - "$ref": "#/definitions/.gbxml:DDDBRangeHeat" - }, - "gbxml:DDDayCool": { - "$ref": "#/definitions/.gbxml:DDDayCool" - }, - "gbxml:DDDayHeat": { - "$ref": "#/definitions/.gbxml:DDDayHeat" - }, - "gbxml:DDDaylightCool": { - "$ref": "#/definitions/.gbxml:DDDaylightCool" - }, - "gbxml:DDDaylightHeat": { - "$ref": "#/definitions/.gbxml:DDDaylightHeat" - }, - "gbxml:DDGroundTCool": { - "$ref": "#/definitions/.gbxml:DDGroundTCool" - }, - "gbxml:DDGroundTHeat": { - "$ref": "#/definitions/.gbxml:DDGroundTHeat" - }, - "gbxml:DDHiHrCool": { - "$ref": "#/definitions/.gbxml:DDHiHrCool" - }, - "gbxml:DDHiHrHeat": { - "$ref": "#/definitions/.gbxml:DDHiHrHeat" - }, - "gbxml:DDLoHrCool": { - "$ref": "#/definitions/.gbxml:DDLoHrCool" - }, - "gbxml:DDLoHrHeat": { - "$ref": "#/definitions/.gbxml:DDLoHrHeat" - }, - "gbxml:DDMonthCool": { - "$ref": "#/definitions/.gbxml:DDMonthCool" - }, - "gbxml:DDMonthHeat": { - "$ref": "#/definitions/.gbxml:DDMonthHeat" - }, - "gbxml:DDPressureCool": { - "$ref": "#/definitions/.gbxml:DDPressureCool" - }, - "gbxml:DDPressureHeat": { - "$ref": "#/definitions/.gbxml:DDPressureHeat" - }, - "gbxml:DDRainCool": { - "$ref": "#/definitions/.gbxml:DDRainCool" - }, - "gbxml:DDRainHeat": { - "$ref": "#/definitions/.gbxml:DDRainHeat" - }, - "gbxml:DDSkyClearnessCool": { - "$ref": "#/definitions/.gbxml:DDSkyClearnessCool" - }, - "gbxml:DDSkyClearnessHeat": { - "$ref": "#/definitions/.gbxml:DDSkyClearnessHeat" - }, - "gbxml:DDSnowCool": { - "$ref": "#/definitions/.gbxml:DDSnowCool" - }, - "gbxml:DDSnowHeat": { - "$ref": "#/definitions/.gbxml:DDSnowHeat" - }, - "gbxml:DDWBCool": { - "$ref": "#/definitions/.gbxml:DDWBCool" - }, - "gbxml:DDWBHeat": { - "$ref": "#/definitions/.gbxml:DDWBHeat" - }, - "gbxml:DDWindDirCool": { - "$ref": "#/definitions/.gbxml:DDWindDirCool" - }, - "gbxml:DDWindDirHeat": { - "$ref": "#/definitions/.gbxml:DDWindDirHeat" - }, - "gbxml:DDWindSpeedCool": { - "$ref": "#/definitions/.gbxml:DDWindSpeedCool" - }, - "gbxml:DDWindSpeedHeat": { - "$ref": "#/definitions/.gbxml:DDWindSpeedHeat" - }, - "gbxml:DamperHeatingAction": { - "$ref": "#/definitions/.gbxml:DamperHeatingAction" - }, - "gbxml:Data": { - "$ref": "#/definitions/.gbxml:Data" - }, - "gbxml:Day": { - "$ref": "#/definitions/.gbxml:Day" - }, - "gbxml:DaySchedule": { - "$ref": "#/definitions/.gbxml:DaySchedule" - }, - "gbxml:DaylightSavings": { - "$ref": "#/definitions/.gbxml:DaylightSavings" - }, - "gbxml:DeltaP": { - "$ref": "#/definitions/.gbxml:DeltaP" - }, - "gbxml:DeltaT": { - "$ref": "#/definitions/.gbxml:DeltaT" - }, - "gbxml:Density": { - "$ref": "#/definitions/.gbxml:Density" - }, - "gbxml:DensityFofT": { - "$ref": "#/definitions/.gbxml:DensityFofT" - }, - "gbxml:DependentValue": { - "$ref": "#/definitions/.gbxml:DependentValue" - }, - "gbxml:DependentVariable": { - "$ref": "#/definitions/.gbxml:DependentVariable" - }, - "gbxml:Description": { - "$ref": "#/definitions/.gbxml:Description" - }, - "gbxml:DesignCoolT": { - "$ref": "#/definitions/.gbxml:DesignCoolT" - }, - "gbxml:DesignFlow": { - "$ref": "#/definitions/.gbxml:DesignFlow" - }, - "gbxml:DesignHeatT": { - "$ref": "#/definitions/.gbxml:DesignHeatT" - }, - "gbxml:DesignPressure": { - "$ref": "#/definitions/.gbxml:DesignPressure" - }, - "gbxml:DesignTemp": { - "$ref": "#/definitions/.gbxml:DesignTemp" - }, - "gbxml:Dimensions": { - "$ref": "#/definitions/.gbxml:Dimensions" - }, - "gbxml:DocumentHistory": { - "$ref": "#/definitions/.gbxml:DocumentHistory" - }, - "gbxml:EconomizerLockout": { - "$ref": "#/definitions/.gbxml:EconomizerLockout" - }, - "gbxml:Efficiency": { - "$ref": "#/definitions/.gbxml:Efficiency" - }, - "gbxml:ElecLoad": { - "$ref": "#/definitions/.gbxml:ElecLoad" - }, - "gbxml:Elevation": { - "$ref": "#/definitions/.gbxml:Elevation" - }, - "gbxml:Email1Address": { - "$ref": "#/definitions/.gbxml:Email1Address" - }, - "gbxml:EmissionRate": { - "$ref": "#/definitions/.gbxml:EmissionRate" - }, - "gbxml:Emittance": { - "$ref": "#/definitions/.gbxml:Emittance" - }, - "gbxml:EndDate": { - "$ref": "#/definitions/.gbxml:EndDate" - }, - "gbxml:Energy": { - "$ref": "#/definitions/.gbxml:Energy" - }, - "gbxml:Enthalpy": { - "$ref": "#/definitions/.gbxml:Enthalpy" - }, - "gbxml:Equation": { - "$ref": "#/definitions/.gbxml:Equation" - }, - "gbxml:EquipPowerPerArea": { - "$ref": "#/definitions/.gbxml:EquipPowerPerArea" - }, - "gbxml:Expression": { - "$ref": "#/definitions/.gbxml:Expression" - }, - "gbxml:ExtEquip": { - "$ref": "#/definitions/.gbxml:ExtEquip" - }, - "gbxml:ExtEquipId": { - "$ref": "#/definitions/.gbxml:ExtEquipId" - }, - "gbxml:FamilyName": { - "$ref": "#/definitions/.gbxml:FamilyName" - }, - "gbxml:FileName": { - "$ref": "#/definitions/.gbxml:FileName" - }, - "gbxml:Fire": { - "$ref": "#/definitions/.gbxml:Fire" - }, - "gbxml:FireFace": { - "$ref": "#/definitions/.gbxml:FireFace" - }, - "gbxml:FirstName": { - "$ref": "#/definitions/.gbxml:FirstName" - }, - "gbxml:FloorSlabHeatLossCoefficient": { - "$ref": "#/definitions/.gbxml:FloorSlabHeatLossCoefficient" - }, - "gbxml:Flow": { - "$ref": "#/definitions/.gbxml:Flow" - }, - "gbxml:FlowControl": { - "$ref": "#/definitions/.gbxml:FlowControl" - }, - "gbxml:FlowPerArea": { - "$ref": "#/definitions/.gbxml:FlowPerArea" - }, - "gbxml:FlowPerPerson": { - "$ref": "#/definitions/.gbxml:FlowPerPerson" - }, - "gbxml:FlowType": { - "$ref": "#/definitions/.gbxml:FlowType" - }, - "gbxml:FractionOnCyclePowerUse": { - "$ref": "#/definitions/.gbxml:FractionOnCyclePowerUse" - }, - "gbxml:Frame": { - "$ref": "#/definitions/.gbxml:Frame" - }, - "gbxml:FuelLoad": { - "$ref": "#/definitions/.gbxml:FuelLoad" - }, - "gbxml:GUID": { - "$ref": "#/definitions/.gbxml:GUID" - }, - "gbxml:Gap": { - "$ref": "#/definitions/.gbxml:Gap" - }, - "gbxml:GapId": { - "$ref": "#/definitions/.gbxml:GapId" - }, - "gbxml:GasPreheatCoilEfficiency": { - "$ref": "#/definitions/.gbxml:GasPreheatCoilEfficiency" - }, - "gbxml:GasPreheatCoilParasiticElectricLoad": { - "$ref": "#/definitions/.gbxml:GasPreheatCoilParasiticElectricLoad" - }, - "gbxml:GeneralGeometry": { - "$ref": "#/definitions/.gbxml:GeneralGeometry" - }, - "gbxml:Glare": { - "$ref": "#/definitions/.gbxml:Glare" - }, - "gbxml:Glaze": { - "$ref": "#/definitions/.gbxml:Glaze" - }, - "gbxml:GlazeConductivity": { - "$ref": "#/definitions/.gbxml:GlazeConductivity" - }, - "gbxml:GlazeId": { - "$ref": "#/definitions/.gbxml:GlazeId" - }, - "gbxml:GroundTemp": { - "$ref": "#/definitions/.gbxml:GroundTemp" - }, - "gbxml:GroundTempValue": { - "$ref": "#/definitions/.gbxml:GroundTempValue" - }, - "gbxml:HDD": { - "$ref": "#/definitions/.gbxml:HDD" - }, - "gbxml:HDDValue": { - "$ref": "#/definitions/.gbxml:HDDValue" - }, - "gbxml:HOutside": { - "$ref": "#/definitions/.gbxml:HOutside" - }, - "gbxml:HeatPumpDefrostControl": { - "$ref": "#/definitions/.gbxml:HeatPumpDefrostControl" - }, - "gbxml:HeatPumpDefrostStrategy": { - "$ref": "#/definitions/.gbxml:HeatPumpDefrostStrategy" - }, - "gbxml:HeatPumpFanDelayTime": { - "$ref": "#/definitions/.gbxml:HeatPumpFanDelayTime" - }, - "gbxml:HeatPumpTimeConstant": { - "$ref": "#/definitions/.gbxml:HeatPumpTimeConstant" - }, - "gbxml:HeatRecoveryType": { - "$ref": "#/definitions/.gbxml:HeatRecoveryType" - }, - "gbxml:HeatRejectedtoSpace": { - "$ref": "#/definitions/.gbxml:HeatRejectedtoSpace" - }, - "gbxml:HeatingCoilSetpointResetType": { - "$ref": "#/definitions/.gbxml:HeatingCoilSetpointResetType" - }, - "gbxml:HeatingSizingFactor": { - "$ref": "#/definitions/.gbxml:HeatingSizingFactor" - }, - "gbxml:Height": { - "$ref": "#/definitions/.gbxml:Height" - }, - "gbxml:HighLimit": { - "$ref": "#/definitions/.gbxml:HighLimit" - }, - "gbxml:HighValue": { - "$ref": "#/definitions/.gbxml:HighValue" - }, - "gbxml:HolidayDate": { - "$ref": "#/definitions/.gbxml:HolidayDate" - }, - "gbxml:HolidaysModeled": { - "$ref": "#/definitions/.gbxml:HolidaysModeled" - }, - "gbxml:HorizontalSolar": { - "$ref": "#/definitions/.gbxml:HorizontalSolar" - }, - "gbxml:HydronicLoop": { - "$ref": "#/definitions/.gbxml:HydronicLoop" - }, - "gbxml:HydronicLoopEquipment": { - "$ref": "#/definitions/.gbxml:HydronicLoopEquipment" - }, - "gbxml:HydronicLoopEquipmentId": { - "$ref": "#/definitions/.gbxml:HydronicLoopEquipmentId" - }, - "gbxml:HydronicLoopId": { - "$ref": "#/definitions/.gbxml:HydronicLoopId" - }, - "gbxml:Illuminance": { - "$ref": "#/definitions/.gbxml:Illuminance" - }, - "gbxml:ImageTexture": { - "$ref": "#/definitions/.gbxml:ImageTexture" - }, - "gbxml:IndependentValue": { - "$ref": "#/definitions/.gbxml:IndependentValue" - }, - "gbxml:IndependentVariable": { - "$ref": "#/definitions/.gbxml:IndependentVariable" - }, - "gbxml:IndoorAirQuality": { - "$ref": "#/definitions/.gbxml:IndoorAirQuality" - }, - "gbxml:InfiltrationFlow": { - "$ref": "#/definitions/.gbxml:InfiltrationFlow" - }, - "gbxml:InputWatts": { - "$ref": "#/definitions/.gbxml:InputWatts" - }, - "gbxml:InsideAirFilmResistance": { - "$ref": "#/definitions/.gbxml:InsideAirFilmResistance" - }, - "gbxml:IntEquip": { - "$ref": "#/definitions/.gbxml:IntEquip" - }, - "gbxml:IntEquipId": { - "$ref": "#/definitions/.gbxml:IntEquipId" - }, - "gbxml:Lamp": { - "$ref": "#/definitions/.gbxml:Lamp" - }, - "gbxml:LastName": { - "$ref": "#/definitions/.gbxml:LastName" - }, - "gbxml:LatentHeatRecoveryEffectiveness": { - "$ref": "#/definitions/.gbxml:LatentHeatRecoveryEffectiveness" - }, - "gbxml:LatentLoad": { - "$ref": "#/definitions/.gbxml:LatentLoad" - }, - "gbxml:Latitude": { - "$ref": "#/definitions/.gbxml:Latitude" - }, - "gbxml:Layer": { - "$ref": "#/definitions/.gbxml:Layer" - }, - "gbxml:LayerId": { - "$ref": "#/definitions/.gbxml:LayerId" - }, - "gbxml:Length": { - "$ref": "#/definitions/.gbxml:Length" - }, - "gbxml:Level": { - "$ref": "#/definitions/.gbxml:Level" - }, - "gbxml:Life": { - "$ref": "#/definitions/.gbxml:Life" - }, - "gbxml:LightControlId": { - "$ref": "#/definitions/.gbxml:LightControlId" - }, - "gbxml:LightId": { - "$ref": "#/definitions/.gbxml:LightId" - }, - "gbxml:LightPowerPerArea": { - "$ref": "#/definitions/.gbxml:LightPowerPerArea" - }, - "gbxml:Lighting": { - "$ref": "#/definitions/.gbxml:Lighting" - }, - "gbxml:LightingControl": { - "$ref": "#/definitions/.gbxml:LightingControl" - }, - "gbxml:LightingSystem": { - "$ref": "#/definitions/.gbxml:LightingSystem" - }, - "gbxml:LoadCalcInputParameters": { - "$ref": "#/definitions/.gbxml:LoadCalcInputParameters" - }, - "gbxml:Location": { - "$ref": "#/definitions/.gbxml:Location" - }, - "gbxml:Longitude": { - "$ref": "#/definitions/.gbxml:Longitude" - }, - "gbxml:LowValue": { - "$ref": "#/definitions/.gbxml:LowValue" - }, - "gbxml:LowerLimitValue": { - "$ref": "#/definitions/.gbxml:LowerLimitValue" - }, - "gbxml:LumensPerLamp": { - "$ref": "#/definitions/.gbxml:LumensPerLamp" - }, - "gbxml:Luminaire": { - "$ref": "#/definitions/.gbxml:Luminaire" - }, - "gbxml:ManualJ8Parameters": { - "$ref": "#/definitions/.gbxml:ManualJ8Parameters" - }, - "gbxml:Manufacturer": { - "$ref": "#/definitions/.gbxml:Manufacturer" - }, - "gbxml:Material": { - "$ref": "#/definitions/.gbxml:Material" - }, - "gbxml:MaterialId": { - "$ref": "#/definitions/.gbxml:MaterialId" - }, - "gbxml:MaxOAFlowPerZone": { - "$ref": "#/definitions/.gbxml:MaxOAFlowPerZone" - }, - "gbxml:MaxPressure": { - "$ref": "#/definitions/.gbxml:MaxPressure" - }, - "gbxml:MaxRelativeHumidity": { - "$ref": "#/definitions/.gbxml:MaxRelativeHumidity" - }, - "gbxml:MaxTemp": { - "$ref": "#/definitions/.gbxml:MaxTemp" - }, - "gbxml:MaximumFlow": { - "$ref": "#/definitions/.gbxml:MaximumFlow" - }, - "gbxml:MaximumFlowFractionDuringReheat": { - "$ref": "#/definitions/.gbxml:MaximumFlowFractionDuringReheat" - }, - "gbxml:Meter": { - "$ref": "#/definitions/.gbxml:Meter" - }, - "gbxml:MeterId": { - "$ref": "#/definitions/.gbxml:MeterId" - }, - "gbxml:MiddleName": { - "$ref": "#/definitions/.gbxml:MiddleName" - }, - "gbxml:MinFlow": { - "$ref": "#/definitions/.gbxml:MinFlow" - }, - "gbxml:MinLightFrac": { - "$ref": "#/definitions/.gbxml:MinLightFrac" - }, - "gbxml:MinOAFlowPerZone": { - "$ref": "#/definitions/.gbxml:MinOAFlowPerZone" - }, - "gbxml:MinPowerFrac": { - "$ref": "#/definitions/.gbxml:MinPowerFrac" - }, - "gbxml:MinPressure": { - "$ref": "#/definitions/.gbxml:MinPressure" - }, - "gbxml:MinRelativeHumidity": { - "$ref": "#/definitions/.gbxml:MinRelativeHumidity" - }, - "gbxml:MinTemp": { - "$ref": "#/definitions/.gbxml:MinTemp" - }, - "gbxml:MinimumFlow": { - "$ref": "#/definitions/.gbxml:MinimumFlow" - }, - "gbxml:MinimumOutdoorAirControlType": { - "$ref": "#/definitions/.gbxml:MinimumOutdoorAirControlType" - }, - "gbxml:Model": { - "$ref": "#/definitions/.gbxml:Model" - }, - "gbxml:ModifiedBy": { - "$ref": "#/definitions/.gbxml:ModifiedBy" - }, - "gbxml:MotorInAirstream": { - "$ref": "#/definitions/.gbxml:MotorInAirstream" - }, - "gbxml:Name": { - "$ref": "#/definitions/.gbxml:Name" - }, - "gbxml:NaturalVentHiTemp": { - "$ref": "#/definitions/.gbxml:NaturalVentHiTemp" - }, - "gbxml:NaturalVentLoTemp": { - "$ref": "#/definitions/.gbxml:NaturalVentLoTemp" - }, - "gbxml:NaturalVentOccDep": { - "$ref": "#/definitions/.gbxml:NaturalVentOccDep" - }, - "gbxml:NightCycleControl": { - "$ref": "#/definitions/.gbxml:NightCycleControl" - }, - "gbxml:NumberOfLamps": { - "$ref": "#/definitions/.gbxml:NumberOfLamps" - }, - "gbxml:OAFlowPerArea": { - "$ref": "#/definitions/.gbxml:OAFlowPerArea" - }, - "gbxml:OAFlowPerPerson": { - "$ref": "#/definitions/.gbxml:OAFlowPerPerson" - }, - "gbxml:OAFlowPerZone": { - "$ref": "#/definitions/.gbxml:OAFlowPerZone" - }, - "gbxml:ObjectId": { - "$ref": "#/definitions/.gbxml:ObjectId" - }, - "gbxml:Opening": { - "$ref": "#/definitions/.gbxml:Opening" - }, - "gbxml:OperationRange": { - "$ref": "#/definitions/.gbxml:OperationRange" - }, - "gbxml:OperationSchedule": { - "$ref": "#/definitions/.gbxml:OperationSchedule" - }, - "gbxml:ParallelFanOnFlowFraction": { - "$ref": "#/definitions/.gbxml:ParallelFanOnFlowFraction" - }, - "gbxml:PeakDomesticHotWaterFlow": { - "$ref": "#/definitions/.gbxml:PeakDomesticHotWaterFlow" - }, - "gbxml:PeopleHeatGain": { - "$ref": "#/definitions/.gbxml:PeopleHeatGain" - }, - "gbxml:PeopleNumber": { - "$ref": "#/definitions/.gbxml:PeopleNumber" - }, - "gbxml:PercentAreaDaylitControlled": { - "$ref": "#/definitions/.gbxml:PercentAreaDaylitControlled" - }, - "gbxml:PercentExisting": { - "$ref": "#/definitions/.gbxml:PercentExisting" - }, - "gbxml:Performance": { - "$ref": "#/definitions/.gbxml:Performance" - }, - "gbxml:Permeance": { - "$ref": "#/definitions/.gbxml:Permeance" - }, - "gbxml:PersonInfo": { - "$ref": "#/definitions/.gbxml:PersonInfo" - }, - "gbxml:PhoneNumber": { - "$ref": "#/definitions/.gbxml:PhoneNumber" - }, - "gbxml:Photometry": { - "$ref": "#/definitions/.gbxml:Photometry" - }, - "gbxml:PhotometryOrientation": { - "$ref": "#/definitions/.gbxml:PhotometryOrientation" - }, - "gbxml:PlanarGeometry": { - "$ref": "#/definitions/.gbxml:PlanarGeometry" - }, - "gbxml:Platform": { - "$ref": "#/definitions/.gbxml:Platform" - }, - "gbxml:PointData": { - "$ref": "#/definitions/.gbxml:PointData" - }, - "gbxml:PolyLoop": { - "$ref": "#/definitions/.gbxml:PolyLoop" - }, - "gbxml:Porosity": { - "$ref": "#/definitions/.gbxml:Porosity" - }, - "gbxml:Power": { - "$ref": "#/definitions/.gbxml:Power" - }, - "gbxml:PrandtlNumber": { - "$ref": "#/definitions/.gbxml:PrandtlNumber" - }, - "gbxml:PrandtlNumberFofT": { - "$ref": "#/definitions/.gbxml:PrandtlNumberFofT" - }, - "gbxml:PreheatCoilType": { - "$ref": "#/definitions/.gbxml:PreheatCoilType" - }, - "gbxml:PressureControl": { - "$ref": "#/definitions/.gbxml:PressureControl" - }, - "gbxml:ProductName": { - "$ref": "#/definitions/.gbxml:ProductName" - }, - "gbxml:ProgramInfo": { - "$ref": "#/definitions/.gbxml:ProgramInfo" - }, - "gbxml:ProjectEntity": { - "$ref": "#/definitions/.gbxml:ProjectEntity" - }, - "gbxml:R-value": { - "$ref": "#/definitions/.gbxml:R-value" - }, - "gbxml:RTSParameters": { - "$ref": "#/definitions/.gbxml:RTSParameters" - }, - "gbxml:RatedFlow": { - "$ref": "#/definitions/.gbxml:RatedFlow" - }, - "gbxml:RecircFlow": { - "$ref": "#/definitions/.gbxml:RecircFlow" - }, - "gbxml:RectangularGeometry": { - "$ref": "#/definitions/.gbxml:RectangularGeometry" - }, - "gbxml:RecycledContent": { - "$ref": "#/definitions/.gbxml:RecycledContent" - }, - "gbxml:Reference": { - "$ref": "#/definitions/.gbxml:Reference" - }, - "gbxml:Reflectance": { - "$ref": "#/definitions/.gbxml:Reflectance" - }, - "gbxml:RefrigerantType": { - "$ref": "#/definitions/.gbxml:RefrigerantType" - }, - "gbxml:ResetTemperature": { - "$ref": "#/definitions/.gbxml:ResetTemperature" - }, - "gbxml:Results": { - "$ref": "#/definitions/.gbxml:Results" - }, - "gbxml:Roughness": { - "$ref": "#/definitions/.gbxml:Roughness" - }, - "gbxml:Schedule": { - "$ref": "#/definitions/.gbxml:Schedule" - }, - "gbxml:ScheduleTypeLimits": { - "$ref": "#/definitions/.gbxml:ScheduleTypeLimits" - }, - "gbxml:ScheduleValue": { - "$ref": "#/definitions/.gbxml:ScheduleValue" - }, - "gbxml:SecondaryFlow": { - "$ref": "#/definitions/.gbxml:SecondaryFlow" - }, - "gbxml:SensibleHeatRecoveryEffectiveness": { - "$ref": "#/definitions/.gbxml:SensibleHeatRecoveryEffectiveness" - }, - "gbxml:Setback": { - "$ref": "#/definitions/.gbxml:Setback" - }, - "gbxml:ShadeControl": { - "$ref": "#/definitions/.gbxml:ShadeControl" - }, - "gbxml:ShadeSchedule": { - "$ref": "#/definitions/.gbxml:ShadeSchedule" - }, - "gbxml:ShadingCoeff": { - "$ref": "#/definitions/.gbxml:ShadingCoeff" - }, - "gbxml:ShellGeometry": { - "$ref": "#/definitions/.gbxml:ShellGeometry" - }, - "gbxml:SimulationParameters": { - "$ref": "#/definitions/.gbxml:SimulationParameters" - }, - "gbxml:SinkRate": { - "$ref": "#/definitions/.gbxml:SinkRate" - }, - "gbxml:SolarHeatGainCoeff": { - "$ref": "#/definitions/.gbxml:SolarHeatGainCoeff" - }, - "gbxml:SolarOnOpening": { - "$ref": "#/definitions/.gbxml:SolarOnOpening" - }, - "gbxml:Space": { - "$ref": "#/definitions/.gbxml:Space" - }, - "gbxml:SpaceBoundary": { - "$ref": "#/definitions/.gbxml:SpaceBoundary" - }, - "gbxml:SpecificHeat": { - "$ref": "#/definitions/.gbxml:SpecificHeat" - }, - "gbxml:State": { - "$ref": "#/definitions/.gbxml:State" - }, - "gbxml:StateOrProvince": { - "$ref": "#/definitions/.gbxml:StateOrProvince" - }, - "gbxml:StationId": { - "$ref": "#/definitions/.gbxml:StationId" - }, - "gbxml:StreetAddress": { - "$ref": "#/definitions/.gbxml:StreetAddress" - }, - "gbxml:SupplementalGasHeatingCoilEfficiency": { - "$ref": "#/definitions/.gbxml:SupplementalGasHeatingCoilEfficiency" - }, - "gbxml:SupplementalGasHeatingCoilParasiticElectricLoad": { - "$ref": "#/definitions/.gbxml:SupplementalGasHeatingCoilParasiticElectricLoad" - }, - "gbxml:SupplementalHeatingCoilCapacity": { - "$ref": "#/definitions/.gbxml:SupplementalHeatingCoilCapacity" - }, - "gbxml:SupplementalHeatingCoilType": { - "$ref": "#/definitions/.gbxml:SupplementalHeatingCoilType" - }, - "gbxml:Surface": { - "$ref": "#/definitions/.gbxml:Surface" - }, - "gbxml:Temp": { - "$ref": "#/definitions/.gbxml:Temp" - }, - "gbxml:Temperature": { - "$ref": "#/definitions/.gbxml:Temperature" - }, - "gbxml:TemperatureControl": { - "$ref": "#/definitions/.gbxml:TemperatureControl" - }, - "gbxml:Thickness": { - "$ref": "#/definitions/.gbxml:Thickness" - }, - "gbxml:Tilt": { - "$ref": "#/definitions/.gbxml:Tilt" - }, - "gbxml:TimeIncrement": { - "$ref": "#/definitions/.gbxml:TimeIncrement" - }, - "gbxml:Transmittance": { - "$ref": "#/definitions/.gbxml:Transmittance" - }, - "gbxml:Transportation": { - "$ref": "#/definitions/.gbxml:Transportation" - }, - "gbxml:TypeCode": { - "$ref": "#/definitions/.gbxml:TypeCode" - }, - "gbxml:U-value": { - "$ref": "#/definitions/.gbxml:U-value" - }, - "gbxml:URI": { - "$ref": "#/definitions/.gbxml:URI" - }, - "gbxml:UpperLimitValue": { - "$ref": "#/definitions/.gbxml:UpperLimitValue" - }, - "gbxml:UtilityRate": { - "$ref": "#/definitions/.gbxml:UtilityRate" - }, - "gbxml:Value": { - "$ref": "#/definitions/.gbxml:Value" - }, - "gbxml:Vegetation": { - "$ref": "#/definitions/.gbxml:Vegetation" - }, - "gbxml:Version": { - "$ref": "#/definitions/.gbxml:Version" - }, - "gbxml:Viscosity": { - "$ref": "#/definitions/.gbxml:Viscosity" - }, - "gbxml:ViscosityFofT": { - "$ref": "#/definitions/.gbxml:ViscosityFofT" - }, - "gbxml:Volume": { - "$ref": "#/definitions/.gbxml:Volume" - }, - "gbxml:WFTDPressure": { - "$ref": "#/definitions/.gbxml:WFTDPressure" - }, - "gbxml:WFTDRelHumidity": { - "$ref": "#/definitions/.gbxml:WFTDRelHumidity" - }, - "gbxml:WFTDTemp": { - "$ref": "#/definitions/.gbxml:WFTDTemp" - }, - "gbxml:WFTDWindDir": { - "$ref": "#/definitions/.gbxml:WFTDWindDir" - }, - "gbxml:WFTDWindSpeed": { - "$ref": "#/definitions/.gbxml:WFTDWindSpeed" - }, - "gbxml:WasteWaterHREff": { - "$ref": "#/definitions/.gbxml:WasteWaterHREff" - }, - "gbxml:WaterLoss": { - "$ref": "#/definitions/.gbxml:WaterLoss" - }, - "gbxml:WaterRate": { - "$ref": "#/definitions/.gbxml:WaterRate" - }, - "gbxml:WaterUsePerCycle": { - "$ref": "#/definitions/.gbxml:WaterUsePerCycle" - }, - "gbxml:Weather": { - "$ref": "#/definitions/.gbxml:Weather" - }, - "gbxml:WebPage": { - "$ref": "#/definitions/.gbxml:WebPage" - }, - "gbxml:WeekSchedule": { - "$ref": "#/definitions/.gbxml:WeekSchedule" - }, - "gbxml:WeekScheduleId": { - "$ref": "#/definitions/.gbxml:WeekScheduleId" - }, - "gbxml:Weight": { - "$ref": "#/definitions/.gbxml:Weight" - }, - "gbxml:Width": { - "$ref": "#/definitions/.gbxml:Width" - }, - "gbxml:WindSpeed": { - "$ref": "#/definitions/.gbxml:WindSpeed" - }, - "gbxml:WindowType": { - "$ref": "#/definitions/.gbxml:WindowType" - }, - "gbxml:XAxis": { - "$ref": "#/definitions/.gbxml:XAxis" - }, - "gbxml:YAxis": { - "$ref": "#/definitions/.gbxml:YAxis" - }, - "gbxml:YearModeled": { - "$ref": "#/definitions/.gbxml:YearModeled" - }, - "gbxml:YearSchedule": { - "$ref": "#/definitions/.gbxml:YearSchedule" - }, - "gbxml:ZipCode": { - "$ref": "#/definitions/.gbxml:ZipCode" - }, - "gbxml:ZipcodeOrPostalCode": { - "$ref": "#/definitions/.gbxml:ZipcodeOrPostalCode" - }, - "gbxml:Zone": { - "$ref": "#/definitions/.gbxml:Zone" - }, - "gbxml:ZoneCoolingLoad": { - "$ref": "#/definitions/.gbxml:ZoneCoolingLoad" - }, - "gbxml:aecXML": { - "$ref": "#/definitions/.gbxml:aecXML" - }, - "gbxml:gbXML": { - "$ref": "#/definitions/.gbxml:gbXML" - } - }, - "type": "object" -} \ No newline at end of file diff --git a/docs/DataDictionary.xlsx b/docs/DataDictionary.xlsx deleted file mode 100644 index 2d23b326..00000000 Binary files a/docs/DataDictionary.xlsx and /dev/null differ diff --git a/docs/enumerations.json b/docs/enumerations.json deleted file mode 100644 index cc49fa3a..00000000 --- a/docs/enumerations.json +++ /dev/null @@ -1,5743 +0,0 @@ -[ - { - "name": "ACAdjusted", - "sub_name": null, - "sub_display_name": null, - "documentation": "Times when the HVAC equipment is setback. For example, when the heat is lowered during the heating season, or the cooling setpoint increased during the cooling season.", - "enumerations": [ - "During the day", - "At night", - "During sleeping and unoccupied hours", - "Seasonal", - "Never-rarely", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ASHRAEAuditLevel", - "sub_name": null, - "sub_display_name": null, - "documentation": "Energy audit level as defined in SPC 211 Standard for Commercial Building Energy Audits.", - "enumerations": [ - "Preliminary Energy-Use Analysis", - "Level 1: Walk-through", - "Level 2: Energy Survey and Analysis", - "Level 3: Detailed Survey and Analysis" - ], - "enumerations_html": "" - }, - { - "name": "AbsorptionHeatSource", - "sub_name": null, - "sub_display_name": null, - "documentation": "Source of heating energy for regeneration.", - "enumerations": [ - "Steam", - "Solar energy", - "Combustion", - "Waste heat", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "AbsorptionStages", - "sub_name": null, - "sub_display_name": null, - "documentation": "Number of stages in regeneration process.", - "enumerations": [ - "Single effect", - "Double effect", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "AirDeliveryType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Method for delivering air for heating and cooling to the zone.", - "enumerations": [ - "Central fan", - "Induction units", - "Low pressure under floor", - "Local fan", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "AirInfiltrationTest", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of air infiltration test performed on the building.", - "enumerations": [ - "Blower door", - "Tracer gas", - "Checklist", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "AirInfiltrationValueUnits", - "sub_name": null, - "sub_display_name": null, - "documentation": "Units associated with Air Infiltration Value.", - "enumerations": [ - "CFM25", - "CFM50", - "CFM75", - "CFMnatural", - "ACH50", - "ACHnatural", - "Effective Leakage Area", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "AirSideEconomizerType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of air economizer system associated with a cooling system.", - "enumerations": [ - "Dry bulb temperature", - "Enthalpy", - "Demand controlled ventilation", - "Nonintegrated", - "None", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "AnnualCoolingEfficiencyUnits", - "sub_name": null, - "sub_display_name": null, - "documentation": "The measure used to quantify efficiency.", - "enumerations": [ - "COP", - "EER", - "SEER", - "kW/ton", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "AnnualHeatingEfficiencyUnits", - "sub_name": null, - "sub_display_name": null, - "documentation": "The measure used to quantify efficiency.", - "enumerations": [ - "COP", - "AFUE", - "HSPF", - "Thermal Efficiency", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "AssemblyType", - "sub_name": "Skylight", - "sub_display_name": "Skylight", - "documentation": "Skylight assembly type.", - "enumerations": [ - "Curbed Mounted" - ], - "enumerations_html": "" - }, - { - "name": "AssemblyType", - "sub_name": "Window", - "sub_display_name": "Window", - "documentation": "Window assembly type.", - "enumerations": [ - "Double Hung" - ], - "enumerations_html": "" - }, - { - "name": "AssessmentLevel", - "sub_name": null, - "sub_display_name": null, - "documentation": "Value from assessment program, such as LEED \"Platinum\".", - "enumerations": [ - "Bronze", - "Silver", - "Gold", - "Emerald", - "Certified", - "Platinum", - "One Star", - "Two Star", - "Three Star", - "Four Star", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "AssessmentProgram", - "sub_name": null, - "sub_display_name": null, - "documentation": "Program which issues energy labels, ratings, or sustainability certifications.", - "enumerations": [ - "ENERGY STAR", - "ENERGY STAR Certified Homes", - "LEED", - "Home Energy Upgrade Certificate of Energy Efficiency Performance", - "Home Energy Upgrade Certificate of Energy Efficiency Improvements", - "Passive House", - "Living Building Challenge", - "Green Globes", - "Challenge Home", - "WaterSense", - "Indoor airPLUS", - "NGBS ICC 700", - "CMP Green Value Score", - "RESNET HERS", - "Home Energy Score", - "ASHRAE Building EQ", - "Commercial Building Energy Asset Score", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "AssetScoreUseType", - "sub_name": null, - "sub_display_name": null, - "documentation": null, - "enumerations": [ - "Assisted Living Facility", - "City Hall", - "Community Center", - "Courthouse", - "Education", - "Library", - "Lodging", - "Medical Office", - "Multi-family (4 floors or greater)", - "Multi-family (fewer than 4 floors)", - "Office", - "Parking Garage (Ventilation Only)", - "Police Station", - "Post Office", - "Religious Building", - "Retail", - "Senior Center", - "Warehouse non-refrigerated" - ], - "enumerations_html": "" - }, - { - "name": "AuditExemption", - "sub_name": null, - "sub_display_name": null, - "documentation": "Conditions under which the building is exempt from a mandated audit.", - "enumerations": [ - "EPA ENERGY STAR certified", - "LEED certified", - "Simple building", - "Class 1 building", - "Other", - "None" - ], - "enumerations_html": "" - }, - { - "name": "AuditorQualificationType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Professional Engineer (PE)", - "Associated Air Balance Council (AABC) Certified Member Agency", - "Associated Air Balance Council (AABC) Test and Balance Technician", - "Association of Energy Engineers Certified Carbon Reduction Manager (CRM)", - "Association of Energy Engineers Certified Sustainable Development Professional (CSDP)", - "Association of Energy Engineers Certified Power Quality Professional (CPQ)", - "Association of Energy Engineers Certified Demand Side Manager (CDSM)", - "Association of Energy Engineers Certified Energy Procurement Professional (CEP)", - "Association of Energy Engineers Certified Lighting Efficiency Professional (CLEP)", - "Association of Energy Engineers Certified Measurement & Verification Professional (CMVP)", - "Association of Energy Engineers Certified GeoExchange Designer Program (CGD)", - "Association of Energy Engineers Certified Business Energy Professional (BEP)", - "Association of Energy Engineers Certified Industrial Energy Professional (CIEP)", - "Association of Energy Engineers Certified Water Efficiency Professional (CWEP)", - "Association of Energy Engineers Energy Efficiency Practitioner (EEP)", - "Association of Energy Engineers Renewable Energy Professional (REP)", - "Association of Energy Engineers Distributed Generation Certified Professional (DGCP)", - "Association of Energy Engineers Certified Building Energy Simulation Analyst (BESA)", - "Association of Energy Engineers Performance Contracting and Funding Professional (PCF)", - "Association of Energy Engineers Certified Residential Energy Auditor (REA)", - "Association of Energy Engineers Certified Building Commissioning Firm Program (CBCF)", - "Association of Energy Engineers Certified Green Building Engineer (GBE)", - "Association of Energy Engineers Certified Energy Manager (CEM)", - "Association of Energy Engineers Certified Energy Auditor (CEA)", - "Association of Energy Engineers Certified Building Commissioning Professional (CBCP)", - "Building Operator Certification (BOC): Level 1", - "Building Operator Certification (BOC): Level 2", - "Building Performance Institute (BPI) Certification", - "Building Performance Institute (BPI): Building Analyst (BA)", - "Building Performance Institute (BPI): Advanced Home Energy Professional (HEP)", - "Building Performance Institute (BPI): Advanced Home Energy Professional - Energy Auditor (HEP-EA)", - "Building Performance Institute (BPI): Advanced Home Energy Professional - Quality Control Inspector (HEP-QCI)", - "Building Performance Institute (BPI): Advanced Home Energy Professional - Retrofit Installer (HEP-RI)", - "Building Performance Institute (BPI): Advanced Home Energy Professional - Crew Leader (HEP-CL)", - "Building Performance Institute (BPI): Multifamily Building Analyst", - "Residential Energy Services Network (RESNET) Certification", - "Residential Energy Services Network (RESNET) - Home Partner", - "Registered Architect (RA)", - "Refrigerating System Operating Engineer", - "High Pressure Boiler Operating Engineer", - "Certified Commissioning Professional (CCP)", - "Associate Commissioning Professional (ACP)", - "Existing Building Commissioning Professional (EBCP)", - "Commissioning Process Management Professional (CPMP)", - "Accredited Commissioning Process Authority Professional (CxAP)", - "NYSERDA FlexTech Consultant", - "ASHRAE Building Commissioning Professional (BCxP)", - "ASHRAE Building Energy Assessment Professional (BEAP)", - "ASHRAE Building Energy Modeling Professional (BEMP)", - "Department of Buildings (DOB) Approved Agent", - "High-Performance Building Design Professional (HBDP)", - "GreenPoint Rater Existing Home Multifamily Rater", - "HERS Whole House (HERS II) Rater", - "International Union of Operating Engineers Certified Energy Specialist", - "Northwest Energy Education Institute Energy Management Certification", - "PhD in Mechanical Engineering", - "Other", - "None" - ], - "enumerations_html": "" - }, - { - "name": "BallastType", - "sub_name": null, - "sub_display_name": null, - "documentation": "A ballast is a piece of equipment required to control the starting and operating voltages of electrical gas discharge lights.", - "enumerations": [ - "Electromagnetic", - "Standard Electronic", - "Premium Electronic", - "Integrated", - "Core and Coil", - "F-Can", - "Other", - "No Ballast" - ], - "enumerations_html": "" - }, - { - "name": "BasementConditioning", - "sub_name": null, - "sub_display_name": null, - "documentation": "Extent of space conditioning in basement.", - "enumerations": [ - "Conditioned", - "Unconditioned", - "Semi conditioned", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "BeltType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of belt drive in fan unit.", - "enumerations": [ - "Direct drive", - "Standard belt", - "Cogged belt", - "Synchronous belts", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "BenchmarkTool", - "sub_name": null, - "sub_display_name": null, - "documentation": "Benchmarking tools provide a performance ranking based on a peer group of similar buildings.", - "enumerations": [ - "Portfolio Manager", - "Buildings Performance Database Tool", - "EnergyIQ", - "Labs21", - "Fabs21", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "BoilerType", - "sub_name": null, - "sub_display_name": null, - "documentation": "General type of boiler used for space or water heating.", - "enumerations": [ - "Steam", - "Hot water", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "BuildingClassification", - "sub_name": null, - "sub_display_name": null, - "documentation": "Specify the type of building.", - "enumerations": [ - "Commercial", - "Residential", - "Mixed use commercial", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "BuildingProfileStatus", - "sub_name": null, - "sub_display_name": null, - "documentation": "The status of the building profile submission process for ENERGY STAR Portfolio Manager.", - "enumerations": [ - "Draft", - "Received", - "Under Review", - "On Hold", - "Reviewed and Approved", - "Reviewed and Not Approved" - ], - "enumerations_html": "" - }, - { - "name": "BurnerControlType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Control type of burner, if applicable.", - "enumerations": [ - "Full Modulation Manual", - "Full Modulation Automatic", - "Step Modulation", - "High Low", - "On Off", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "BurnerType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of burner on boiler or furnace, if applicable.", - "enumerations": [ - "Atmospheric", - "Power", - "Sealed Combustion", - "Rotary Cup", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "CMUFill", - "sub_name": null, - "sub_display_name": null, - "documentation": "\n The fill condition of hollow unit masonry walls. The definitions correspond to the following conditions -- Solid: Where every cell is grouted, Empty: Where the cells are partially grouted and the remaining cells are left empty, Insulated: Where the cells are partially grouted and the remaining cells are filled with insulating material.\n ", - "enumerations": [ - "Empty", - "Insulated", - "Solid", - "Unknown", - "Not Applicable" - ], - "enumerations_html": "" - }, - { - "name": "CapacityUnits", - "sub_name": null, - "sub_display_name": null, - "documentation": "Units used to measure capacity.", - "enumerations": [ - "cfh", - "ft3/min", - "kcf/h", - "MCF/day", - "gpm", - "W", - "kW", - "hp", - "MW", - "Btu/hr", - "cal/h", - "ft-lbf/h", - "ft-lbf/min", - "Btu/s", - "kBtu/hr", - "MMBtu/hr", - "therms/h", - "lbs/h", - "Klbs/h", - "Mlbs/h", - "Cooling ton", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "CaseDoorOrientation", - "sub_name": null, - "sub_display_name": null, - "documentation": "Orientation of refrigerated case doors used for display cases at stores, food-service establishments.", - "enumerations": [ - "Horizontal", - "Vertical", - "Combination", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "CeilingInsulationApplication", - "sub_name": null, - "sub_display_name": null, - "documentation": "A description of the type of insulation and how it is applied.", - "enumerations": [ - "Loose fill", - "Batt", - "Spray on", - "Rigid", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "CeilingInsulationContinuity", - "sub_name": null, - "sub_display_name": null, - "documentation": "Insulation installation type.", - "enumerations": [ - "Cavity", - "Continuous", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "ChilledWaterResetControl", - "sub_name": null, - "sub_display_name": null, - "documentation": "Times when the HVAC equipment is setback. For example, when the heat is lowered during the heating season, or the cooling setpoint increased during the cooling season.", - "enumerations": [ - "During the day", - "At night", - "During sleeping and unoccupied hours", - "Seasonal", - "Never-rarely", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "ChillerCompressorDriver", - "sub_name": null, - "sub_display_name": null, - "documentation": "Vehicle for driving the compressor used in a chiller.", - "enumerations": [ - "Electric Motor", - "Steam", - "Gas Turbine", - "Gas Engine", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ChillerCompressorType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of compressor in the chiller.", - "enumerations": [ - "Reciprocating", - "Screw", - "Scroll", - "Centrifugal", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ChillerType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of chiller.", - "enumerations": [ - "Vapor compression", - "Absorption", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ClimateZone", - "sub_name": null, - "sub_display_name": null, - "documentation": "Based on the Climate Zone Type term, this is the climate zone designation.", - "enumerations": [ - "1", - "2", - "3", - "4", - "5" - ], - "enumerations_html": "" - }, - { - "name": "ClimateZone", - "sub_name": "ASHRAE", - "sub_display_name": "ASHRAE", - "documentation": "Based on the ClimateZoneType term, this is the climate zone designation.", - "enumerations": [ - "1A", - "1B", - "2A", - "2B", - "3A", - "3B", - "3C", - "4A", - "4B", - "4C", - "5A", - "5B", - "5C", - "6A", - "6B", - "7", - "8" - ], - "enumerations_html": "" - }, - { - "name": "ClimateZone", - "sub_name": "BuildingAmerica", - "sub_display_name": "Building America", - "documentation": "Based on the ClimateZoneType term, this is the climate zone designation.", - "enumerations": [ - "Subarctic", - "Marine", - "Hot-dry", - "Mixed-dry", - "Hot-humid", - "Mixed-humid", - "Cold", - "Very cold" - ], - "enumerations_html": "" - }, - { - "name": "ClimateZone", - "sub_name": "CaliforniaTitle24", - "sub_display_name": "California Title24", - "documentation": "Based on the ClimateZoneType term, this is the climate zone designation.", - "enumerations": [ - "Climate Zone 1", - "Climate Zone 2", - "Climate Zone 3", - "Climate Zone 4", - "Climate Zone 5", - "Climate Zone 6", - "Climate Zone 7", - "Climate Zone 8", - "Climate Zone 9", - "Climate Zone 10", - "Climate Zone 11", - "Climate Zone 12", - "Climate Zone 13", - "Climate Zone 14", - "Climate Zone 15", - "Climate Zone 16" - ], - "enumerations_html": "" - }, - { - "name": "ClimateZone", - "sub_name": "DOE", - "sub_display_name": "DOE", - "documentation": "Based on the ClimateZoneType term, this is the climate zone designation.", - "enumerations": [ - "Subarctic", - "Marine", - "Hot-dry", - "Mixed-dry", - "Hot-humid", - "Mixed-humid", - "Cold", - "Very cold" - ], - "enumerations_html": "" - }, - { - "name": "ClimateZone", - "sub_name": "EnergyStar", - "sub_display_name": "Energy Star", - "documentation": "Based on the ClimateZoneType term, this is the climate zone designation.", - "enumerations": [ - "Northern", - "North-Central", - "South-Central", - "Southern" - ], - "enumerations_html": "" - }, - { - "name": "ClimateZone", - "sub_name": "IECC", - "sub_display_name": "IECC", - "documentation": "Based on the ClimateZoneType term, this is the climate zone designation.", - "enumerations": [ - "1", - "2", - "3", - "4 (Except Marine)", - "4 (Marine)", - "5", - "6", - "7", - "8" - ], - "enumerations_html": "" - }, - { - "name": "ClothesWasherClassification", - "sub_name": null, - "sub_display_name": null, - "documentation": "The sector where clothes washer is commonly used.", - "enumerations": [ - "Residential", - "Commercial", - "Industrial", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ClothesWasherLoaderType", - "sub_name": null, - "sub_display_name": null, - "documentation": "The type of configuration of a laundry appliance. Such as front and top loading clothes washers.", - "enumerations": [ - "Front", - "Top", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "CodeName", - "sub_name": null, - "sub_display_name": null, - "documentation": "The name of an energy efficiency code or standard that is applied to building construction requirements.", - "enumerations": [ - "ASHRAE", - "IECC", - "California Title 24", - "IgCC", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "Color", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "White", - "Light", - "Medium", - "Medium dark", - "Dark", - "Reflective", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "CommunicationProtocolAnalogType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "AMX192", - "Current", - "D54", - "Voltage", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "CommunicationProtocolDigitalType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "BACnet", - "DALI", - "DMX512", - "DSI ", - "EnOcean", - "KMX", - "Konnex", - "LonTalk", - "MODBUS", - "PROFIBUS FMS", - "X10", - "ZigBee", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "CompressorStaging", - "sub_name": null, - "sub_display_name": null, - "documentation": "The compressor staging for the unit. Select \"Single Stage\" for units with single stage (on/off) control. Select \"Multiple, Discrete Stages\" for units with multiple compressors, discrete unloading stages, or compressors with stepped speed motors that are controlled to operate at discrete stages. Select \"Variable\" for compressors that operate at variable speeds or with modulating unloading.", - "enumerations": [ - "Single stage", - "Multiple discrete stages", - "Variable", - "Modulating", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "CompressorType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of compressor in the chiller.", - "enumerations": [ - "Reciprocating", - "Screw", - "Scroll", - "Centrifugal", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "CondenserFanSpeedOperation", - "sub_name": null, - "sub_display_name": null, - "documentation": "The condenser fan control option used by the unit. If the unit has several constant-speed condenser fans that stage on in conjunction with multiple compressors, this should be set to \"Stepped Speed.\"", - "enumerations": [ - "Variable Volume", - "Stepped Speed", - "Constant Volume", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "CondensingOperation", - "sub_name": null, - "sub_display_name": null, - "documentation": "The capability of the boiler or furnace to condense water vapor in the exhaust flue gas to obtain a higher efficiency.", - "enumerations": [ - "Condensing", - "Near-Condensing", - "Non-Condensing", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ContactEmailAddressLabel", - "sub_name": null, - "sub_display_name": null, - "documentation": "The type of email address, to distinguish between multiple instances of Email Address.", - "enumerations": [ - "Personal", - "Work", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "ContactRole", - "sub_name": null, - "sub_display_name": null, - "documentation": "Characterization of the contact.", - "enumerations": [ - "Premises", - "Occupant", - "Agency", - "Owner", - "Customer", - "Customer agreement", - "Administrator", - "Qualified Assessor", - "Contributor", - "Property Management Company", - "Operator", - "Energy Auditor", - "Energy Modeler", - "Contractor", - "Implementer", - "Financier", - "Commissioning Agent", - "MV Agent", - "Evaluator", - "Builder", - "Service", - "Billing", - "Architect", - "Mechanical Engineer", - "Energy Consultant", - "Service and Product Provider", - "Authority Having Jurisdiction", - "Utility", - "Power plant", - "Electric Distribution Utility (EDU)", - "ESCO", - "Facilitator", - "Facility Manager", - "Trainer", - "Electrical Engineer", - "Controls Engineer", - "Lender", - "Servicer", - "Originator", - "Submitter", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "ContactTelephoneNumberLabel", - "sub_name": null, - "sub_display_name": null, - "documentation": "The type of telephone number, to distinguish between multiple instances of Telephone Number.", - "enumerations": [ - "Days", - "Evenings", - "Cell", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "ControlSensor", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of sensor for detecting occupancy.", - "enumerations": [ - "Passive infrared", - "Ultrasonic", - "Passive infrared and ultrasonic", - "Microwave", - "Camera", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ControlSensorDaylightingType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Camera", - "Photocell", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ControlSensorOccupancyType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Passive infrared", - "Ultrasonic", - "Passive infrared and ultrasonic", - "Microwave", - "Camera", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ControlStrategy", - "sub_name": null, - "sub_display_name": null, - "documentation": "Manual lighting control strategy.", - "enumerations": [ - "Always On", - "Always Off", - "Manual On/Off", - "Manual Dimming", - "Bi-level Control", - "Tri-level Control", - "Other", - "None", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ControlStrategyDaylightingType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Continuous", - "Continuous Plus Off", - "Stepped Dimming", - "Stepped Switching", - "Other", - "None", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ControlStrategyGeneralType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Always On", - "Aquastat", - "Astronomical", - "Chronological", - "EMCS", - "Demand", - "Manual", - "Programmable", - "Timer", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "ControlStrategyLightingType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Advanced", - "Always On", - "Astronomical", - "Chronological", - "Demand", - "EMCS", - "Manual", - "Programmable", - "Timer", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "ControlStrategyOccupancyType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Occupancy Sensors", - "Vacancy Sensors", - "Other", - "None", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ControlTechnology", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of system operation control.", - "enumerations": [ - "Programmable Thermostat", - "Manual Analog Thermostat", - "Manual Digital Thermostat", - "Manual On/Off", - "EMCS", - "Always On", - "Timer", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "ConvectionType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of convection equipment used for heating and cooling at the zone.", - "enumerations": [ - "Perimeter baseboard", - "Chilled beam", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ConveyanceLoadType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of load that the conveyance system usually transports.", - "enumerations": [ - "People", - "Freight", - "Goods", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ConveyanceSystemType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of vertical or horizontal transportation equipment that moves people or goods between levels, floors, or sections.", - "enumerations": [ - "Escalator", - "Elevator", - "Conveyor Belt", - "Overhead Conveyor", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "CoolingMedium", - "sub_name": null, - "sub_display_name": null, - "documentation": "Medium used to transport cooling energy from a central cooling system to individual zones.", - "enumerations": [ - "Chilled water", - "Refrigerant", - "Air", - "Glycol", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "CoolingSupplyAirTemperatureControlType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Defines the control method for controlling cooling supply air temperature.", - "enumerations": [ - "Fixed", - "Outside Air Reset", - "Scheduled", - "Warmest Reset", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "CoolingTowerCellControl", - "sub_name": null, - "sub_display_name": null, - "documentation": "Cooling tower cell control type.", - "enumerations": [ - "Max Cells", - "Min Cells", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "CoolingTowerFanControl", - "sub_name": null, - "sub_display_name": null, - "documentation": "Cooling tower fan control type.", - "enumerations": [ - "Single Speed", - "Two Speed", - "Variable Speed", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "CoolingTowerTemperatureControl", - "sub_name": null, - "sub_display_name": null, - "documentation": "Cooling tower temperature control type.", - "enumerations": [ - "Wet Bulb Reset", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "CostCategory", - "sub_name": null, - "sub_display_name": null, - "documentation": "Classification of the cost of the package (per SPC 211 Standard for Commercial Building Energy Audits sections 5.3.5 and 5.3.6)", - "enumerations": [ - "Low-Cost or No-Cost", - "Capital" - ], - "enumerations_html": "" - }, - { - "name": "CostEffectivenessScreeningMethod", - "sub_name": null, - "sub_display_name": null, - "documentation": "Method for calculating cost-effectiveness for measures or project.", - "enumerations": [ - "Simple payback", - "Return on investment", - "Lifecycle cost", - "Net present value", - "Internal rate of return", - "Modified internal rate of return", - "Levelized cost of energy", - "Savings to investment ratio", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "DXSystemType", - "sub_name": null, - "sub_display_name": null, - "documentation": "General type of heat pump used for space heating.", - "enumerations": [ - "Split DX air conditioner", - "Packaged terminal air conditioner (PTAC)", - "Split heat pump", - "Packaged terminal heat pump (PTHP)", - "Variable refrigerant flow", - "Packaged/unitary direct expansion/RTU", - "Packaged/unitary heat pump", - "Single package vertical air conditioner", - "Single package vertical heat pump", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "DateType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of AuditDate.", - "enumerations": [ - "Site Visit", - "Conducted", - "Completion", - "Custom", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "DayType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of day for which the schedule will be specified.", - "enumerations": [ - "All week", - "Weekday", - "Weekend", - "Saturday", - "Sunday", - "Holiday", - "Monday", - "Tuesday", - "Wednesday", - "Thursday", - "Friday" - ], - "enumerations_html": "" - }, - { - "name": "DeckType", - "sub_name": null, - "sub_display_name": null, - "documentation": "The material used to create the structural integrity in an opaque surface. In many cases the framing material is not continuous across the construction.", - "enumerations": [ - "Wood", - "Steel", - "Concrete", - "Brick", - "Masonry", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "DefrostingType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of defrost strategy used for refrigerated cases.", - "enumerations": [ - "Electric", - "Off cycle", - "Hot gas", - "Reverse cycle", - "Water", - "Cool gas", - "None", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "DehumidificationType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Dehumidification type in air-distribution system.", - "enumerations": [ - "Desiccant wheel", - "Liquid desiccant", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "DimensionlessUnitsBaseType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Percent, %", - "Percent Relative Humidity, %RH" - ], - "enumerations_html": "" - }, - { - "name": "DiscardReason", - "sub_name": null, - "sub_display_name": null, - "documentation": "Reason why the proposed measure was discarded, if appropriate.", - "enumerations": [ - "Long payback", - "Requires permit", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "DishwasherClassification", - "sub_name": null, - "sub_display_name": null, - "documentation": "The sector where dishwasher equipment is commonly used.", - "enumerations": [ - "Industrial", - "Commercial", - "Residential", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "DishwasherConfiguration", - "sub_name": null, - "sub_display_name": null, - "documentation": "A machine designed to clean and sanitize plates, pots, pans, glasses, cups, bowls, utensils, and trays by applying sprays of detergent solution (with or without blasting media granules) and a sanitizing rinse.", - "enumerations": [ - "Counter top", - "Stationary Under Counter", - "Stationary Single Tank Door Type", - "Stationary Pot Pan Utensil", - "Stationary glasswashing", - "Single Tank Conveyor", - "Multiple Tank Conveyor", - "Single Tank Flight Conveyor", - "Multiple Tank Flight Conveyor", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "DishwasherMachineType", - "sub_name": null, - "sub_display_name": null, - "documentation": "They type of dishwasher machine such as being either stationary rack or conveyor.", - "enumerations": [ - "Stationary Rack", - "Conveyor", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "DistrictHeatingType", - "sub_name": null, - "sub_display_name": null, - "documentation": "General type of district heating used for space or water heating.", - "enumerations": [ - "Hot water", - "Direct steam", - "Steam to hot water heat exchanger", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "DoorConfiguration", - "sub_name": null, - "sub_display_name": null, - "documentation": "Door configuration of the refrigerator/freezer unit.", - "enumerations": [ - "Side-by-side", - "Top and bottom", - "Walk-in", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "DoorOperation", - "sub_name": null, - "sub_display_name": null, - "documentation": "Non-swinging includes sliding doors and roll-up doors.", - "enumerations": [ - "NonSwinging", - "Swinging", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "DraftBoundary", - "sub_name": null, - "sub_display_name": null, - "documentation": "The boundary that encompasses the draft mechanism used for drawing air through the boiler or furnace.", - "enumerations": [ - "Direct", - "Direct indirect", - "Indirect", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "DraftType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Draft mechanism used for drawing air through the boiler or furnace.", - "enumerations": [ - "Natural", - "Mechanical forced", - "Mechanical induced", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "DryerType", - "sub_name": null, - "sub_display_name": null, - "documentation": null, - "enumerations": [ - "Residential", - "Commercial", - "Industrial", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "DuctConfiguration", - "sub_name": null, - "sub_display_name": null, - "documentation": "Configuration of ducts.", - "enumerations": [ - "Single", - "Dual", - "Three", - "Ductless", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "DuctLeakageTestMethod", - "sub_name": null, - "sub_display_name": null, - "documentation": "Method used to estimate duct leakage.", - "enumerations": [ - "Duct leakage tester", - "Blower door subtract", - "Pressure pan", - "Visual inspection", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "DuctSealing", - "sub_name": null, - "sub_display_name": null, - "documentation": "Condition of duct sealing.", - "enumerations": [ - "Connections sealed with mastic", - "No observable leaks", - "Some observable leaks", - "Significant leaks", - "Catastrophic leaks", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "DuctType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of duct material.", - "enumerations": [ - "Flex uncategorized", - "Grey flex", - "Mylar flex", - "Duct board", - "Sheet metal", - "Galvanized", - "Flexible", - "Fiberboard", - "No ducting", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "EconomizerControl", - "sub_name": null, - "sub_display_name": null, - "documentation": "Logic used for economizer control.", - "enumerations": [ - "Fixed", - "Differential", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "EmissionBoundary", - "sub_name": null, - "sub_display_name": null, - "documentation": "The boundary that encompasses the measured emissions.", - "enumerations": [ - "Direct", - "Indirect", - "Net", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "EmissionsFactorSource", - "sub_name": null, - "sub_display_name": null, - "documentation": "Data source for emissions factors.", - "enumerations": [ - "US EIA", - "US EPA", - "Utility", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "EmissionsType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Category of greenhouse gas or other emission.", - "enumerations": [ - "CO2e", - "CO2", - "CH4", - "N2O", - "NOx", - "SO2", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "EndUse", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "All end uses", - "Total lighting", - "Interior lighting", - "Exterior lighting", - "Heating", - "Cooling", - "Ventilation", - "Pump", - "IT equipment", - "Plug in electric vehicle", - "Plug load", - "Process load", - "Conveyance", - "Domestic hot water", - "Refrigeration", - "Cooking", - "Dishwasher", - "Laundry", - "Pool heating", - "On site generation" - ], - "enumerations_html": "" - }, - { - "name": "EnergyFlowDirection", - "sub_name": null, - "sub_display_name": null, - "documentation": "Direction associated with current related time series data.", - "enumerations": [ - "Forward", - "Reverse", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "EnergyStorageTechnology", - "sub_name": null, - "sub_display_name": null, - "documentation": "A few different forms of energy storage systems exist including: potential, kinetic, chemical and thermal. The critical factors of any storage device are application (type and size), costs, cycle efficiency and longevity.", - "enumerations": [ - "Battery", - "Thermal Energy Storage", - "Pumped-Storage Hydroelectricity", - "Flywheel", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "EnvelopeConstructionType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Masonry", - "Structural brick", - "Stone", - "Concrete masonry unit", - "Concrete solid", - "Concrete lightweight", - "Concrete panels", - "Concrete poured", - "Concrete load bearing", - "Concrete insulated forms", - "Concrete aerated", - "Steel frame", - "Wood frame", - "Double wood frame", - "Structural insulated panel", - "Log solid wood", - "Straw bale", - "Built up", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "EnvelopeType", - "sub_name": null, - "sub_display_name": null, - "documentation": null, - "enumerations": [ - "Floor U-Value, Mass", - "Roof U-Value, Non-Attic", - "Walls U-Value, Framed", - "Walls + Windows U-Value", - "Window Solar Heat Gain Coefficient", - "Windows U-Value" - ], - "enumerations_html": "" - }, - { - "name": "EquipmentCondition", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Excellent", - "Good", - "Average", - "Poor", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "EvaporativeCoolingType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Defines the type of evaporative cooler operation.", - "enumerations": [ - "Direct", - "Direct indirect", - "Indirect", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "ExhaustLocation", - "sub_name": null, - "sub_display_name": null, - "documentation": "Location of spot exhaust ventilation system.", - "enumerations": [ - "Bathroom", - "Kitchen hood", - "Laboratory hood", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ExplanatoryVariableName", - "sub_name": null, - "sub_display_name": null, - "documentation": "Hour of the week used as an indicator variable. A total of 168 indicator variables should exist.", - "enumerations": [ - "Drybulb Temperature", - "Wetbulb Temperature", - "Relative Humidity", - "Global Horizontal Irradiance (GHI)", - "Diffuse Horizontal Irradiance (DHI)", - "Direct Normal Irradiance (DNI)", - "Hour of week", - "Hour of day", - "Day of week", - "Day of month", - "Day of year", - "Week of year", - "Month of year", - "Fifteen minute interval of week", - "Fifteen minute interval of day", - "Season", - "Weekday / Weekend", - "Holiday", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "ExteriorDoorType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of door construction.", - "enumerations": [ - "Solid wood", - "Hollow wood", - "Uninsulated metal", - "Insulated metal", - "Glass", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ExteriorRoughness", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Very rough", - "Rough", - "Medium rough", - "Medium smooth", - "Smooth", - "Very smooth", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ExteriorShadingType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Any type of overhang or awning on the outside of the building designed to limit solar penetration.", - "enumerations": [ - "Overhang", - "Fin", - "Awning", - "Solar screen", - "Solar film", - "Louver", - "Screen", - "Deciduous foliage", - "Evergreen foliage", - "Neighboring building", - "None", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ExternalPowerSupply", - "sub_name": null, - "sub_display_name": null, - "documentation": "Designed to convert line voltage ac input into lower voltage ac or dc output, convert to only one output voltage at a time, contained in a separate physical enclosure from the end-use product, and does not have batteries or battery packs that physically attach directly (including those that are removable) to the power supply unit.", - "enumerations": [ - "AC to AC", - "AC to DC", - "Low Voltage", - "No Load", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FanApplication", - "sub_name": null, - "sub_display_name": null, - "documentation": "Application of fan (supply, return, or exhaust).", - "enumerations": [ - "Supply", - "Return", - "Exhaust", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FanCoilType", - "sub_name": null, - "sub_display_name": null, - "documentation": null, - "enumerations": [ - "Mini-split", - "Multi-split", - "Terminal reheat", - "Fan coil 2 pipe", - "Fan coil 4 pipe", - "VRF terminal units", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FanControlType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of air flow control.", - "enumerations": [ - "Variable Volume", - "Stepped", - "Constant Volume", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FanPlacement", - "sub_name": null, - "sub_display_name": null, - "documentation": "Placement of fan relative to the air stream.", - "enumerations": [ - "Series", - "Parallel", - "Draw Through", - "Blow Through", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FanType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Method of generating air flow.", - "enumerations": [ - "Axial", - "Centrifugal", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FenestrationFrameMaterial", - "sub_name": null, - "sub_display_name": null, - "documentation": "The construction and material used in the frame of the fenestration product. Some frames are made of combinations of materials. This characterization also include whether an aluminum frame has a thermal break as part of the construction.", - "enumerations": [ - "Aluminum uncategorized", - "Aluminum no thermal break", - "Aluminum thermal break", - "Clad", - "Composite", - "Fiberglass", - "Steel", - "Vinyl", - "Wood", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FenestrationGasFill", - "sub_name": null, - "sub_display_name": null, - "documentation": "For a sealed glazing system (commonly called an Insulated Glass Unit (IGU)), the gas that is found between the panes of glass.", - "enumerations": [ - "Argon", - "Krypton", - "Other Insulating Gas", - "Air", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FenestrationGlassLayers", - "sub_name": null, - "sub_display_name": null, - "documentation": "A description of the number of layers of glass in a fenestration glazing system.", - "enumerations": [ - "Single pane", - "Double pane", - "Triple pane", - "Single paned with storm panel", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "Finish", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Wood", - "Masonite", - "Stone", - "Tile", - "Brick", - "Masonry", - "Concrete", - "Fiber cement", - "Metal", - "Metal panel", - "Metal panel standing seam", - "Sheet metal", - "EIFS", - "Shingles asphalt", - "Shingles composition", - "Shingles wood", - "Shingles asbestos", - "Shingles slate or tile", - "Shakes wood", - "Carpet", - "Linoleum", - "Asphalt or fiberglass", - "Plastic rubber synthetic sheeting", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FloorAreaType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Floor area can be defined and described in many different ways for different purposes. This type field allows multiple types of floor area definitions to exist in the same dataset.", - "enumerations": [ - "Tenant", - "Common", - "Gross", - "Net", - "Finished", - "Footprint", - "Rentable", - "Occupied", - "Lighted", - "Daylit", - "Heated", - "Cooled", - "Conditioned", - "Unconditioned", - "Semi-conditioned", - "Heated and Cooled", - "Heated only", - "Cooled only", - "Ventilated", - "Enclosed", - "Non-Enclosed", - "Open", - "Lot", - "Custom" - ], - "enumerations_html": "" - }, - { - "name": "FloorCovering", - "sub_name": null, - "sub_display_name": null, - "documentation": "Material covering the slab or floor over unconditioned space.", - "enumerations": [ - "Carpet", - "Tile", - "Hardwood", - "Vinyl", - "Linoleum", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FluorescentStartType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Start technology used with fluorescent ballasts.", - "enumerations": [ - "Instant start", - "Rapid start", - "Programmed start", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FootprintShape", - "sub_name": null, - "sub_display_name": null, - "documentation": "General shape of the section of the building as a footprint defined in the BuildingSync Geometry Reference Sheet.", - "enumerations": [ - "Rectangular", - "L-Shape", - "U-Shape", - "H-Shape", - "T-Shape", - "O-Shape", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FoundationWallInsulationContinuity", - "sub_name": null, - "sub_display_name": null, - "documentation": "Insulation installation type.", - "enumerations": [ - "Cavity", - "Continuous", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "FramingMaterial", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Wood", - "Steel", - "Concrete", - "Brick", - "Masonry", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "FrequencyOfMaintenance", - "sub_name": null, - "sub_display_name": null, - "documentation": "Frequency of maintenance on the premises or equipment.", - "enumerations": [ - "As needed", - "Daily", - "Weekly", - "Bi-weekly", - "Monthly", - "Semi-quarterly", - "Quarterly", - "Semi-annually", - "Annually", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FuelInterruptibility", - "sub_name": null, - "sub_display_name": null, - "documentation": "This refers to the practice of supplementing fuel (electricity, natural gas, fuel oil.) by other means when there are interruptions in supply from the utility.", - "enumerations": [ - "Interruptible", - "Firm", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FuelTypes", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Electricity", - "Electricity-Exported", - "Electricity-Onsite generated", - "Natural gas", - "Fuel oil", - "Fuel oil no 1", - "Fuel oil no 2", - "Fuel oil no 4", - "Fuel oil no 5", - "Fuel oil no 5 (light)", - "Fuel oil no 5 (heavy)", - "Fuel oil no 6", - "Fuel oil no 5 and no 6", - "District steam", - "District hot water", - "District chilled water", - "Propane", - "Liquid propane", - "Kerosene", - "Diesel", - "Coal", - "Coal anthracite", - "Coal bituminous", - "Coke", - "Wood", - "Wood pellets", - "Hydropower", - "Biofuel", - "Biofuel B5", - "Biofuel B10", - "Biofuel B20", - "Wind", - "Geothermal", - "Solar", - "Biomass", - "Hydrothermal", - "Dry steam", - "Flash steam", - "Ethanol", - "Biodiesel", - "Waste heat", - "Dual fuel", - "Gasoline", - "Thermal-Exported", - "Thermal-Onsite generated", - "Other delivered-Exported", - "Other delivered-Onsite generated", - "Other metered-Exported", - "Other metered-Onsite generated", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "FurnaceType", - "sub_name": null, - "sub_display_name": null, - "documentation": "General type of furnace used for space heating.", - "enumerations": [ - "Warm air", - "Fireplace", - "Heating stove", - "Built-in heater", - "Individual space heater", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "GlassType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of glass used in this fenestration group.", - "enumerations": [ - "Clear uncoated", - "Low e", - "Tinted", - "Tinted plus low e", - "Reflective", - "Reflective on tint", - "High performance tint", - "Sunbelt low E low SHGC", - "Suspended film", - "Plastic", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "GroundSourceType", - "sub_name": null, - "sub_display_name": null, - "documentation": null, - "enumerations": [ - "Open loop ground water", - "Closed loop ground source", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "HVACControlSystemType", - "sub_name": null, - "sub_display_name": null, - "documentation": "HVAC equipment control strategy.", - "enumerations": [ - "Analog", - "Digital", - "Pneumatic", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "HVACPipeConfiguration", - "sub_name": null, - "sub_display_name": null, - "documentation": "Number of pipes for distributing steam, refrigerant, or water to individual zones.", - "enumerations": [ - "1 pipe", - "2 pipe", - "3 pipe", - "4 pipe", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "HeatLowered", - "sub_name": null, - "sub_display_name": null, - "documentation": "Times when the HVAC equipment is setback. For example, when the heat is lowered during the heating season, or the cooling setpoint increased during the cooling season.", - "enumerations": [ - "During the day", - "At night", - "During sleeping and unoccupied hours", - "Never / rarely", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "HeatPumpType", - "sub_name": null, - "sub_display_name": null, - "documentation": "General type of heat pump used for space heating.", - "enumerations": [ - "Split", - "Packaged Terminal", - "Packaged Unitary", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "HeatRecoveryType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of heat recovery between two systems.", - "enumerations": [ - "Run around coil", - "Thermal wheel", - "Heat pipe", - "Water to air heat exchanger", - "Water to water heat exchanger", - "Air to air heat exchanger", - "Earth to air heat exchanger", - "Earth to water heat exchanger", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "HeatingMedium", - "sub_name": null, - "sub_display_name": null, - "documentation": "Medium used to transport heat from a central heating system to individual zones.", - "enumerations": [ - "Hot water", - "Steam", - "Refrigerant", - "Air", - "Glycol", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "HeatingStaging", - "sub_name": null, - "sub_display_name": null, - "documentation": "The method of heating staging used by the unit. Select \"Single Stage\" for units with single stage (on/off) control. Select \"Multiple, Discrete Stages\" for units with multiple discrete stages (low-fire / high-fire). Select \"Modulating\" for units which contain modulating burners.", - "enumerations": [ - "Single stage", - "Multiple discrete stages", - "Variable", - "Modulating", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "HeatingSupplyAirTemperatureControl", - "sub_name": null, - "sub_display_name": null, - "documentation": "Defines the control method for heating supply air temperature.", - "enumerations": [ - "Coldest Reset", - "Fixed", - "Outside Air Reset", - "Scheduled", - "Staged Setpoint", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "HeightDistribution", - "sub_name": null, - "sub_display_name": null, - "documentation": "Uniformity of building height.", - "enumerations": [ - "Multiple Heights", - "Uniform Height" - ], - "enumerations_html": "" - }, - { - "name": "HorizontalSurroundings", - "sub_name": null, - "sub_display_name": null, - "documentation": "Attachments to the outermost horizontal surfaces of the premises.", - "enumerations": [ - "No abutments", - "Attached from Above", - "Attached from Below", - "Attached from Above and Below", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "HotWaterDistributionType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Manner in which hot water is distributed.", - "enumerations": [ - "Looped", - "Distributed", - "Point-of-use", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "HotWaterResetControl", - "sub_name": null, - "sub_display_name": null, - "documentation": "Times when the HVAC equipment is setback. For example, when the heat is lowered during the heating season, or the cooling setpoint increased during the cooling season.", - "enumerations": [ - "During the day", - "At night", - "During sleeping and unoccupied hours", - "Seasonal", - "Never-rarely", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "HumidificationType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Humidification type in air-distribution system.", - "enumerations": [ - "Steam", - "Water Spray", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ITSystemType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of critical information technology (IT) system, including data centers, network, and security systems.", - "enumerations": [ - "Building Automation System", - "Server", - "Networking", - "Security", - "Telephoning", - "UPS", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "IdentifierLabel", - "sub_name": null, - "sub_display_name": null, - "documentation": "Identifier used in a specific program or dataset. There can be multiple instances of Identifier Types within a dataset, such as a Listing ID, a Tax Map Number ID, and a Custom ID.", - "enumerations": [ - "Premises", - "Listing", - "Name", - "Portfolio Manager Property ID", - "Portfolio Manager Standard", - "Federal real property", - "Tax book number", - "Tax map number", - "Assessor parcel number", - "Tax parcel letter", - "UBID", - "Custom", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "IgnitionType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Ignition mechanism in gas heating equipment. Either pilot light or an intermittent ignition device (IID).", - "enumerations": [ - "Intermittent ignition device", - "Pilot light", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ImplementationStatus", - "sub_name": null, - "sub_display_name": null, - "documentation": "Implementation status of measure.", - "enumerations": [ - "Proposed", - "Evaluated", - "Selected", - "Initiated", - "Discarded", - "In Progress", - "Completed", - "MV", - "Verified", - "Unsatisfactory", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "InputVoltage", - "sub_name": null, - "sub_display_name": null, - "documentation": "Voltage rating for this LightingSystem.", - "enumerations": [ - "120", - "208", - "240", - "277", - "347", - "480", - "120/277 (dual)", - "120-277 (universal)", - "347-480 (high voltage)", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "InstallationType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Installation of lamp relative to mounting surface.", - "enumerations": [ - "Plug-in", - "Recessed", - "Surface", - "Suspended", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "InsulationCondition", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Excellent", - "Good", - "Average", - "Poor", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "InsulationMaterialType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Fiberglass", - "Cellulose", - "EPS", - "XPS", - "Rock wool", - "Insulsafe", - "Recycled cotton", - "ISOCY", - "Icynene", - "Closed cell", - "Vermiculite", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "Integration", - "sub_name": null, - "sub_display_name": null, - "documentation": "Level of integration with primary heating and cooling sources and delivery systems.", - "enumerations": [ - "Integrated with central air distribution", - "Integrated with local air distribution", - "Stand-alone", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "InteriorShadingType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of interior shading.", - "enumerations": [ - "Blind", - "Curtain", - "Shade", - "None", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "IntervalFrequencyType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "1 minute", - "10 minute", - "15 minute", - "30 minute", - "Hour", - "Day", - "Week", - "Month", - "Annual", - "Quarter", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "IntervalTime", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "1 minute", - "10 minute", - "15 minute", - "30 minute", - "Hour", - "Day", - "Week", - "Month", - "Annual", - "Quarter", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "LampLabel", - "sub_name": "CompactFluorescent", - "sub_display_name": "Compact Fluorescent", - "documentation": "Specific lamp subtype used in the luminaire.", - "enumerations": [ - "2D", - "A-series", - "Circline", - "Spiral", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "LampLabel", - "sub_name": "Halogen", - "sub_display_name": "Halogen", - "documentation": "Specific lamp subtype used in the luminaire.", - "enumerations": [ - "A-shape", - "BR30", - "BR40", - "MR11", - "MR16", - "MR8", - "PAR20", - "PAR30", - "PAR38", - "Pin Base", - "R20", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "LampLabel", - "sub_name": "HighIntensityDischarge", - "sub_display_name": "High Intensity Discharge", - "documentation": "Specific lamp subtype used in the luminaire.", - "enumerations": [ - "Sodium Vapor High Pressure", - "Sodium Vapor Low Pressure", - "Metal Halide", - "Mercury Vapor", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "LampLabel", - "sub_name": "Incandescent", - "sub_display_name": "Incandescent", - "documentation": "Specific lamp subtype used in the luminaire.", - "enumerations": [ - "A19", - "A21", - "G16C", - "G25M", - "G40M", - "MR16", - "PAR16", - "PAR20", - "PAR30", - "PAR38", - "PS-Series", - "R20", - "R30", - "R40", - "TC", - "TM", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "LampLabel", - "sub_name": "LinearFluorescent", - "sub_display_name": "Linear Fluorescent", - "documentation": "Specific lamp subtype used in the luminaire.", - "enumerations": [ - "Super T8", - "T12", - "T12HO", - "T5", - "T5HO", - "T8", - "T12U", - "T8U", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "LampLabel", - "sub_name": "SolidStateLighting", - "sub_display_name": "Solid State Lighting", - "documentation": "Specific lamp subtype used in the luminaire.", - "enumerations": [ - "LED", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "LampLength", - "sub_name": null, - "sub_display_name": null, - "documentation": "Length of fluorescent lamps.", - "enumerations": [ - "2 ft", - "4 ft", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "LightingDirection", - "sub_name": null, - "sub_display_name": null, - "documentation": "Directional characteristics of lighting fixtures.", - "enumerations": [ - "Direct", - "Indirect", - "Direct-Indirect", - "Spotlight", - "Floodlighting", - "Omnidirectional", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "Location", - "sub_name": null, - "sub_display_name": null, - "documentation": "Location of system.", - "enumerations": [ - "Roof", - "Mechanical Room", - "Mechanical Floor", - "Penthouse", - "Interior", - "Exterior", - "Closet", - "Garage", - "Attic", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "LocationsOfExteriorWaterIntrusionDamage", - "sub_name": null, - "sub_display_name": null, - "documentation": "Location of observed moisture problems on the outside of the building.", - "enumerations": [ - "Roof", - "Interior ceiling", - "Foundation", - "Basement", - "Crawlspace", - "Walls", - "Around windows", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "LocationsOfInteriorWaterIntrusionDamage", - "sub_name": null, - "sub_display_name": null, - "documentation": "Location of observed moisture problems on the inside of the building.", - "enumerations": [ - "Kitchen", - "Bathroom", - "Basement", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "LowMedHigh", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Low", - "Medium", - "High" - ], - "enumerations_html": "" - }, - { - "name": "MVOption", - "sub_name": null, - "sub_display_name": null, - "documentation": "Recommended approach for verification of energy savings for this measure, based on the International Performance Measurement and Verification Protocol (IPMVP).", - "enumerations": [ - "Option A: Retrofit Isolation With Partial Measurement", - "Option B: Retrofit Isolation With Full Measurement", - "Option C: Whole Building Measurement", - "Option D: Calibrated Simulation", - "Combination", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "AdvancedMeteringSystems", - "sub_display_name": "Advanced Metering Systems", - "documentation": "Advanced metering systems.", - "enumerations": [ - "Install advanced metering systems", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "BoilerPlantImprovements", - "sub_display_name": "Boiler Plant Improvements", - "documentation": "Boiler plant improvements.", - "enumerations": [ - "Replace boiler", - "Replace burner", - "Decentralize boiler", - "Insulate boiler room", - "Add energy recovery", - "Convert gas-fired unit to boiler loop", - "Convert system from steam to hot water", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Convert to Cleaner Fuels", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "BuildingAutomationSystems", - "sub_display_name": "Building Automation Systems", - "documentation": "Building Automation Systems (BAS) or Energy Management Control Systems (EMCS).", - "enumerations": [ - "Add heat recovery", - "Add or upgrade BAS/EMS/EMCS", - "Add or upgrade controls", - "Convert pneumatic controls to DDC", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "BuildingEnvelopeModifications", - "sub_display_name": "Building Envelope Modifications", - "documentation": "Building envelope modifications.", - "enumerations": [ - "Air seal envelope", - "Increase wall insulation", - "Insulate thermal bypasses", - "Increase ceiling insulation", - "Increase roof insulation", - "Insulate attic hatch / stair box", - "Add attic/knee wall insulation", - "Install cool/green roof", - "Add shading devices", - "Add window films", - "Install or replace solar screens", - "Replace glazing", - "Replace windows", - "Increase floor insulation", - "Insulate foundation", - "Clean and/or repair", - "Close elevator and/or stairwell shaft vents", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "ChilledWaterHotWaterAndSteamDistributionSystems", - "sub_display_name": "Chilled Water Hot Water And Steam Distribution Systems", - "documentation": "Chilled water, hot water, and steam distribution systems.", - "enumerations": [ - "Add pipe insulation", - "Repair and/or replace steam traps", - "Retrofit and replace chiller plant pumping, piping, and controls", - "Repair or replace existing condensate return systems or install new condensate return systems", - "Add recirculating pumps", - "Replace or upgrade water heater", - "Add energy recovery", - "Install solar hot water system", - "Separate SHW from heating", - "Replace with higher efficiency pump", - "Replace with variable speed pump", - "Install or upgrade master venting", - "Replace steam traps with orifice plates", - "Install steam condensate heat recovery", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "ChillerPlantImprovements", - "sub_display_name": "Chiller Plant Improvements", - "documentation": "Chiller plant improvements.", - "enumerations": [ - "Add energy recovery", - "Install VSD on electric centrifugal chillers", - "Replace chiller", - "Install gas cooling", - "Add or repair economizer cycle", - "Add or replace cooling tower", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "ConveyanceSystems", - "sub_display_name": "Conveyance Systems", - "documentation": "Conveyance systems such as elevators and escalators.", - "enumerations": [ - "Add elevator regenerative drives", - "Upgrade controls", - "Upgrade motors", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "DataCenterImprovements", - "sub_display_name": "Data Center Improvements", - "documentation": "Data center energy conservation improvements.", - "enumerations": [ - "Improve data center efficiency", - "Implement hot aisle hold aisle design", - "Implement server virtualization", - "Upgrade servers", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "DistributedGeneration", - "sub_display_name": "Distributed Generation", - "documentation": "Distributed generation.", - "enumerations": [ - "Install CHP/cogeneration systems", - "Install fuel cells", - "Install microturbines", - "Convert fuels", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "ElectricalPeakShavingLoadShifting", - "sub_display_name": "Electrical Peak Shaving Load Shifting", - "documentation": "Electrical peak shaving and load shifting.", - "enumerations": [ - "Install thermal energy storage", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "EnergyCostReductionThroughRateAdjustments", - "sub_display_name": "Energy Cost Reduction Through Rate Adjustments", - "documentation": "Energy cost reduction through rate adjustments.", - "enumerations": [ - "Change to more favorable rate schedule", - "Energy cost reduction through rate adjustments - uncategorized", - "Energy service billing and meter auditing recommendations", - "Change to lower energy cost supplier(s)", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "EnergyDistributionSystems", - "sub_display_name": "Energy Distribution Systems", - "documentation": "Energy and utility distribution systems.", - "enumerations": [ - "Implement power factor corrections", - "Implement power quality upgrades", - "Upgrade transformers", - "Install gas distribution systems", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "EnergyRelatedProcessImprovements", - "sub_display_name": "Energy Related Process Improvements", - "documentation": "Energy related process improvements.", - "enumerations": [ - "Implement industrial process improvements", - "Implement production and/or manufacturing improvements", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "FutureOtherECMs", - "sub_display_name": "Future Other ECMs", - "documentation": "Measures reserved for future and other ECMs.", - "enumerations": [ - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "LightingImprovements", - "sub_display_name": "Lighting Improvements", - "documentation": "Lighting improvements.", - "enumerations": [ - "Retrofit with CFLs", - "Retrofit with T-5", - "Retrofit with T-8", - "Install spectrally enhanced lighting", - "Retrofit with fiber optic lighting technologies", - "Retrofit with light emitting diode technologies", - "Add daylight controls", - "Add occupancy sensors", - "Install photocell control", - "Install timers", - "Replace diffusers", - "Upgrade exit signs to LED", - "Upgrade exterior lighting", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "OtherElectricMotorsAndDrives", - "sub_display_name": "Other Electric Motors And Drives", - "documentation": "Electric motors and drives other than those for conveyance systems.", - "enumerations": [ - "Add drive controls", - "Replace with higher efficiency", - "Add VSD motor controller", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "OtherHVAC", - "sub_display_name": "Other HVAC", - "documentation": "Other measure related to heating, ventilating, and air conditioning (HVAC).", - "enumerations": [ - "Replace or modify AHU", - "Improve distribution fans", - "Improve ventilation fans", - "Convert CV system to VAV system", - "Repair leaks / seal ducts", - "Add duct insulation", - "Balance ventilation/distribution system", - "Repair or replace HVAC damper and controller", - "Replace burner", - "Replace package units", - "Replace packaged terminal units", - "Install passive solar heating", - "Replace AC and heating units with ground coupled heat pump systems", - "Add enhanced dehumidification", - "Install solar ventilation preheating system", - "Add or repair economizer", - "Add energy recovery", - "Add or replace cooling tower", - "Install thermal destratification fans", - "Install demand control ventilation", - "Install gas cooling", - "Install air source heat pump", - "Install variable refrigerant flow system", - "Capture and return condensate", - "Install or Upgrade Master Venting", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other heating", - "Other cooling", - "Other ventilation", - "Other distribution", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "PlugLoadReductions", - "sub_display_name": "Plug Load Reductions", - "documentation": "Appliance and plug-load reductions.", - "enumerations": [ - "Replace with ENERGY STAR rated", - "Install plug load controls", - "Automatic shutdown or sleep mode for computers", - "De-lamp vending machines", - "Replace clothes dryers", - "Replace washing machines", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "Refrigeration", - "sub_display_name": "Refrigeration", - "documentation": "Refrigeration.", - "enumerations": [ - "Replace ice/refrigeration equipment with high efficiency units", - "Replace air-cooled ice/refrigeration equipment", - "Replace refrigerators", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "RenewableEnergySystems", - "sub_display_name": "Renewable Energy Systems", - "documentation": "Renewable energy systems.", - "enumerations": [ - "Install landfill gas, wastewater treatment plant digester gas, or coal bed methane power plant", - "Install photovoltaic system", - "Install wind energy system", - "Install wood waste or other organic waste stream heating or power plant", - "Install electrical storage", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "ServiceHotWaterSystems", - "sub_display_name": "Service Hot Water Systems", - "documentation": "Service hot water (SHW) and domestic hot water (DHW) systems.", - "enumerations": [ - "Decrease SHW temperature", - "Install SHW controls", - "Install solar thermal SHW", - "Install water pressure booster", - "Insulate SHW piping", - "Insulate SHW tank", - "Replace piping", - "Replace tankless coil", - "Separate SHW from heating", - "Upgrade SHW boiler", - "Install heat pump SHW system", - "Install tankless water heaters", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "Uncategorized", - "sub_display_name": "Uncategorized", - "documentation": "Category heading for measures that don't fit into another category.", - "enumerations": [ - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureName", - "sub_name": "WaterAndSewerConservationSystems", - "sub_display_name": "Water And Sewer Conservation Systems", - "documentation": "Water and sewer conservation systems.", - "enumerations": [ - "Install low-flow faucets and showerheads", - "Install low-flow plumbing equipment", - "Install onsite sewer treatment systems", - "Implement water efficient irrigation", - "Clean and/or repair", - "Implement training and/or documentation", - "Upgrade operating protocols, calibration, and/or sequencing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "MeasureScaleOfApplication", - "sub_name": null, - "sub_display_name": null, - "documentation": "Scale at which the measure is applied, such as an individual system, multiple systems, or entire facility.", - "enumerations": [ - "Individual system", - "Multiple systems", - "Individual premise", - "Multiple premises", - "Entire facility", - "Entire site", - "Entire building", - "Common areas", - "Tenant areas" - ], - "enumerations_html": "" - }, - { - "name": "MetalHalideStartType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Start technology used with metal halide ballasts.", - "enumerations": [ - "Probe start", - "Pulse start", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "MeteringConfiguration", - "sub_name": null, - "sub_display_name": null, - "documentation": "The structure of how the various meters are arranged.", - "enumerations": [ - "Direct metering", - "Master meter without sub metering", - "Master meter with sub metering", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ModelType", - "sub_name": null, - "sub_display_name": null, - "documentation": null, - "enumerations": [ - "2 parameter simple linear regression", - "3 parameter heating change point model", - "3 parameter cooling change point model", - "4 parameter change point model", - "5 parameter change point model" - ], - "enumerations_html": "" - }, - { - "name": "MotorApplication", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of system served by the motor.", - "enumerations": [ - "Fan", - "Pump", - "Conveyance", - "Plug Load", - "Process Load", - "Compressor", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "MotorEnclosureType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Defines if the motor is open or enclosed.", - "enumerations": [ - "Open", - "Enclosed", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "NaturalVentilationMethod", - "sub_name": null, - "sub_display_name": null, - "documentation": "Strategy for introducing natural ventilation.", - "enumerations": [ - "Air changes per hour", - "Flow per area", - "Flow per person", - "Flow per zone", - "Wind and stack open area", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "Normalization", - "sub_name": null, - "sub_display_name": null, - "documentation": "Normalization criteria to shift or scaled the measurement, where the intention is that these normalized values allow the comparison of corresponding normalized values for different datasets.", - "enumerations": [ - "National Median", - "Regional Median", - "Adjusted to specific year", - "Weather normalized", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "NormalizationMethod", - "sub_name": null, - "sub_display_name": null, - "documentation": "'Forecast' is the most common normalization method. It implies creation of a single Model using data from a baseline period (i.e. preconditions). 'Standard Conditions' is used to compare building performance of, say, two particular years to a 'typical' year. In this event, two models are created, one for the baseline and one for the reporting period, and input data is fed into each for a 'typical year' (TMY3, etc.) and performance compared. 'Backcast' is not used often, but makes sense in the event that finer temporal data is available in the reporting period to train the Model. A single Model is also created in this case.", - "enumerations": [ - "Forecast", - "Backcast", - "Standard Conditions" - ], - "enumerations_html": "" - }, - { - "name": "OccupancyClassificationType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Manufactured home", - "Single family", - "Multifamily", - "Multifamily with commercial", - "Multifamily individual unit", - "Public housing", - "Residential", - "Health care-Pharmacy", - "Health care-Skilled nursing facility", - "Health care-Residential treatment center", - "Health care-Inpatient hospital", - "Health care-Outpatient rehabilitation", - "Health care-Diagnostic center", - "Health care-Outpatient facility", - "Health care-Outpatient non-diagnostic", - "Health care-Outpatient surgical", - "Health care-Veterinary", - "Health care-Morgue or mortuary", - "Health care", - "Gas station", - "Convenience store", - "Food sales-Grocery store", - "Food sales", - "Laboratory-Testing", - "Laboratory-Medical", - "Laboratory", - "Vivarium", - "Zoo", - "Office-Financial", - "Office", - "Bank", - "Courthouse", - "Public safety station-Fire", - "Public safety station-Police", - "Public safety station", - "Public safety-Detention center", - "Public safety-Correctional facility", - "Public safety", - "Warehouse-Refrigerated", - "Warehouse-Unrefrigerated", - "Warehouse-Self-storage", - "Warehouse", - "Assembly-Religious", - "Assembly-Cultural entertainment", - "Assembly-Social entertainment", - "Assembly-Arcade or casino without lodging", - "Assembly-Convention center", - "Assembly-Indoor arena", - "Assembly-Race track", - "Assembly-Stadium", - "Assembly-Stadium (closed)", - "Assembly-Stadium (open)", - "Assembly-Public", - "Recreation-Pool", - "Recreation-Bowling alley", - "Recreation-Fitness center", - "Recreation-Ice rink", - "Recreation-Roller rink", - "Recreation-Indoor sport", - "Recreation", - "Education-Adult", - "Education-Higher", - "Education-Secondary", - "Education-Primary", - "Education-Preschool or daycare", - "Education-Vocational", - "Education", - "Food service-Fast", - "Food service-Full", - "Food service-Limited", - "Food service-Institutional", - "Food service", - "Lodging-Barracks", - "Lodging-Institutional", - "Lodging with extended amenities", - "Lodging with limited amenities", - "Lodging", - "Retail-Automobile dealership", - "Retail-Mall", - "Retail-Strip mall", - "Retail-Enclosed mall", - "Retail-Dry goods retail", - "Retail-Hypermarket", - "Retail", - "Service-Postal", - "Service-Repair", - "Service-Laundry or dry cleaning", - "Service-Studio", - "Service-Beauty and health", - "Service-Production and assembly", - "Service", - "Transportation terminal", - "Central Plant", - "Water treatment-Wastewater", - "Water treatment-Drinking water and distribution", - "Water treatment", - "Energy generation plant", - "Industrial manufacturing plant", - "Utility", - "Industrial", - "Agricultural estate", - "Mixed-use commercial", - "Parking", - "Attic", - "Basement", - "Dining area", - "Living area", - "Sleeping area", - "Laundry area", - "Lodging area", - "Dressing area", - "Restroom", - "Auditorium", - "Classroom", - "Day room", - "Sport play area", - "Stage", - "Spectator area", - "Office work area", - "Non-office work area", - "Common area", - "Reception area", - "Waiting area", - "Transportation waiting area", - "Lobby", - "Conference room", - "Computer lab", - "Data center", - "Printing room", - "Media center", - "Telephone data entry", - "Darkroom", - "Courtroom", - "Kitchen", - "Kitchenette", - "Refrigerated storage", - "Bar-Nightclub", - "Bar", - "Dance floor", - "Trading floor", - "TV studio", - "Security room", - "Shipping and receiving", - "Mechanical room", - "Chemical storage room", - "Non-chemical storage room", - "Janitorial closet", - "Vault", - "Corridor", - "Deck", - "Courtyard", - "Atrium", - "Science park", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "OccupantQuantityType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of quantitative measure for capturing occupant information about the premises. The value is captured by the Occupant Quantity term.", - "enumerations": [ - "Peak total occupants", - "Adults", - "Children", - "Average residents", - "Workers on main shift", - "Full-time equivalent workers", - "Average daily salaried labor hours", - "Registered students", - "Staffed beds", - "Licensed beds", - "Capacity", - "Capacity percentage", - "Normal occupancy" - ], - "enumerations_html": "" - }, - { - "name": "OccupantType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of occupants who are permanently resident in a premises.", - "enumerations": [ - "Family household", - "Married couple, no children", - "Male householder, no spouse", - "Female householder, no spouse", - "Cooperative household", - "Nonfamily household", - "Single male", - "Single female", - "Student community", - "Military community", - "Independent seniors community", - "Special accessibility needs community", - "Government subsidized community", - "Therapeutic community", - "No specific occupant type", - "For-profit organization", - "Religious organization", - "Non-profit organization", - "Government organization", - "Federal government", - "State government", - "Local government", - "Property", - "Animals", - "Other", - "Vacant", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "OccupantsActivityLevel", - "sub_name": null, - "sub_display_name": null, - "documentation": "The activity level that drives the amount of internal gains due to occupants. \"Low\" corresponds to typical office/retail work (Sensible load 250 Btu/hr, Latent load 200 Btu/hr), \"High\" corresponds to heavier factory work or gymnasiums (Sensible load 580 Btu/hr, Latent load 870 Btu/hr).", - "enumerations": [ - "Low", - "High", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "OperatorType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Entity responsible for the operation of the facility.", - "enumerations": [ - "Owner", - "Occupant", - "Tenant", - "Landlord", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "OtherEnergyGenerationTechnology", - "sub_name": null, - "sub_display_name": null, - "documentation": "Technology utilized on the premises to generate non-purchased energy, including renewable energy that is passively collected. This includes energy collected from the environment such as air, water, or ground-source heat pump systems. Technology equipment may exist as facade systems and roofing systems. Technology equipment may also exist on a premises off of a building envelope including on the ground, awnings, or carports as well as underground.", - "enumerations": [ - "Standby generator", - "Turbine", - "Microturbine", - "Reciprocating engine", - "Fuel cell", - "Gasification", - "Binary Cycle", - "Anaerobic biodigester", - "Hydrokinetic", - "Solar parabolic trough", - "Solar power tower", - "Wind", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "OtherUnitsType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "Ownership", - "sub_name": null, - "sub_display_name": null, - "documentation": "The type of organization, association, business, etc. that owns the premises.", - "enumerations": [ - "Property management company", - "Corporation/partnership/LLC", - "Privately owned", - "Individual", - "Franchise", - "Religious organization", - "Non-profit organization", - "Other non-government", - "Government", - "Federal government", - "State government", - "Local government", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "OwnershipStatus", - "sub_name": null, - "sub_display_name": null, - "documentation": "Ownership status of the premises with respect to the occupant.", - "enumerations": [ - "Owned", - "Mortgaged", - "Leased", - "Rented", - "Occupied without payment of rent", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "PeakResourceUnits", - "sub_name": null, - "sub_display_name": null, - "documentation": "Units for peak demand.", - "enumerations": [ - "kW", - "MMBtu/day" - ], - "enumerations_html": "" - }, - { - "name": "PeakResourceUnitsBaseType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "kW", - "MMBtu/day" - ], - "enumerations_html": "" - }, - { - "name": "PeakType", - "sub_name": null, - "sub_display_name": null, - "documentation": "When ReadingType is \"Peak\", this element specifies when the peak occurred.", - "enumerations": [ - "On-peak", - "Off-peak", - "Mid-peak", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "Phase", - "sub_name": null, - "sub_display_name": null, - "documentation": "Phase information associated with electricity readings.", - "enumerations": [ - "Phase AN", - "Phase A", - "Phase AB", - "Phase BN", - "Phase B", - "Phase CN", - "Phase C", - "Phase ABC", - "Phase BC", - "Phase CA", - "Phase S1", - "Phase S2", - "Phase S1S2", - "Phase S1N", - "Phase S2N", - "Phase S1S2N", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "PhotovoltaicSystemLocation", - "sub_name": null, - "sub_display_name": null, - "documentation": "Location where PV system is mounted.", - "enumerations": [ - "Roof", - "On grade", - "Building integrated", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "PlugLoadType", - "sub_name": null, - "sub_display_name": null, - "documentation": "General category of plug load, including non-critical IT systems, task lighting, and other small electronic loads.", - "enumerations": [ - "Personal Computer", - "Task Lighting", - "Printing", - "Cash Register", - "Audio", - "Display", - "Set Top Box", - "Business Equipment", - "Broadcast Antenna", - "Kitchen Equipment", - "Signage Display", - "Miscellaneous Electric Load", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "PlumbingPenetrationSealing", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of plumbing penetration sealing.", - "enumerations": [ - "Flashing", - "Fitting", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "PoolSizeCategory", - "sub_name": null, - "sub_display_name": null, - "documentation": "Classification of the pool size.", - "enumerations": [ - "Olympic", - "Recreational", - "Short Course", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "PoolType", - "sub_name": null, - "sub_display_name": null, - "documentation": "General category of the pool.", - "enumerations": [ - "Hot Tub", - "Pool", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "PressureUnitsBaseType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Bar", - "Atmosphere, atm", - "Pounds per Square Inch, psi" - ], - "enumerations_html": "" - }, - { - "name": "PrimaryHVACSystemType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Primary HVAC type. WARNING: This element is being deprecated, use PrincipalHVACSystemType instead.", - "enumerations": [ - "Packaged Terminal Air Conditioner", - "Four Pipe Fan Coil Unit", - "Packaged Terminal Heat Pump", - "Packaged Rooftop Air Conditioner", - "Packaged Rooftop Heat Pump", - "Packaged Rooftop VAV with Hot Water Reheat", - "Packaged Rooftop VAV with Electric Reheat", - "VAV with Hot Water Reheat", - "VAV with Electric Reheat", - "Warm Air Furnace", - "Ventilation Only", - "Dedicated Outdoor Air System", - "Water Loop Heat Pump", - "Ground Source Heat Pump", - "VRF Terminal Unit", - "Chilled Beam", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "PrincipalHVACSystemType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Principal HVAC type.", - "enumerations": [ - "Packaged Terminal Air Conditioner", - "Four Pipe Fan Coil Unit", - "Packaged Terminal Heat Pump", - "Packaged Rooftop Air Conditioner", - "Packaged Rooftop Heat Pump", - "Packaged Rooftop VAV with Hot Water Reheat", - "Packaged Rooftop VAV with Electric Reheat", - "VAV with Hot Water Reheat", - "VAV with Electric Reheat", - "Warm Air Furnace", - "Ventilation Only", - "Dedicated Outdoor Air System", - "Water Loop Heat Pump", - "Ground Source Heat Pump", - "VRF Terminal Unit", - "Chilled Beam", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "Priority", - "sub_name": null, - "sub_display_name": null, - "documentation": "Order of precedence relative to other applicable systems. Enter Primary if this is the only system.", - "enumerations": [ - "Primary", - "Secondary", - "Tertiary", - "Back-up", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "ProcessLoadType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of gas or electric equipment not categorized elsewhere.", - "enumerations": [ - "Medical Equipment", - "Laboratory Equipment", - "Machinery", - "Air Compressor", - "Fume Hood", - "Appliance", - "Gaming/Hobby/Leisure", - "Infrastructure", - "Electric Vehicle Charging", - "Miscellaneous Gas Load", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ProgramClassification", - "sub_name": null, - "sub_display_name": null, - "documentation": "The classification or type of the program.", - "enumerations": [ - "Audit", - "Performance", - "Deemed", - "Retrofit", - "Rebate", - "Other", - "Not Applicable" - ], - "enumerations_html": "" - }, - { - "name": "PumpApplication", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of system served by the pump.", - "enumerations": [ - "Boiler", - "Chilled Water", - "Domestic Hot Water", - "Solar Hot Water", - "Condenser", - "Cooling Tower", - "Ground Loop", - "Pool", - "Recirculation", - "Process Hot Water", - "Process Cold Water", - "Potable Cold Water", - "Refrigerant", - "Air", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "PumpControlType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of pump speed control.", - "enumerations": [ - "Constant Volume", - "Variable Volume", - "VFD", - "Multi-Speed", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "PumpOperation", - "sub_name": null, - "sub_display_name": null, - "documentation": "Defines how pump operation is controlled.", - "enumerations": [ - "On Demand", - "Standby", - "Schedule", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "PumpingConfiguration", - "sub_name": null, - "sub_display_name": null, - "documentation": "Primary, secondary, or tertiary pump.", - "enumerations": [ - "Primary", - "Secondary", - "Tertiary", - "Backup", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "RadiantType", - "sub_name": null, - "sub_display_name": null, - "documentation": null, - "enumerations": [ - "Radiator", - "Radiant floor or ceiling", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "RankType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Fair", - "Good", - "Superior" - ], - "enumerations_html": "" - }, - { - "name": "RateStructureSector", - "sub_name": null, - "sub_display_name": null, - "documentation": "Sector to which the rate structure is applicable.", - "enumerations": [ - "Residential", - "Commercial", - "Industrial", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "ReadingType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of data recorded by the meter or other source.", - "enumerations": [ - "Point", - "Median", - "Average", - "Total", - "Peak", - "Minimum", - "Load factor", - "Cost", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "RecirculationControlType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of control for recirculation loop.", - "enumerations": [ - "Continuous", - "Temperature", - "Timer", - "Demand", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ReflectorType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of reflector used to distribute light to the space.", - "enumerations": [ - "Specular Reflector", - "Prismatic Reflector", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "Refrigerant", - "sub_name": null, - "sub_display_name": null, - "documentation": "The type of refrigerant used in the system.", - "enumerations": [ - "R134a", - "R123", - "R22", - "R290", - "R401a", - "R404a", - "R407a", - "R407c", - "R408a", - "R409a", - "R410a", - "R500", - "R502", - "R600a", - "R744", - "R717", - "R718", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "RefrigerationCompressorType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of compressor in the refrigeration system.", - "enumerations": [ - "Reciprocating", - "Screw", - "Scroll", - "Centrifugal", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "RefrigerationUnitType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Refrigeration equipment includes a refrigerator or freezer used for storing food products at specified temperatures, with the condensing unit and compressor built into the cabinet, and designed for use by commercial or institutional premises, other than laboratory settings. These units may be vertical or chest configurations and may contain a worktop surface.", - "enumerations": [ - "Refrigerator", - "Freezer", - "Combination", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ReheatControlMethod", - "sub_name": null, - "sub_display_name": null, - "documentation": "The air/temperature control strategy for VAV systems with reheat boxes.", - "enumerations": [ - "Dual Maximum", - "Single Maximum", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ReheatSource", - "sub_name": null, - "sub_display_name": null, - "documentation": "Energy source used to provide reheat energy at a terminal unit.", - "enumerations": [ - "Heating plant", - "Local electric resistance", - "Local gas", - "None", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ResourceBoundary", - "sub_name": null, - "sub_display_name": null, - "documentation": "The boundary that encompasses the measured resource.", - "enumerations": [ - "Site", - "Source", - "Onsite", - "Offsite", - "Net", - "Gross", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "ResourceUnits", - "sub_name": null, - "sub_display_name": null, - "documentation": "Units for resource consumption or generation.", - "enumerations": [ - "Cubic Meters", - "kcf", - "MCF", - "Gallons", - "Wh", - "kWh", - "MWh", - "Btu", - "kBtu", - "MMBtu", - "therms", - "lbs", - "Klbs", - "Mlbs", - "Mass ton", - "Ton-hour", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "ResourceUnitsBaseType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Cubic Meters", - "kcf", - "MCF", - "Gallons", - "Wh", - "kWh", - "MWh", - "Btu", - "kBtu", - "MMBtu", - "therms", - "lbs", - "Klbs", - "Mlbs", - "Mass ton", - "Ton-hour" - ], - "enumerations_html": "" - }, - { - "name": "RoofInsulationApplication", - "sub_name": null, - "sub_display_name": null, - "documentation": "A description of the type of insulation and how it is applied.", - "enumerations": [ - "Loose fill", - "Batt", - "Spray on", - "Rigid", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "RoofInsulationContinuity", - "sub_name": null, - "sub_display_name": null, - "documentation": "Insulation installation type.", - "enumerations": [ - "Cavity", - "Continuous", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "RoofSlope", - "sub_name": null, - "sub_display_name": null, - "documentation": "A descriptive value for tilt, when an exact numeric angle is not known.", - "enumerations": [ - "Flat", - "Sloped", - "Greater than 2 to 12", - "Less than 2 to 12", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ScheduleCategory", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of schedule (e.g., occupancy, lighting, heating, etc.) that will be specified.", - "enumerations": [ - "Business", - "Occupied", - "Unoccupied", - "Sleeping", - "Public access", - "Setback", - "Operating", - "HVAC equipment", - "Cooling equipment", - "Heating equipment", - "Lighting", - "Cooking equipment", - "Miscellaneous equipment", - "On-peak", - "Off-peak", - "Super off-peak", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "SectionType", - "sub_name": null, - "sub_display_name": null, - "documentation": "The type of section such as Whole building, Space function data, or other types. * Whole building - describes the whole building, Space function - describes a space function (refer to SPC 211 Standard for Commercial Building Energy Audits), Component - describes a subspace of a primary premises such as HVAC zone, retails shops in a mall, etc., Tenant - describes a section for a tenant, Virtual - describes a section loosely with potentially overlap with other sections and section types, Other - not well-described by other types.", - "enumerations": [ - "Whole building", - "Space function", - "Component", - "Tenant", - "Virtual", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "SharedResourceSystem", - "sub_name": null, - "sub_display_name": null, - "documentation": "Situation that applies if a resource is shared with multiple premises, such as shared chilled water among buildings.", - "enumerations": [ - "Multiple buildings on a single lot", - "Multiple buildings on multiple lots", - "Not shared", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "SideNumber", - "sub_name": null, - "sub_display_name": null, - "documentation": "Alphanumeric designation of the side of the section as defined in the BuildingSync Geometry Reference Sheet.", - "enumerations": [ - "A1", - "A2", - "A3", - "B1", - "B2", - "B3", - "C1", - "C2", - "C3", - "D1", - "D2", - "D3", - "AO1", - "BO1" - ], - "enumerations_html": "" - }, - { - "name": "SimulationCompletionStatus", - "sub_name": null, - "sub_display_name": null, - "documentation": "Status of the simulation.", - "enumerations": [ - "Not Started", - "Started", - "Finished", - "Failed", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "SkylightLayout", - "sub_name": null, - "sub_display_name": null, - "documentation": "Zones daylit by skylights.", - "enumerations": [ - "All Zones", - "Core Only", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "SkylightWindowTreatments", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of film or shading applied to skylight.", - "enumerations": [ - "Solar film", - "Solar screen", - "Shade", - "None", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "SlabHeating", - "sub_name": null, - "sub_display_name": null, - "documentation": "The classifications for floors in contact with the ground.", - "enumerations": [ - "Heated", - "Unheated", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "SlabInsulationOrientation", - "sub_name": null, - "sub_display_name": null, - "documentation": "The location and extent of slab-on-grade floor insulation.", - "enumerations": [ - "12 in Horizontal", - "12 in Vertical", - "24 in Horizontal", - "24 in Vertical", - "36 in Horizontal", - "36 in Vertical", - "48 in Horizontal", - "48 in Vertical", - "Fully Insulated Slab", - "None", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "SolarThermalSystemCollectorLoopType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Heat transfer medium and controls used for the solar collector loop.", - "enumerations": [ - "Air direct", - "Air indirect", - "Liquid direct", - "Liquid indirect", - "Passive thermosyphon", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "SolarThermalSystemCollectorType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of solar energy collector used in a solar hot water or space heating system.", - "enumerations": [ - "Single glazing black", - "Single glazing selective", - "Double glazing black", - "Double glazing selective", - "Evacuated tube", - "Integrated collector storage", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "SolarThermalSystemType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Basic function of solar thermal system.", - "enumerations": [ - "Hot water", - "Hot water and space heating", - "Space heating", - "Hybrid system", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "Source", - "sub_name": null, - "sub_display_name": null, - "documentation": null, - "enumerations": [ - "Default", - "Estimate", - "Government record", - "Agent", - "Assessor", - "Auditor", - "Product specification", - "Building Component Library", - "Utility transfer", - "Energy Management System", - "Drawings", - "Direct measurement", - "Design files", - "Simulation", - "ENERGY STAR Portfolio Manager", - "US EPA", - "US EIA", - "Target Finder", - "Arch2030", - "ASHRAE", - "Utility", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "SpatialUnitType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Unit type within the premises.", - "enumerations": [ - "Lots", - "Parking spaces", - "Apartment units", - "Businesses", - "Guest rooms", - "Stations", - "Buildings", - "Areas", - "Thermal Zones", - "Floors", - "Rooms", - "Bedrooms", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "State", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "AA", - "AE", - "AL", - "AK", - "AP", - "AS", - "AZ", - "AR", - "CA", - "CO", - "CT", - "DE", - "DC", - "FM", - "FL", - "GA", - "GU", - "HI", - "ID", - "IL", - "IN", - "IA", - "KS", - "KY", - "LA", - "ME", - "MH", - "MD", - "MA", - "MI", - "MN", - "MS", - "MO", - "MT", - "NE", - "NV", - "NH", - "NJ", - "NM", - "NY", - "NC", - "ND", - "MP", - "OH", - "OK", - "OR", - "PW", - "PA", - "PR", - "RI", - "SC", - "SD", - "TN", - "TX", - "UT", - "VT", - "VI", - "VA", - "WA", - "WV", - "WI", - "WY", - "AB", - "BC", - "MB", - "NB", - "NL", - "NS", - "ON", - "PE", - "QC", - "SK", - "NT", - "NU", - "YT" - ], - "enumerations_html": "" - }, - { - "name": "Status", - "sub_name": null, - "sub_display_name": null, - "documentation": "Defines whether a system is currently present in the building, or if it is a proposed alternative or past system.", - "enumerations": [ - "Existing", - "Proposed", - "Past", - "Reference", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "StreetDirPrefix", - "sub_name": null, - "sub_display_name": null, - "documentation": "The direction indicator that precedes the street name.", - "enumerations": [ - "North", - "Northeast", - "East", - "Southeast", - "South", - "Southwest", - "West", - "Northwest" - ], - "enumerations_html": "" - }, - { - "name": "StreetDirSuffix", - "sub_name": null, - "sub_display_name": null, - "documentation": "The direction indicator that follows a street address.", - "enumerations": [ - "North", - "Northeast", - "East", - "Southeast", - "South", - "Southwest", - "West", - "Northwest" - ], - "enumerations_html": "" - }, - { - "name": "StreetSuffix", - "sub_name": null, - "sub_display_name": null, - "documentation": "The suffix portion of a street address.", - "enumerations": [ - "Alley", - "Annex", - "Arcade", - "Avenue", - "Bayou", - "Beach", - "Bend", - "Bluff", - "Bluffs", - "Bottom", - "Boulevard", - "Branch", - "Bridge", - "Brook", - "Brooks", - "Burg", - "Burgs", - "Bypass", - "Camp", - "Canyon", - "Cape", - "Causeway", - "Center", - "Centers", - "Circle", - "Circles", - "Cliff", - "Club", - "Common", - "Commons", - "Corner", - "Corners", - "Course", - "Court", - "Courts", - "Cove", - "Coves", - "Creek", - "Crescent", - "Crest", - "Crossing", - "Crossroad", - "Crossroads", - "Curve", - "Dale", - "Dam", - "Divide", - "Drive", - "Drives", - "Estate", - "Estates", - "Expressway", - "Extension", - "Extensions", - "Fall", - "Falls", - "Ferry", - "Field", - "Fields", - "Flat", - "Flats", - "Ford", - "Fords", - "Forest", - "Forge", - "Forges", - "Fork", - "Forks", - "Fort", - "Freeway", - "Garden", - "Gardens", - "Gateway", - "Glen", - "Glens", - "Green", - "Greens", - "Grove", - "Groves", - "Harbor", - "Harbors", - "Haven", - "Heights", - "Highway", - "Hill", - "Hills", - "Hollow", - "Inlet", - "Island", - "Islands", - "Isle", - "Junction", - "Junctions", - "Key", - "Keys", - "Knoll", - "Knolls", - "Lake", - "Lakes", - "Land", - "Landing", - "Lane", - "Light", - "Lights", - "Loaf", - "Lock", - "Locks", - "Lodge", - "Loop", - "Mall", - "Manor", - "Manors", - "Meadow", - "Meadows", - "Mews", - "Mill", - "Mills", - "Mission", - "Motorway", - "Mount", - "Mountain", - "Mountains", - "Neck", - "Orchard", - "Oval", - "Overpass", - "Park", - "Parks", - "Parkway", - "Parkways", - "Pass", - "Passage", - "Path", - "Pike", - "Pine", - "Pines", - "Place", - "Plain", - "Plains", - "Plaza", - "Point", - "Points", - "Port", - "Ports", - "Prairie", - "Radial", - "Ramp", - "Ranch", - "Rapid", - "Rapids", - "Rest", - "Ridge", - "Ridges", - "River", - "Road", - "Roads", - "Route", - "Row", - "Rue", - "Run", - "Shoal", - "Shoals", - "Shore", - "Shores", - "Skyway", - "Spring", - "Springs", - "Spur", - "Spurs", - "Square", - "Squares", - "Station", - "Stravenue", - "Stream", - "Street", - "Streets", - "Summit", - "Terrace", - "Throughway", - "Trace", - "Track", - "Trafficway", - "Trail", - "Trailer", - "Tunnel", - "Turnpike", - "Underpass", - "Union", - "Unions", - "Valley", - "Valleys", - "Viaduct", - "View", - "Views", - "Village", - "Villages", - "Ville", - "Vista", - "Walk", - "Walks", - "Wall", - "Way", - "Ways", - "Well", - "Wells" - ], - "enumerations_html": "" - }, - { - "name": "SubaddressType", - "sub_name": null, - "sub_display_name": null, - "documentation": "The type of subaddress to which the associated Subaddress Identifier applies.", - "enumerations": [ - "Apartment", - "Basement", - "Berth", - "Block", - "Building", - "Corridor", - "Cubicle", - "Department", - "Floor", - "Front", - "Hanger", - "Key", - "Lobby", - "Lot", - "Lower", - "Office", - "Penthouse", - "Pier", - "PO Box", - "Rear", - "Room", - "Seat", - "Side", - "Slip", - "Space", - "Stop", - "Suite", - "Terminal", - "Tower", - "Trailer", - "Unit", - "Upper", - "Wing" - ], - "enumerations_html": "" - }, - { - "name": "SystemCategoryAffected", - "sub_name": null, - "sub_display_name": null, - "documentation": "Category of building system(s) affected by the measure. In some cases a single measure may include multiple components affecting multiple systems.", - "enumerations": [ - "Air Distribution", - "Heating System", - "Cooling System", - "Other HVAC", - "Lighting", - "Domestic Hot Water", - "Cooking", - "Refrigeration", - "Dishwasher", - "Laundry", - "Pump", - "Fan", - "Motor", - "Heat Recovery", - "Wall", - "Roof", - "Ceiling", - "Fenestration", - "Foundation", - "General Controls and Operations", - "Critical IT System", - "Plug Load", - "Process Load", - "Conveyance", - "Onsite Storage, Transmission, Generation", - "Pool", - "Water Use", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "SystemsType", - "sub_name": null, - "sub_display_name": null, - "documentation": null, - "enumerations": [ - "Cooling", - "Heating", - "Hot Water", - "Interior Lighting", - "Overall HVAC Systems" - ], - "enumerations_html": "" - }, - { - "name": "TemperatureUnitsBaseType", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Fahrenheit, F" - ], - "enumerations_html": "" - }, - { - "name": "TemporalStatus", - "sub_name": null, - "sub_display_name": null, - "documentation": "Temporal characteristic of this measurement.", - "enumerations": [ - "Pre retrofit", - "Post retrofit", - "Baseline", - "Current", - "Target", - "Design Target", - "Last billing period", - "Additional to last billing period", - "Current billing period", - "Billed to date", - "Current day", - "Current day last year", - "Previous day", - "Previous day last year", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "TenantEmailAddressLabel", - "sub_name": null, - "sub_display_name": null, - "documentation": "The type of email address, to distinguish between multiple instances of Email Address.", - "enumerations": [ - "Personal", - "Work", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "TenantTelephoneNumberLabel", - "sub_name": null, - "sub_display_name": null, - "documentation": "The type of telephone number, to distinguish between multiple instances of Telephone Number.", - "enumerations": [ - "Days", - "Evenings", - "Cell", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "TerminalUnit", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of terminal unit serving each zone of a central air distribution system.", - "enumerations": [ - "CAV terminal box no reheat", - "CAV terminal box with reheat", - "VAV terminal box fan powered no reheat", - "VAV terminal box fan powered with reheat", - "VAV terminal box not fan powered no reheat", - "VAV terminal box not fan powered with reheat", - "Powered induction unit", - "Automatically controlled register", - "Manually controlled register", - "Uncontrolled register", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ThermalMedium", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of material used in thermal energy storage technology.", - "enumerations": [ - "Air", - "Ice", - "Pool water", - "Domestic water", - "Molten salt", - "Sand", - "Rock", - "Chemical oxides", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ThermalZoneLayout", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of zoning used for space conditioning.", - "enumerations": [ - "Perimeter", - "Perimeter and core", - "Single zone", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ThirdPartyCertification", - "sub_name": null, - "sub_display_name": null, - "documentation": "Independent organization has verified that product or appliance meets or exceeds the standard in question (ENERGY STAR, CEE, or other).", - "enumerations": [ - "ENERGY STAR", - "ENERGY STAR Most Efficient", - "FEMP Designated", - "CEE Tier 1", - "CEE Tier 2", - "CEE Tier 3", - "Other", - "None", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "TierDirection", - "sub_name": null, - "sub_display_name": null, - "documentation": "Whether the rates increase or decrease as energy use increases.", - "enumerations": [ - "Increasing", - "Decreasing", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "Tightness", - "sub_name": null, - "sub_display_name": null, - "documentation": "BuildingSync Schema - Version 2.3.0", - "enumerations": [ - "Very Tight", - "Tight", - "Average", - "Leaky", - "Very Leaky", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "TimeSeriesReadingQuantity", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of energy, water, power, weather metric included in the time series.", - "enumerations": [ - "Currency", - "Cost", - "Current", - "Current Angle", - "Demand", - "Frequency", - "Power", - "Power Factor", - "Energy", - "Voltage", - "Voltage Angle", - "Distortion Power Factor", - "Volumetric Flow", - "Humidity ratio", - "Relative humidity", - "Diffuse Horizontal Radiation", - "Direct Normal Radiation", - "Global Horizontal Radiation", - "Dry Bulb Temperature", - "Wet Bulb Temperature", - "Wind Speed", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "TypeOfCookingEquipment", - "sub_name": null, - "sub_display_name": null, - "documentation": "Short description of the type and purpose of cooking equipment.", - "enumerations": [ - "Hot top range", - "Open burner range", - "Wok range", - "Braising pan", - "Underfired broiler", - "Overfired broiler", - "Conveyor broiler", - "Salamander broiler", - "Broiler", - "Microwave oven", - "Toaster", - "Standard fryer", - "Large vat fryer", - "Split vat fryer", - "Convection oven", - "Combination oven", - "Standard oven", - "Conveyor oven", - "Slow cook-and-hold oven", - "Deck oven", - "Mini-Rack oven", - "Rack (Roll-In) oven", - "Range oven", - "Rapid cook oven", - "Rotisserie oven", - "Retherm oven", - "Convection toaster oven", - "Steam cooker", - "Steam kettle", - "Drawer warmer", - "Heated transparent merchandising cabinets", - "Cook-and-hold appliance", - "Proofing cabinet", - "Single-sided griddle", - "Double-sided griddle", - "Griddle", - "Fry-top griddle", - "Automatic drip filter coffee maker", - "Single-serve coffee maker", - "Espresso machine", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "TypeOfResourceMeter", - "sub_name": null, - "sub_display_name": null, - "documentation": "Meters can be divided into several categories based on their capabilities.", - "enumerations": [ - "Revenue grade meter", - "Advanced resource meter", - "Analog", - "Interval", - "Net", - "Smart meter", - "PDU input meter", - "IT equipment input meter", - "Supply UPS output meter", - "PDU output meter", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "TypicalOccupantUsageUnits", - "sub_name": null, - "sub_display_name": null, - "documentation": null, - "enumerations": [ - "Hours per day", - "Hours per week", - "Hours per month", - "Hours per year", - "Days per week", - "Days per month", - "Days per year", - "Weeks per month", - "Weeks per year", - "Months per year" - ], - "enumerations_html": "" - }, - { - "name": "VentilationControlMethod", - "sub_name": null, - "sub_display_name": null, - "documentation": "The method used to control the rate of outside air ventilation.", - "enumerations": [ - "CO2 Sensors", - "Fixed", - "Occupancy Sensors", - "Scheduled", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "VentilationType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of ventilation, and use of heat recovery.", - "enumerations": [ - "Exhaust only", - "Supply only", - "Dedicated outdoor air system", - "Heat recovery ventilator", - "Energy recovery ventilator", - "None", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "VentilationZoneControl", - "sub_name": null, - "sub_display_name": null, - "documentation": "Method used to determine overall ventilation rate for multiple zones.", - "enumerations": [ - "Average Flow", - "Critical Zone", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "VerticalSurroundings", - "sub_name": null, - "sub_display_name": null, - "documentation": "Attachments to the outermost vertical surfaces of the premises. This can be used if the more detailed input for Surface Exposure is not known. Illustrations for the constrained list choices will be provided when the web site is developed.", - "enumerations": [ - "Stand-alone", - "Attached on one side", - "Attached on two sides", - "Attached on three sides", - "Within a building", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "WallInsulationApplication", - "sub_name": null, - "sub_display_name": null, - "documentation": "A description of the type of insulation and how it is applied.", - "enumerations": [ - "Loose fill", - "Batt", - "Spray on", - "Rigid", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "WallInsulationContinuity", - "sub_name": null, - "sub_display_name": null, - "documentation": "Insulation installation type.", - "enumerations": [ - "Cavity", - "Continuous", - "Other", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "WallInsulationLocation", - "sub_name": null, - "sub_display_name": null, - "documentation": "Whether wall insulation is on the inside or outside of the wall.", - "enumerations": [ - "Interior", - "Exterior", - "Unknown", - "None" - ], - "enumerations_html": "" - }, - { - "name": "WasherDryerType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of washer/dryer combination unit.", - "enumerations": [ - "Combination All In One Clothes Washer Dryer", - "Unitized Stacked Washer Dryer Pair", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "WaterCooledCondenserFlowControl", - "sub_name": null, - "sub_display_name": null, - "documentation": "Describes water flow control for a water-cooled condenser.", - "enumerations": [ - "Fixed Flow", - "Two Position Flow", - "Variable Flow", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "WaterCooledCondenserType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of water-cooled condenser.", - "enumerations": [ - "Cooling tower", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "WaterHeaterEfficiencyType", - "sub_name": null, - "sub_display_name": null, - "documentation": null, - "enumerations": [ - "Energy Factor", - "Thermal Efficiency", - "AFUE", - "COP" - ], - "enumerations_html": "" - }, - { - "name": "WaterResource", - "sub_name": null, - "sub_display_name": null, - "documentation": "Water type used as a resource on the premises.", - "enumerations": [ - "Potable water", - "Wastewater", - "Greywater", - "Reclaimed water", - "Captured rainwater", - "Alternative water", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "WaterSideEconomizerType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Describes water flow control for a water-cooled condenser.", - "enumerations": [ - "Parallel Plate and Frame Heat Exchanger", - "Series Plate and Frame Heat Exchanger", - "Strainer Cycle", - "Thermo Cycle", - "None", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "WaterUseType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Short description of the water fixture or application.", - "enumerations": [ - "Restroom Sink Use", - "Restroom Toilet/Urinal Water Use", - "Kitchen Water Use", - "Shower Facility Water Use", - "Drinking Fountain Water Use", - "Janitorial Water Use", - "Laundry Water Use", - "Indoor Washdown Water Use (if indoor)", - "Outdoor Landscape Water Use", - "Outdoor Non-Landscape Water Use", - "Outdoor Washdown Water Use (if outdoor)", - "Cooling Tower Make-up Water Use", - "Hydronic Loop Make-up Water Use", - "Evaporative Cooling System Water Use", - "Pre-Treatment Process Water Use", - "Captured Rain Water", - "Recycled Greywater", - "Condensate Recovery", - "Stormwater Sewer Production", - "Stormwater Discharge", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "WeatherDataSource", - "sub_name": null, - "sub_display_name": null, - "documentation": "Method for determining weather data associated with the time series.", - "enumerations": [ - "On Site Measurement", - "Weather Station", - "TMY", - "TMY2", - "TMY3", - "IWEC", - "CWEC", - "CZRV2", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "WeatherDataType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Type of weather data used for the simulation.", - "enumerations": [ - "CWEC", - "CZRV2", - "IWEC", - "Onsite Measurement", - "TMY", - "TMY2", - "TMY3", - "Weather Station", - "Other", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "WeatherStationCategory", - "sub_name": null, - "sub_display_name": null, - "documentation": "Describes the type of weather station used to specify the site's weather. WARNING: This element is being deprecated, use WeatherStations/WeatherStation/WeatherStationCategory instead", - "enumerations": [ - "FAA", - "ICAO", - "NWS", - "WBAN", - "WMO", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "WindowLayout", - "sub_name": null, - "sub_display_name": null, - "documentation": "The pattern of distribution of the fenestration system on the wall.", - "enumerations": [ - "Continuous", - "Discrete", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "WindowOrientation", - "sub_name": null, - "sub_display_name": null, - "documentation": "Orientation of a surface or premises in terms of the attributes of North, South, East and West. Can be applied to the orientation of the front of the building, of a specific surface (wall, roof), window or skylight, or onsite generation technology, such as photovoltaic panels.", - "enumerations": [ - "North", - "Northeast", - "East", - "Southeast", - "South", - "Southwest", - "West", - "Northwest", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "ZoningSystemType", - "sub_name": null, - "sub_display_name": null, - "documentation": "Identifies whether a system is single or multi-zone.", - "enumerations": [ - "Single zone", - "Multi zone", - "Unknown" - ], - "enumerations_html": "" - }, - { - "name": "eGRIDRegionCode", - "sub_name": null, - "sub_display_name": null, - "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.", - "enumerations": [ - "AKGD", - "AKMS", - "AZNM", - "CAMX", - "ERCT", - "FRCC", - "HIMS", - "HIOA", - "MORE", - "MROE", - "MROW", - "NEWE", - "NWPP", - "NYCW", - "NYLI", - "NYUP", - "RFCE", - "RFCM", - "RFCW", - "RMPA", - "SPNO", - "SPSO", - "SRMV", - "SRMW", - "SRSO", - "SRTV", - "SRVC", - "Other" - ], - "enumerations_html": "" - }, - { - "name": "version", - "sub_name": null, - "sub_display_name": null, - "documentation": "The versions are sorted by official release date (reverse order). Note that semantic versioning for BuildingSync was reset in 2016. v2.0.0-legacy is the last official release of the schema before the version reset and is available in the schema repository: https://github.com/BuildingSync/schema/releases/tag/v2.0.0-legacy. Since then, semantic versioning started at the v0.2.0 release and progresses as expected.", - "enumerations": [ - "2.0.0-legacy", - "0.2.0", - "0.3.0", - "1.0.0", - "2.0.0-pr1", - "2.0.0-pr2", - "2.0.0", - "2.1.0", - "2.2.0-pr1", - "2.2.0", - "2.3.0-pr1", - "2.3.0" - ], - "enumerations_html": "" - } -] \ No newline at end of file