Datatype: leafFrame

Description:

An element of type leafFrame will have a choice of three subelements and two additional elements:

Proposed Usage:

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.

XML Schema:

  • The schema and examples do not explicitly show the lines that set the namespaces.
  • All schema examples will use xsd: as the namespace for the schema tags and datatypes, and null for all the locally generated namespaces.
  • XML Examples will exclude namespace modifiers for clarity. Actual XML will probably need namespaces.
  • <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>
    

    Sample Usage Schema:

    Because of its intended usage, this datatypes usage is best shown in the PEF geometry document and the PEF element document.

    Sample XML:

    Because of its intended usage, this datatypes usage is best shown in the PEF geometry document and the PEF element document.


    Last Modified: March 21, 2001
    ©Copyright 2001 POSC. All rights reserved.