ifc:RepresentationContexts

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ifc:arraySize restriction of list of xs:integer optional
ifc:cType list of ifc:aggregateType set optional
ifc:itemType list of xs:QName ifc:IfcRepresentationContext optional

Source

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

Sample