Definition Type: ComplexType
Name: FrameAgreementType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Assignment.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into StaffingOrgContact in schema assignment_xsd Drilldown into DocumentType in schema assignment_xsd Drilldown into DocumentName in schema assignment_xsd Drilldown into ValidityDateRange in schema assignment_xsd Drilldown into DocumentVersion in schema assignment_xsd Drilldown into DocumentId in schema assignment_xsdXSD Diagram of FrameAgreementType in schema assignment_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="FrameAgreementType">
    <xsd:sequence>
        <xsd:element name="DocumentId" type="EntityIdType" />
        <xsd:element name="DocumentVersion" type="xsd:string" />
        <xsd:element name="ValidityDateRange">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="StartDate" type="AnyDateTimeType" />
                    <xsd:element name="EndDate" type="AnyDateTimeNkType" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="DocumentName" type="xsd:string" />
        <xsd:element name="DocumentType" type="DocumentTypeType" minOccurs="0" />
        <xsd:element name="StaffingOrgContact" minOccurs="0" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:complexContent>
                    <xsd:extension base="ContactInfoType">
                        <xsd:attribute name="typeOfOrganization" use="required">
                            <xsd:simpleType>
                                <xsd:union memberTypes="xStringPatternExtensionType">
                                    <xsd:simpleType>
                                        <xsd:restriction base="xsd:string">
                                            <xsd:enumeration value="Customer" />
                                            <xsd:enumeration value="Supplier" />
                                            <xsd:enumeration value="Intermediary" />
                                        </xsd:restriction>
                                    </xsd:simpleType>
                                </xsd:union>
                            </xsd:simpleType>
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentId hr:DocumentId (1) (1)
DocumentVersion hr:DocumentVersion (1) (1)
ValidityDateRange hr:ValidityDateRange (1) (1)
DocumentName hr:DocumentName (1) (1)
DocumentType hr:DocumentType 0 (1)
StaffingOrgContact hr:StaffingOrgContact 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:FrameAgreementInfo