Rational Developer for System z, Version 7.6

Schema for Container.xml

Figure 1 is an example of the schema for Container.xml.

Figure 1. Example of Schema for Container.xml
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:element name="GenerationSpec">
        <xsd:complexType>
            <xsd:attribute name="name" type="xsd:string" use="required"/>
        </xsd:complexType>
    </xsd:element>
    <xsd:element name="GenerationSpecArray">
        <xsd:complexType>
            <xsd:sequence>
                <xsd:element maxOccurs="unbounded" minOccurs="1" ref="GenerationSpec"/>
            </xsd:sequence>
            <xsd:attribute name="platform" type="xsd:string" use=" optional"/>
            <xsd:attribute name="platformProperties" type="xsd:string" use="required"/>
            <xsd:attribute name="generateConverters" type="xsd:boolean" use="optional"/>
            <xsd:attribute name="generateSeparateXSD" type="xsd:boolean" use="optional"/>
            <xsd:attribute name="generateWSDL" type="xsd:boolean" use="optional"/>
        </xsd:complexType>
    </xsd:element>
</xsd:schema>
Related references

Container.xml


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)