Definition Type: Element
Name: AttachmentInfo
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: SupportingMaterials.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Attached document or file. We could have a multiple attachments that make up one document, so this needs to repeat.
Collapse XSD Schema Diagram:
Drilldown into OriginalFileName in schema supportingmaterials_xsd Drilldown into AttachmentId in schema supportingmaterials_xsdXSD Diagram of AttachmentInfo in schema supportingmaterials_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="AttachmentInfo" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Attached document or file. We could have a multiple attachments that make up one document, so this needs to repeat.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="AttachmentId" type="EntityIdType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>If there are multiple parts, use this, otherwise use SupportingMaterials ID.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="OriginalFileName" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The original name of the file.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AttachmentId hr:AttachmentId 0 (1)
OriginalFileName hr:OriginalFileName 0 (1)