diff options
| author | abranson <andrew.branson@cern.ch> | 2012-03-13 16:02:24 +0100 |
|---|---|---|
| committer | abranson <andrew.branson@cern.ch> | 2012-03-13 16:02:24 +0100 |
| commit | 0aa79432687cadde00589a52516999bd1448876c (patch) | |
| tree | 01c376488262caf1bc9d2b821d42113dbb778538 /resources/boot/OD/Module.xsd | |
| parent | da696fee5935816d5acb93057be1d731b82d5aa1 (diff) | |
Added DependencyDescription
Diffstat (limited to 'resources/boot/OD/Module.xsd')
| -rw-r--r-- | resources/boot/OD/Module.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/boot/OD/Module.xsd b/resources/boot/OD/Module.xsd index 78d34d7..933d696 100644 --- a/resources/boot/OD/Module.xsd +++ b/resources/boot/OD/Module.xsd @@ -92,6 +92,7 @@ <xs:element name="DependencyMember" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
+ <xs:attribute name="isDescription" type="xs:boolean" use="optional" default="false"/>
</xs:complexType>
</xs:element>
</xs:sequence>
|
