diff options
Diffstat (limited to 'schemas/atom.xsd')
-rw-r--r-- | schemas/atom.xsd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/atom.xsd b/schemas/atom.xsd index 8f4f7b7b9..b88b85f6c 100644 --- a/schemas/atom.xsd +++ b/schemas/atom.xsd @@ -19,4 +19,9 @@ <xsd:attribute type='xsd:string' name='name' use='required'/> </xsd:complexType> + <xsd:complexType name='SymLinkType'> + <xsd:attribute type='xsd:string' name='name' use='required'/> + <xsd:attribute type='xsd:string' name='to' use='required'/> + </xsd:complexType> + </xsd:schema>
\ No newline at end of file |