QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
name | xs:string | required | ||||
Wildcard: ANY attribute from ANY namespace |
Element | apml:BodyType/apml:Profile |
<xs:complexType name="ProfileType"> <xs:sequence> <!-- Provides the implicit data associated with this profile --> <xs:element name="ImplicitData" type="apml:ImplicitBlockType"/> <!-- Provides the explicit data associated with this profile --> <xs:element name="ExplicitData" type="apml:ExplicitBlockType"/> </xs:sequence> <!-- Provides the name of the profile --> <xs:attribute name="name" type="xs:string" use="required"/> <!-- Allow additional attributes --> <xs:anyAttribute/> </xs:complexType> |