<xsd:complexType name="NounFailureMessageType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">The processing has failed. Provides a list of error and warning
messages that explain the failure.</xsd:documentation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Deprecated</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="ErrorProcessMessage" type="ErrorProcessMessageType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Error message encountered during processing.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="WarningProcessMessage" type="WarningProcessMessageType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Non-fatal warning message encountered during processing.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="DocumentID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Is the identifier for the document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="DocumentDateTime" type="udt:DateTimeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Is the date and time the document was last created. This is
not the date and time that the BOD message instance was created.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|