ifc:IfcContext

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Description ifc:IfcText optional
GlobalId ifc:IfcGloballyUniqueId optional
LongName ifc:IfcLabel optional
Name ifc:IfcLabel optional
ObjectType ifc:IfcLabel optional
Phase ifc:IfcLabel optional
href xs:anyURI optional
id xs:ID optional
path xs:NMTOKENS optional
pos restriction of list of xs:integer optional
ref xs:IDREF optional

Used By

Source

<xs:complexType name="IfcContext" abstract="true">
  <xs:complexContent>
    <xs:extension base="ifc:IfcObjectDefinition">
      <xs:sequence>
        <xs:element name="RepresentationContexts" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcRepresentationContext" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcRepresentationContext"/>
            <xs:attribute ref="ifc:cType" fixed="set"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="UnitsInContext" type="ifc:IfcUnitAssignment" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="ObjectType" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="LongName" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="Phase" type="ifc:IfcLabel" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>