Definition Type: Element
Name: AttachmentReference
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: SharedStaffingModules.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into mimeType in schema sharedstaffingmodules_xsd Drilldown into context in schema sharedstaffingmodules_xsdXSD Diagram of AttachmentReference in schema sharedstaffingmodules_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="AttachmentReference" minOccurs="0">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="context" type="xsd:string" />
                <xsd:attribute name="mimeType" type="xsd:string" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
context hr:context (Optional)
mimeType hr:mimeType (Optional)