Definition Type: ComplexType
Name: EmbeddedData
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Documentation:
Holds the contents of an inline attachment.
Collapse XSD Schema Diagram:
Drilldown into Data in schema invoice_xsd Drilldown into encoding in schema invoice_xsdXSD Diagram of EmbeddedData in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="EmbeddedData">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Holds the contents of an inline attachment.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Data" type="xs:anyType">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Container to carry the embedded data.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attribute name="encoding" type="Encoding" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Data nsC:Data (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
encoding nsC:encoding Required
Collapse Derivation Tree:
Collapse References:
nsC:EmbeddedData