Logical Domains 1.2 Administration Guide

The GenericProperty XML Schema

This schema is an extension to the Open Virtualization Format (OVF) schema.


Example A–10 The GenericProperty XML Schema


<?xml version='1.0' encoding='utf-8'?>
<xs:schema
  targetNamespace="/var/opt/SUNWldom/GenericProperty"
  xmlns:class="/var/opt/SUNWldom/GenericProperty"
  xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
  <xs:complexType name="GenericProperty_Type" type="xs:string">
  <xs:attribute name="key" type="xs:string" use="required"/>
 
  </xs:complexType>
  <xs:element name="GenericProperty" type="class:GenericProperty_Type"/>
 
</xs:schema>