Definition Type: ComplexType
Name: NameValuePair
Namespace: http://www.openapplications.org/oagis
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Invoice.xsd
Abstract
Documentation:
Is the tag and information of the new information to be passed.
Collapse XSD Schema Diagram:
Drilldown into type in schema invoice_xsd Drilldown into name in schema invoice_xsdXSD Diagram of NameValuePair in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="NameValuePair">
    <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:simpleContent>
        <xs:extension base="xs:string">
            <xs:attribute name="name" type="Tag" use="required">
                <xs:annotation>
                    <xs:documentation source="http://www.openapplications.org/oagis">Is the name of the tag for the information being passed.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="type" type="Type" use="optional">
                <xs:annotation>
                    <xs:documentation source="http://www.openapplications.org/oagis">Is the type of the information being passed in the NameValue.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
name nsC:name Required
type nsC:type Optional
Collapse Derivation Tree:
Collapse References:
nsC:NameValue