xacml:Content
Element information
Namespace: urn:oasis:names:tc:xacml:3.0:core:schema:wd-17
Schema document: xacml-core-v3-schema-wd-17.xsd
Type: xacml:ContentType
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
- Any element [1..1] Namespace: ##any, Process Contents: lax
Attributes
None
Used in
- Type xacml:AttributesType (Element xacml:Attributes)
- Type xacml:PolicyIssuerType (Element xacml:PolicyIssuer)
Sample instance
<Content> <md:record xsi:schemaLocation="urn:example:med:schemas:record http://www.med.example.com/schemas/record.xsd"> <md:patient> <md:patientDoB>1992-03-21</md:patientDoB> <md:patient-number>555555</md:patient-number> <md:patientContact> <md:email>b.simpson@example.com</md:email> </md:patientContact> </md:patient> </md:record> </Content>