| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| ContextIdentifier | ifc:IfcLabel | optional | ||||
| ContextType | ifc:IfcLabel | optional | ||||
| CoordinateSpaceDimension | ifc:IfcDimensionCount | optional | ||||
| Precision | xs:double | optional | ||||
| TargetScale | ifc:IfcPositiveRatioMeasure | optional | ||||
| TargetView | ifc:IfcGeometricProjectionEnum | optional | ||||
| UserDefinedTargetView | 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 |
<xs:complexType name="IfcGeometricRepresentationSubContext"> <xs:complexContent> <xs:extension base="ifc:IfcGeometricRepresentationSubContext-temp"> <xs:attribute name="TargetScale" type="ifc:IfcPositiveRatioMeasure" use="optional"/> <xs:attribute name="TargetView" type="ifc:IfcGeometricProjectionEnum" use="optional"/> <xs:attribute name="UserDefinedTargetView" type="ifc:IfcLabel" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |