<xs:complexType name="BodyType">
<xs:sequence>
<!-- The list of profiles -->
<xs:element name="Profile" type="apml:ProfileType" minOccurs="1" maxOccurs="unbounded"/>
<!-- Provides application data storage -->
<xs:element name="Applications" type="apml:ApplicationsBlockType" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<!--
Specifies the default profile to use when either no user selection is made, or no user selection
can be made.
-->
<xs:attribute name="defaultprofile" type="xs:string" use="required"/>
<!-- Allow additional attributes -->
<xs:anyAttribute/>
</xs:complexType> |