ComplexTypeuro:IfcPsetBuildingCommonType
uro:IfcPsetBuildingCommonType
定義
IFCで記述された建築物や地下街に共通となる属性を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:string [0..1]
xs:boolean [0..1]
xs:string [0..1]
xs:string [0..1]
xs:boolean [0..1]
xs:integer [0..1]
xs:gYear [0..1]
xs:boolean [0..1]
XMLスキーマ
  <xs:complexType name="IfcPsetBuildingCommonType">
    <xs:complexContent>
      <xs:extension base="uro:IfcAttributeType">
        <xs:sequence>
          <xs:element name="buildingId" minOccurs="0" type="xs:string"/>
          <xs:element name="isPermanentId" minOccurs="0" type="xs:boolean"/>
          <xs:element name="mainFireUse" minOccurs="0" type="xs:string"/>
          <xs:element name="ancillaryFireUse" minOccurs="0" type="xs:string"/>
          <xs:element name="sprinklerProtection" minOccurs="0" type="xs:boolean"/>
          <xs:element name="sprinklerProtectionAutomatic" minOccurs="0" type="xs:boolean"/>
          <xs:element name="occupancyType" minOccurs="0" type="gml:CodeType"/>
          <xs:element name="grossPlannedArea" minOccurs="0" type="gml:MeasureType"/>
          <xs:element name="numberOfStoreys" minOccurs="0" type="xs:integer"/>
          <xs:element name="yearOfConstruction" minOccurs="0" type="xs:gYear"/>
          <xs:element name="isLandmarked" minOccurs="0" type="xs:boolean"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>