com.vmware.vcenter.ovf

unknown_section

The unknown_section structure contains information about an unknown section in an OVF package.
Representations:
{
    "info""string",
    "tag""string"
}
<?xml version="1.0" ?>
<ns0:UnknownSection xmlns:ns0="http://vmware.com/vcenter/ovf" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <tag>string</tag>
  <info>string</info>
</ns0:UnknownSection>

Attributes:
Name Type Required Description
tag
 *
string Yes A namespace-qualified tag in the form {ns}tag.
info
 *
string Yes The description of the Info element.

Copyright © 2014. All Rights Reserved.