<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>
|