Definition Type: ComplexType
Name: NameValue
Namespace: http://www.openapplications.org/oagis
Type: nsC:NameValueBase
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema invoice_xsd Drilldown into Note in schema invoice_xsd Drilldown into Description in schema invoice_xsd Drilldown into NameValue in schema invoice_xsd Drilldown into NameValueBase in schema invoice_xsdXSD Diagram of NameValue in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="NameValue">
    <xs:complexContent>
        <xs:extension base="NameValueBase">
            <xs:sequence>
                <xs:element ref="UserArea" minOccurs="0" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NameValue nsC:NameValue 0 (1)
Description nsC:Description 0 unbounded
Note nsC:Note 0 unbounded
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:FieldValue, nsC:GLElement, nsC:Property, nsC:Qualification