| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| ifc:arraySize | restriction of list of xs:integer | optional | ||||
| ifc:cType | list of ifc:aggregateType | list-unique | optional | |||
| ifc:itemType | list of xs:QName | ifc:IfcValue | optional |
<xs:element name="EnumerationValues"> <xs:complexType> <xs:group ref="ifc:IfcValue" maxOccurs="unbounded"/> <xs:attribute ref="ifc:itemType" fixed="ifc:IfcValue"/> <xs:attribute ref="ifc:cType" fixed="list-unique"/> <xs:attribute ref="ifc:arraySize" use="optional"/> </xs:complexType> </xs:element> |