Element | ifc:IfcShellBasedSurfaceModel |
<xs:complexType name="IfcShellBasedSurfaceModel"> <xs:complexContent> <xs:extension base="ifc:IfcGeometricRepresentationItem"> <xs:sequence> <xs:element name="SbsmBoundary"> <xs:complexType> <xs:group ref="ifc:IfcShell" maxOccurs="unbounded"/> <xs:attribute ref="ifc:itemType" fixed="ifc:IfcShell"/> <xs:attribute ref="ifc:cType" fixed="set"/> <xs:attribute ref="ifc:arraySize" use="optional"/> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |