Transportation

Public transportation

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID required
programId xsd:IDREF optional
Please specify the program that added this element.
scheduleIdRef xsd:IDREF optional
ID for the schedule of transmittance of a shading surface
transportationType transportationTypeEnum required

Used By

Element Campus

Source

<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>

Sample