Definition Type: ComplexType
Name: PostingInstructionType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
A collection of information about where and how a posting should be communicated. A "Posting Channel" usually would be a job board or other advertising medium.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into ApplicationMethod in schema components_xsd Drilldown into FreeFormPeriod in schema components_xsd Drilldown into PostingChannelID in schema fields_xsd Drilldown into PostingOptionCode in schema fields_xsd Drilldown into BrandingID in schema fields_xsd Drilldown into TemplateID in schema fields_xsdXSD Diagram of PostingInstructionType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PostingInstructionType">
    <xsd:annotation>
        <xsd:documentation>A collection of information about where and how a posting should be communicated. A "Posting Channel" usually would be a job board or other advertising medium.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="TemplateID" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Identifies a template to apply in processing a job posting order.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="BrandingID" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Identifies branding to be applied in processing a job posting order.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="PostingOptionCode" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Used to communicate a choice among options available with respect to the posting. For example, some job boards and advertising venues may offer  "bolding" or other options relating to the display or distribution of the posting.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="PostingChannelID" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Identifies a job board or media channel associated with a job posting.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="FreeFormPeriod" minOccurs="0" />
        <xsd:element ref="ApplicationMethod" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TemplateID nsA:TemplateID 0 (1)
BrandingID nsA:BrandingID 0 (1)
PostingOptionCode nsA:PostingOptionCode 0 unbounded
PostingChannelID nsA:PostingChannelID 0 (1)
FreeFormPeriod nsA:FreeFormPeriod 0 (1)
ApplicationMethod nsA:ApplicationMethod 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:PostingInstruction