<xs:complexType name="ExtentType">
<xs:annotation>
<xs:documentation>The ExtentType defines the extent over which a characteristic is applied.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:annotation>
<xs:documentation>This compositor provides a choice between the characteristic extent as an enumeration of a common type and a user defined string that describes the characteristic extent.</xs:documentation>
</xs:annotation>
<xs:element name="ExtentEnum" type="ExtentEnumType">
<xs:annotation>
<xs:documentation>The ExtentEnum element describes an often-used extent over which a characteristic is applied.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherExtent" type="xs:string">
<xs:annotation>
<xs:documentation>The OtherExtent element describes the extent over which a characteristic is applied in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |