<xsd:element name="Transportation">
<xsd:annotation>
<xsd:documentation>Public transportation</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="Cost" minOccurs="0" maxOccurs="unbounded"/>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" use="required"/>
<xsd:attribute name="transportationType" type="transportationTypeEnum" use="required"/>
<xsd:attribute name="scheduleIdRef" type="xsd:IDREF">
<xsd:annotation>
<xsd:documentation>ID for the schedule of transmittance of a shading 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> |