<xs:complexType name="StringValueType">
<xs:annotation>
<xs:documentation>
<p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Intended for textual content encoded as a string.</p>
</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute ref="filename" use="optional"/>
<xs:attribute ref="isEncrypted" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType> |