<xsd:complexType name="contentObjectType">
<xsd:sequence>
<xsd:element name="contentDescription" type="xsd:string" minOccurs="0" />
<xsd:element name="contentKeyword" type="valueListType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="incidentID" type="xsd:string" minOccurs="0" />
<xsd:element name="incidentDescription" type="xsd:string" minOccurs="0" />
<xsd:element name="originatorRole" type="valueListType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="consumerRole" type="valueListType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="confidentiality" type="xsd:string" minOccurs="0" />
<xsd:choice>
<xsd:element name="nonXMLContent" type="nonXMLContentType" />
<xsd:element name="xmlContent" type="xmlContentType" />
</xsd:choice>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|