Element | apml:BodyType/apml:Applications |
<xs:complexType name="ApplicationsBlockType"> <xs:sequence> <!-- List of application elements --> <xs:element name="Application" type="apml:ApplicationType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <!-- Allow additional attributes --> <xs:anyAttribute/> </xs:complexType> |