Changes

Packages.xml

114 bytes added, 06:35, 17 May 2011
XSD Schema
<source lang="xml">
<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!-- Type definitions -->
<xs:sequence minOccurs="0">
<xs:choice maxOccurs="unbounded">
<xs:element maxOccurs="unbounded" name="exit" type="exitType"> </xs:element> <xs:element maxOccurs="unbounded" name="download" type="downloadType"> </xs:element>
</xs:choice>
</xs:sequence>
<xs:attribute name="cmd" type="xs:string" use="required" />
<xs:attribute name="timeout" type="xs:unsignedShort" use="optional" default="3600" />
</xs:complexType>
<xs:sequence>
<xs:choice maxOccurs="unbounded">
<xs:element name="include" type="dependencyType"> </xs:element> <xs:element name="chain" type="dependencyType"> </xs:element> <xs:element name="depends" type="dependencyType"> </xs:element>
<xs:element name="variable" type="variableType"> </xs:element>
<xs:element name="check" type="checkType"> </xs:element>
<xs:element name="download" type="downloadType"> </xs:element>
<xs:element name="install" type="actionType"> </xs:element> <xs:element name="upgrade" type="actionType"> </xs:element> <xs:element name="remove" type="actionType"> </xs:element>
</xs:choice>
</xs:sequence>
<xs:attribute name="revision" type="xs:string" use="required" />
<xs:attribute name="reboot" type="xs:string" use="required" />
<xs:attribute name="priority" type="xs:unsignedShort" use="required" />
<xs:attribute name="execute" type="xs:string" use="optional" />
</xs:complexType>
10
edits