Element | apml:APML/apml:Head |
<xs:complexType name="HeadType"> <xs:sequence> <xs:element name="Title" type="xs:string"/> <xs:element name="Generator" type="xs:string"/> <xs:element name="UserEmail" type="apml:EmailType"/> <xs:element name="DateCreated" type="apml:ISO8601DateType"/> </xs:sequence> <!-- Allow additional attributes --> <xs:anyAttribute/> </xs:complexType> |