QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ifc:arraySize | restriction of list of xs:integer | optional | ||||
ifc:cType | list of ifc:aggregateType | array | optional | |||
ifc:itemType | list of xs:QName | xs:double | optional |
Element | ifc:IfcComplexNumber-wrapper |
<xs:complexType name="IfcComplexNumber"> <xs:simpleContent> <xs:extension base="ifc:List-IfcComplexNumber"> <xs:attribute ref="ifc:itemType" fixed="xs:double"/> <xs:attribute ref="ifc:cType" fixed="array"/> <xs:attribute ref="ifc:arraySize" use="optional"/> </xs:extension> </xs:simpleContent> </xs:complexType> |