Definition Type: ComplexType
Name: FieldType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Field.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into FieldValue in schema field_xsdXSD Diagram of FieldType in schema field_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="FieldType">
    <xsd:sequence>
        <xsd:element ref="FieldValue" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FieldValue nsA:FieldValue 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Field