<xsd:complexType name="StaffingSupportingMaterialsType">
<xsd:annotation>
<xsd:documentation>This type is officially deprecated in favor of the subsequently issued "SupportingMaterials" schema located in the CPO folder. The prefix "Staffing" was added to the type name here so as to distinguish it. No content models were changed here.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element name="Link" type="InternetWebAddressType" minOccurs="0" />
<xsd:element name="AttachmentReference" minOccurs="0">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="context" type="xsd:string" />
<xsd:attribute name="mimeType" type="xsd:string" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:choice>
<xsd:element name="Description" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|