HR-XML 3.0 Standards, 2009  September  23.

Menu: [ Guidelines  |  BODs  |  Nouns  |  Global Elements  |  WSDL  |  Packages  |  Code Lists  |  Master Index ]

Element: PlacementNotification

Name PlacementNotification
Type Locally-defined complex type
XML Instance Representation
<PlacementNotification>

< PlacementDate> ... </ PlacementDate> [0..1]
<oa: Description> ... </oa: Description> [0..*]
<oa: ResultCode> ... </oa: ResultCode> [0..1]
< RejectedReasonCode> ... </ RejectedReasonCode> [0..1]
</PlacementNotification>
Schema Component Representation
<xsd:element name="PlacementNotification">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" PlacementDate" minOccurs="0"/>
<xsd:element ref="oa: Description" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="oa: ResultCode" minOccurs="0"/>
<xsd:element ref=" RejectedReasonCode" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>