<xsd:element name="Vegetation">
<xsd:annotation>
<xsd:documentation>Plants, trees, etc. on a campus</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="GeneralGeometry" minOccurs="0"/>
<xsd:element ref="ShellGeometry" minOccurs="0"/>
<xsd:element ref="WaterRate" minOccurs="0"/>
<xsd:element ref="BiomassDensity" minOccurs="0"/>
<xsd:element ref="Cost" minOccurs="0" maxOccurs="unbounded"/>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" use="required"/>
<xsd:attribute name="vegetationType" type="vegetationTypeEnum" use="required"/>
<xsd:attribute name="waterScheduleIdRef" type="xsd:IDREF"/>
<xsd:attribute name="waterMeterIdRef" type="xsd:IDREF"/>
<xsd:attribute name="shadeScheduleIdRef" type="xsd:IDREF">
<xsd:annotation>
<xsd:documentation>Refers to a building-level surface.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="programId" type="xsd:IDREF" use="optional">
<xsd:annotation>
<xsd:documentation>Please specify the program that added this element.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element> |