Schema Central > XACML 2.0 > access_control-xacml-2.0-context-schema-os.xsd > xacml-context:Resource
Advanced search
Need SOA Help?

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

xacml-context:Resource

Element information

Content

Attributes

None

Used in

Sample instance

<Resource>
   <ResourceContent>
      <md:record                 xsi:schemaLocation="urn:med:example: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:patient>
      </md:record>
   </ResourceContent>
   <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id"
              DataType="xs:string">
      <AttributeValue>
				//med.example.com/records/bart-simpson.xml#
				xmlns(md=http:www.med.example.com/schemas/record.xsd)xpointer(/md:record/md:patient/md:patientDoB)
			</AttributeValue>
   </Attribute>
   <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:resource:target-namespace"
              DataType=" http://www.w3.org/2001/XMLSchema#anyURI">
      <AttributeValue>
     urn:med:example:schemas:record
			</AttributeValue>
   </Attribute>
</Resource>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com