<xs:complexType name="CompoundSourceIdentifierType">
<xs:annotation>
<xs:appinfo xml:lang="en">Type used to model the ddms:source element.</xs:appinfo>
</xs:annotation>
<xs:attribute name="qualifier" type="simpleTokenType" use="optional"/>
<xs:attribute name="value" type="simpleTokenType" use="optional"/>
<xs:attribute name="schemaQualifier" type="simpleTokenType" use="optional"/>
<xs:attribute name="schemaHref" type="xs:anyURI" use="optional"/>
<xs:attributeGroup ref="SecurityAttributesOptionGroup"/>
</xs:complexType>
|