<xs:element name="language" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Ainese keel ja kirjaviis</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="language" type="xs:language">
<xs:annotation>
<xs:documentation>Ainese keel</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="notation" type="xs:string">
<xs:annotation>
<xs:documentation>Kirjaviis</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|