Changeset 2847


Ignore:
Timestamp:
04/29/13 09:24:02 (11 years ago)
Author:
olhsha
Message:

added new source handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/docs/XMLandXSD/DASISH-schema.xsd

    r2842 r2847  
    8080    </xs:complexType>
    8181   
    82 
    83    
    84    
     82       
    8583    <xs:complexType name="Versions">
    8684        <xs:sequence>
    8785            <xs:element name="version" type="ResourceREF" minOccurs="1" maxOccurs="unbounded"/>
     86        </xs:sequence>
     87    </xs:complexType>
     88   
     89    <!-- News sources, new/old sources  -->
     90   
     91    <xs:complexType name="NewSourceInfo">
     92                <xs:sequence>
     93                    <xs:element name="link" type="xs:anyURI" minOccurs="1" maxOccurs="1"/>
     94                    <xs:element name="version" type="xs:string" minOccurs="1" maxOccurs="1"/>
     95                </xs:sequence> 
     96            <xs:attribute ref="xml:id" use="required"/>       
     97    </xs:complexType>
     98   
     99    <xs:complexType name="NewOrExistingSourceInfo">
     100        <xs:choice>
     101            <xs:element name="source" type="SourceInfo"/>
     102            <xs:element name="newSource" type="NewSourceInfo"/>
     103        </xs:choice>
     104    </xs:complexType>
     105   
     106   
     107    <xs:complexType name="NewOrExistingSourceInfos">
     108        <xs:sequence>
     109            <xs:element name="target" type="NewOrExistingSourceInfo" minOccurs="1" maxOccurs="unbounded"/>
    88110        </xs:sequence>
    89111    </xs:complexType>
     
    154176            <!-- schematron checks the length <== 100 -->
    155177            <xs:element name="body" type="Body" minOccurs="1"/>
    156             <xs:element name="targetSources" type="SourceInfos" minOccurs="1"/>
     178            <xs:element name="targetSources" type="NewOrExistingSourceInfos" minOccurs="1"/>
    157179            <xs:element name="readers" type="Readers" minOccurs="1"/>
    158180            <xs:element name="writers" type="Writers" minOccurs="1"/>
Note: See TracChangeset for help on using the changeset viewer.