<xs:complexType name="FileSpecType">
<xs:annotation>
<xs:documentation>The FileSpecType defines the format of a file.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="CommonFileSpecEnum" type="CommonFileSpecEnumType">
<xs:annotation>
<xs:documentation>The CommonFileSpecEnum element denotes a common file format.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherFileSpec" type="xs:string">
<xs:annotation>
<xs:documentation>The OtherFileSpec element describes a file format in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |