ComplexTypeuro:IfcUnitType
uro:IfcUnitType
定義
単位を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:integer [0..1]
xs:string [0..1]
xs:string [0..1]
XMLスキーマ
  <xs:complexType name="IfcUnitType">
    <xs:sequence>
      <xs:element name="dimensions" minOccurs="0" type="xs:integer"/>
      <xs:element name="unitType" minOccurs="0" type="uro:IfcUnitEnum"/>
      <xs:element name="prefix" minOccurs="0" type="xs:string"/>
      <xs:element name="name" minOccurs="0" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>