<xsd:element name="ItemReference" maxOccurs="unbounded">
<xsd:complexType>
<xsd:attribute name="contentLocation" use="required">
<xsd:annotation>
<xsd:documentation>There must be a one for one match between the following three items in a transmission: the contentLocation attribute, the value of MIME Content-Location: line, and the ContentLocation</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:anyURI">
<xsd:pattern value="[A-Za-z0-9:.\-]{1,30}" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
|