made identifier type required and identifier confidence optional

Former-commit-id: 84d0609e55c9647fe1b0ae5e4f5575e8da4a7b32
This commit is contained in:
Jeremy Long
2014-01-17 20:40:08 -05:00
parent 1b73572e22
commit 0b703f2ad4

View File

@@ -115,8 +115,8 @@
<xs:element name="url" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1" />
</xs:sequence>
<xs:attribute name="type" type="xs:string" />
<xs:attribute name="confidence" type="xs:string" />
<xs:attribute name="type" type="xs:string" use="required" />
<xs:attribute name="confidence" type="xs:string" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>