<xs:complexType name="ImplicitBlockType"> <xs:sequence> <xs:element name="Concepts" type="apml:ImplicitConceptsBlockType" minOccurs="0" maxOccurs="1"/> <xs:element name="Sources" type="apml:ImplicitSourcesBlockType" minOccurs="0" maxOccurs="1"/> </xs:sequence> <!-- Allow additional attributes --> <xs:anyAttribute/> </xs:complexType> |