Definition Type: ComplexType
Name: NameValueBase
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Note in schema invoice_xsd Drilldown into Description in schema invoice_xsd Drilldown into NameValue in schema invoice_xsdXSD Diagram of NameValueBase in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="NameValueBase">
    <xs:sequence>
        <xs:element name="NameValue" type="NameValuePair" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the tag and information of the new information to be passed.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Descibes the Name Value information being communicated.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Note" type="Note" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the free form note about the information being passed.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</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
Collapse Derivation Tree:
Collapse References:
nsC:FeatureValue, nsC:NameValue, nsC:NameValueBase