]> AND Private Git Repository - blast.git/blobdiff - reference.xsd
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
finished testbench generation
[blast.git] / reference.xsd
index bf87cb8f6f78f2ae20def03619274482e78baae2..259506f3214f70768e57a322f594aa8f7668c7ab 100644 (file)
     <xs:attribute name="name" type="xs:string"/>
     <xs:attribute name="clock" type="xs:string"/>
 
+    <xs:simpleType name="typespecial">
+      <xs:restriction base="xs:string">
+       <xs:enumeration value="source"/>
+       <xs:enumeration value="sink"/>
+       <xs:enumeration value="clkconvert"/>
+      </xs:restriction>
+    </xs:simpleType>
+    
     <xs:simpleType name="typeparam">
       <xs:restriction base="xs:string">
        <xs:enumeration value="string"/>
        <xs:sequence>
            <xs:element ref="name"/>
            <xs:element ref="category"/>
-           <xs:element ref="description"/>
-       </xs:sequence>
-    </xs:group>
-
-    <xs:group name="descriptionElmtGroup">
-       <xs:sequence>
-           <xs:element ref="brief"/>
-           <xs:element ref="detailed"/>
+           <xs:element name="description" type="xs:string"/>
        </xs:sequence>
     </xs:group>
 
        </xs:complexType>
     </xs:element>
 
-    <xs:element name="description">
-       <xs:complexType>
-           <xs:group ref="descriptionElmtGroup"/>
-       </xs:complexType>
-    </xs:element>
-
-    <xs:element name="brief" type="xs:string" />
-
-    <xs:element name="detailed" type="xs:string" />
-
     <xs:element name="parameters">
        <xs:complexType>
            <xs:sequence>
       <xs:complexType>
        <xs:group ref="blockElmtGroup"/>
        <xs:attribute name="version" type="xs:string" use="optional" />
+       <xs:attribute name="special" type="typespecial" use="optional" />
       </xs:complexType>
     </xs:element>