Sha256: 9fdf98f77d5bb121c1393d08105aeefaff488d6518ba50c6806cb104961f7754

Contents?: true

Size: 1.38 KB

Versions: 4

Compression:

Stored size: 1.38 KB

Contents

<?xml version='1.0' encoding='UTF-8'?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://hpxmlonline.com/2019/10" targetNamespace="http://hpxmlonline.com/2019/10" elementFormDefault="qualified" version="4.0">
    <xs:include schemaLocation="HPXMLBaseElements.xsd"/>


    <xs:element name="HPXML">
        <xs:complexType>
            <xs:sequence>
                <xs:element ref="XMLTransactionHeaderInformation"/>
                <xs:element ref="SoftwareInfo"/>
                <xs:element maxOccurs="unbounded" minOccurs="0" name="Contractor" nillable="true" type="Contractor"/>
                <xs:element maxOccurs="unbounded" minOccurs="0" name="Customer" nillable="true" type="Customer"/>
                <xs:element maxOccurs="unbounded" minOccurs="0" name="Building" nillable="true" type="Building"/>
                <xs:element maxOccurs="unbounded" minOccurs="0" name="Project" nillable="true" type="Project"/>
                <xs:element maxOccurs="unbounded" minOccurs="0" name="Utility" nillable="true" type="Utility"/>
                <xs:element maxOccurs="unbounded" minOccurs="0" name="Consumption" nillable="true" type="Consumption"/>
            </xs:sequence>
            <xs:attribute name="schemaVersion" type="schemaVersionType" use="required"/>
            <xs:attribute name="dataSource" type="DataSource"/>
        </xs:complexType>
    </xs:element>
</xs:schema>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
urbanopt-cli-0.8.3 example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXML.xsd
urbanopt-cli-0.8.2 example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXML.xsd
urbanopt-cli-0.8.1 example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXML.xsd
urbanopt-cli-0.8.0 example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXML.xsd