ifc:List-IfcComplexNumber

Simple Type Information

Used By

Complex Type ifc:IfcComplexNumber

Source

<xs:simpleType name="List-IfcComplexNumber">
  <xs:restriction>
    <xs:simpleType>
      <xs:list itemType="xs:double"/>
    </xs:simpleType>
    <xs:minLength value="2"/>
    <xs:maxLength value="2"/>
  </xs:restriction>
</xs:simpleType>