<xsd:complexType name="UnprocessedPosition">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the situation when an entire position change cannot be processed. It includes the position identification information and the reason that the position change could not be processed.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="PositionIdAndVersion.model" />
<xsd:element name="reason" type="Reason" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|