ComplexTypeuro:IfcProjectType
uro:IfcProjectType
定義
IFCで記述されたプロジェクトに適用される属性を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:string [0..1]
xs:string [0..1]
xs:string [0..1]
xs:string [0..1]
xs:string [0..1]
xs:string [0..1]
uro:contextIdentifier
xs:string [0..1]
uro:contextType
xs:string [0..1]
uro:coordinateSpaceDimension
xs:integer [0..1]
uro:precision
xs:double [0..1]
uro:worldCoordinateSystem
uro:IfcAxis2Placement3DPropertyType [1]
uro:trueNorth
gml:doubleList [0..1]
uro:dimensions
xs:integer [0..1]
uro:unitType
uro:IfcUnitEnum [0..1]
uro:prefix
xs:string [0..1]
uro:name
xs:string [0..1]
XMLスキーマ
  <xs:complexType name="IfcProjectType">
    <xs:complexContent>
      <xs:extension base="uro:IfcObjectType">
        <xs:sequence>
          <xs:element name="longName" minOccurs="0" type="xs:string"/>
          <xs:element name="phase" minOccurs="0" type="xs:string"/>
          <xs:element name="representationContexts" minOccurs="0" type="uro:IfcGeometricRepresentationContextPropertyType"/>
          <xs:element name="unitsInContext" maxOccurs="unbounded" minOccurs="0" type="uro:IfcUnitPropertyType"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>