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