<xsd:simpleType name="element-id">
<xsd:restriction base="xsd:normalizedString">
- <xsd:pattern value="(\?E|Q)[0-9]+" />
+ <xsd:pattern value="(Q[0-9]+|\?.+)" />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="property-id2">
<xsd:restriction base="xsd:normalizedString">
- <xsd:pattern value="\?P[0-9\?\-EP]+" />
+ <xsd:pattern value="(P[0-9]+|\?.+)" />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="value-id">
<xsd:restriction base="xsd:normalizedString">
- <xsd:pattern value="\?V.+" />
+ <xsd:pattern value="\?.+" />
</xsd:restriction>
</xsd:simpleType>