<xsd:complexType name="StatusType">
<xsd:sequence>
<xsd:element minOccurs="0" name="Code" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
Is the Code to indicate the status for the Noun or
Component in which the Status Component occurs.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Is a description of the Status.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="StateChange">
<xsd:annotation>
<xsd:documentation>
Indicates the status codes of the change
when.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|