<xs:complexType name="IfcGeometricRepresentationSubContext">
<xs:complexContent>
<xs:extension base="ifc:IfcGeometricRepresentationSubContext-temp">
<xs:sequence>
<xs:element name="ParentContext">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcGeometricRepresentationContext" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="TargetScale" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="TargetView" type="ifc:IfcGeometricProjectionEnum" />
<xs:element name="UserDefinedTargetView" type="ifc:IfcLabel" nillable="true" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|