<xs:complexType name="IfcRectangularTrimmedSurface">
<xs:complexContent>
<xs:extension base="ifc:IfcBoundedSurface">
<xs:sequence>
<xs:element name="BasisSurface" type="ifc:IfcSurface" nillable="true"/>
</xs:sequence>
<xs:attribute name="U1" type="ifc:IfcParameterValue" use="optional"/>
<xs:attribute name="V1" type="ifc:IfcParameterValue" use="optional"/>
<xs:attribute name="U2" type="ifc:IfcParameterValue" use="optional"/>
<xs:attribute name="V2" type="ifc:IfcParameterValue" use="optional"/>
<xs:attribute name="Usense" type="xs:boolean" use="optional"/>
<xs:attribute name="Vsense" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |