<xs:complexType name="AccuracySourceType">
<xs:annotation>
<xs:documentation>The AccuracySourceType describes the source of an accuracy assertion.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="AccuracySourceEnum" type="AccuracySourceEnumType">
<xs:annotation>
<xs:documentation>The AccuracySourceEnum element describes an often-used type of accuracy source.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherAccuracySource" type="xs:string">
<xs:annotation>
<xs:documentation>The OtherAccuracySource element describes an accuracy source in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |