<xs:simpleType name="OriginContentOwnerType">
<xs:annotation>
<xs:documentation xml:lang="en">
<p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">Owner of the artifact.</p>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
<xs:pattern value="([a-zA-Z0-9\s_-])*"/>
</xs:restriction>
</xs:simpleType>
|