Ravindra Bakkamanthala | 7e547ea | 2017-05-15 12:53:18 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Jim Hahn | daee922 | 2018-04-19 11:28:41 -0400 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START================================================== |
| 4 | ONAP Policy Engine |
| 5 | =========================================================================== |
| 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
| 7 | =========================================================================== |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ============LICENSE_END==================================================== |
| 20 | --> |
Ravindra Bakkamanthala | 7e547ea | 2017-05-15 12:53:18 -0400 | [diff] [blame] | 21 | <Response |
| 22 | xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" |
| 23 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 24 | xsi:schemaLocation="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17 |
| 25 | http://docs.oasis-open.org/xacml/3.0/xacml-core-v3-schema-wd-17.xsd"> |
| 26 | <Result> |
| 27 | <Decision>Permit</Decision> |
| 28 | <Status> |
| 29 | <StatusCode |
| 30 | Value="urn:oasis:names:tc:xacml:1.0:status:ok"/> |
| 31 | </Status> |
| 32 | </Result> |
| 33 | </Response> |