made identifier type required and identifier confidence optional

Former-commit-id: 16255779baed3d2e9ba2bb6013b355f7d42a7bd3
This commit is contained in:
Jeremy Long
2014-01-17 20:40:08 -05:00
parent df825d0109
commit cb7be0e460

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>