nfc-info element
Type: | NFCResourceResponse |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<nfc-info>
<data>
<nfcContents>
<nfc-repo-info>
<nfcPaths>
<path>...</path>
<path>...</path>
<!--...more "path" elements...-->
</nfcPaths>
<repositoryId>...</repositoryId>
<nfcStats>
<size>...</size>
<misses>...</misses>
<hits>...</hits>
</nfcStats>
</nfc-repo-info>
<nfc-repo-info>
<!--...-->
</nfc-repo-info>
<!--...more "nfc-repo-info" elements...-->
</nfcContents>
</data>
</nfc-info>