|
|
|
@ -209,6 +209,7 @@ THE SOFTWARE.
@@ -209,6 +209,7 @@ THE SOFTWARE.
|
|
|
|
|
<xs:complexType> |
|
|
|
|
<xs:choice maxOccurs='unbounded'> |
|
|
|
|
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='cve' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='div' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='dl' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
@ -227,6 +228,7 @@ THE SOFTWARE.
@@ -227,6 +228,7 @@ THE SOFTWARE.
|
|
|
|
|
<xs:complexType> |
|
|
|
|
<xs:choice maxOccurs='unbounded'> |
|
|
|
|
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='cve' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='div' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='dl' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
@ -245,6 +247,7 @@ THE SOFTWARE.
@@ -245,6 +247,7 @@ THE SOFTWARE.
|
|
|
|
|
<xs:complexType> |
|
|
|
|
<xs:choice maxOccurs='unbounded'> |
|
|
|
|
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='cve' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='div' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='dl' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
@ -263,6 +266,7 @@ THE SOFTWARE.
@@ -263,6 +266,7 @@ THE SOFTWARE.
|
|
|
|
|
<xs:complexType> |
|
|
|
|
<xs:choice maxOccurs='unbounded'> |
|
|
|
|
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='cve' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='div' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='dl' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
@ -283,6 +287,7 @@ THE SOFTWARE.
@@ -283,6 +287,7 @@ THE SOFTWARE.
|
|
|
|
|
<xs:element ref='p' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='cve' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='ul' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/> |
|
|
|
|
</xs:choice> |
|
|
|
@ -379,6 +384,17 @@ THE SOFTWARE.
@@ -379,6 +384,17 @@ THE SOFTWARE.
|
|
|
|
|
</xs:complexType> |
|
|
|
|
</xs:element> |
|
|
|
|
|
|
|
|
|
<xs:element name='cve'> |
|
|
|
|
<xs:complexType> |
|
|
|
|
<xs:simpleContent> |
|
|
|
|
<xs:extension base='xs:string'> |
|
|
|
|
<xs:attribute name='id' use='required'/> |
|
|
|
|
<xs:attribute name='url' use='optional'/> |
|
|
|
|
</xs:extension> |
|
|
|
|
</xs:simpleContent> |
|
|
|
|
</xs:complexType> |
|
|
|
|
</xs:element> |
|
|
|
|
|
|
|
|
|
<xs:element name='table'> |
|
|
|
|
<xs:complexType> |
|
|
|
|
<xs:sequence> |
|
|
|
|