QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
EccentricityInX | ifc:IfcLengthMeasure | optional | ||||
EccentricityInY | ifc:IfcLengthMeasure | optional | ||||
EccentricityInZ | ifc:IfcLengthMeasure | 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="IfcConnectionPointEccentricity"> <xs:complexContent> <xs:extension base="ifc:IfcConnectionPointGeometry"> <xs:attribute name="EccentricityInX" type="ifc:IfcLengthMeasure" use="optional"/> <xs:attribute name="EccentricityInY" type="ifc:IfcLengthMeasure" use="optional"/> <xs:attribute name="EccentricityInZ" type="ifc:IfcLengthMeasure" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |