An element of type leafFrame will have a choice of three subelements and two additional elements:
This datatype was developed to support the Epicentre element and geometry data types. Its intended usage is shown in the PEF geometry document and the PEF element document. It is not anticipated that it will be useful outside of the PEF application.
<xsd:complexType name="leafFrame">
<xsd:sequence>
<xsd:choice>
<xsd:element name="propertyKind-ref" type="reference"/>
<xsd:element name="coordAxis-ref" type="reference"/>
<xsd:element name="propertySet-ref" type="reference"/>
</xsd:choice>
<xsd:element name="unit-ref" type="reference"/>
<xsd:element name="listOfValues" type="vallist"/>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="vallist">
<xsd:list itemType="xsd:double"/>
</xsd:simpleType>
Because of its intended usage, this datatypes usage is best shown in the PEF geometry document and the PEF element document.
Because of its intended usage, this datatypes usage is best shown in the PEF geometry document and the PEF element document.