<xs:complexType name="maintenanceagency">
<xs:sequence>
<xs:element name="agencycode" type="agencycode" minOccurs="0"/>
<xs:element name="otheragencycode" type="otheragencycode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="agencyname" type="agencyname" maxOccurs="unbounded"/>
<xs:element name="descriptivenote" type="descriptivenote" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="am.common"/>
<xs:attribute name="encodinganalog" type="xs:token"/>
<xs:attributeGroup ref="am.countrycode"/>
</xs:complexType> |