<xs:complexType name="AudienceType">
<xs:annotation>
<xs:documentation>The type to cover all qualifers for an audience property</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="Flex1PropType">
<xs:attributeGroup ref="quantifyAttributes" />
<xs:attribute name="significance" type="Int1to9Type">
<xs:annotation>
<xs:documentation>A qualifier which indicates the expected significance of the content for this specific audience.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|