QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ifc:arraySize | restriction of list of xs:integer | optional | ||||
ifc:cType | list of ifc:aggregateType | list-unique list | optional | |||
ifc:itemType | list of xs:QName | ifc:IfcLengthMeasure-wrapper | optional |
<xs:element name="Locations" nillable="true" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element ref="ifc:IfcLengthMeasure-wrapper" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute ref="ifc:itemType" fixed="ifc:IfcLengthMeasure-wrapper"/> <xs:attribute ref="ifc:cType" fixed="list-unique list"/> <xs:attribute ref="ifc:arraySize" use="optional"/> </xs:complexType> </xs:element> |