<xs:simpleType name="List31">
<xs:annotation>
<xs:documentation source="ONIX Code List 31">Audience range precision</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>Exact</xs:documentation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="03">
<xs:annotation>
<xs:documentation>From</xs:documentation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="04">
<xs:annotation>
<xs:documentation>To</xs:documentation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType> |