|
1450 | 1450 | <xsd:simpleContent>
|
1451 | 1451 | <xsd:restriction base="oval-def:EntitySimpleBaseType">
|
1452 | 1452 | <xsd:simpleType>
|
1453 |
| - <xsd:union memberTypes="xsd:hexBinary oval:EmptyStringType"/> |
| 1453 | + <xsd:restriction base="xsd:string"/> |
1454 | 1454 | </xsd:simpleType>
|
1455 | 1455 | <xsd:attribute name="datatype" type="oval:SimpleDatatypeEnumeration" use="required" fixed="binary"/>
|
1456 | 1456 | </xsd:restriction>
|
|
1463 | 1463 | <xsd:simpleContent>
|
1464 | 1464 | <xsd:restriction base="oval-def:EntitySimpleBaseType">
|
1465 | 1465 | <xsd:simpleType>
|
1466 |
| - <xsd:union memberTypes="xsd:boolean oval:EmptyStringType"/> |
| 1466 | + <xsd:restriction base="xsd:string"/> |
1467 | 1467 | </xsd:simpleType>
|
1468 | 1468 | <xsd:attribute name="datatype" type="oval:SimpleDatatypeEnumeration" use="required" fixed="boolean"/>
|
1469 | 1469 | </xsd:restriction>
|
|
1476 | 1476 | <xsd:simpleContent>
|
1477 | 1477 | <xsd:restriction base="oval-def:EntitySimpleBaseType">
|
1478 | 1478 | <xsd:simpleType>
|
1479 |
| - <xsd:union memberTypes="xsd:float oval:EmptyStringType"/> |
| 1479 | + <xsd:restriction base="xsd:string"/> |
1480 | 1480 | </xsd:simpleType>
|
1481 | 1481 | <xsd:attribute name="datatype" type="oval:SimpleDatatypeEnumeration" use="required" fixed="float"/>
|
1482 | 1482 | </xsd:restriction>
|
|
1489 | 1489 | <xsd:simpleContent>
|
1490 | 1490 | <xsd:restriction base="oval-def:EntitySimpleBaseType">
|
1491 | 1491 | <xsd:simpleType>
|
1492 |
| - <xsd:union memberTypes="xsd:integer oval:EmptyStringType"/> |
| 1492 | + <xsd:restriction base="xsd:string"/> |
1493 | 1493 | </xsd:simpleType>
|
1494 | 1494 | <xsd:attribute name="datatype" type="oval:SimpleDatatypeEnumeration" use="required" fixed="int"/>
|
1495 | 1495 | </xsd:restriction>
|
|
1656 | 1656 | <xsd:simpleContent>
|
1657 | 1657 | <xsd:restriction base="oval-def:EntityStateSimpleBaseType">
|
1658 | 1658 | <xsd:simpleType>
|
1659 |
| - <xsd:union memberTypes="xsd:hexBinary oval:EmptyStringType"/> |
| 1659 | + <xsd:restriction base="xsd:string"/> |
1660 | 1660 | </xsd:simpleType>
|
1661 | 1661 | <xsd:attribute name="datatype" type="oval:SimpleDatatypeEnumeration" use="required" fixed="binary"/>
|
1662 | 1662 | </xsd:restriction>
|
|
1669 | 1669 | <xsd:simpleContent>
|
1670 | 1670 | <xsd:restriction base="oval-def:EntityStateSimpleBaseType">
|
1671 | 1671 | <xsd:simpleType>
|
1672 |
| - <xsd:union memberTypes="xsd:boolean oval:EmptyStringType"/> |
| 1672 | + <xsd:restriction base="xsd:string"/> |
1673 | 1673 | </xsd:simpleType>
|
1674 | 1674 | <xsd:attribute name="datatype" type="oval:SimpleDatatypeEnumeration" use="required" fixed="boolean"/>
|
1675 | 1675 | </xsd:restriction>
|
|
1682 | 1682 | <xsd:simpleContent>
|
1683 | 1683 | <xsd:restriction base="oval-def:EntityStateSimpleBaseType">
|
1684 | 1684 | <xsd:simpleType>
|
1685 |
| - <xsd:union memberTypes="xsd:float oval:EmptyStringType"/> |
| 1685 | + <xsd:restriction base="xsd:string"/> |
1686 | 1686 | </xsd:simpleType>
|
1687 | 1687 | <xsd:attribute name="datatype" type="oval:SimpleDatatypeEnumeration" use="required" fixed="float"/>
|
1688 | 1688 | </xsd:restriction>
|
|
1695 | 1695 | <xsd:simpleContent>
|
1696 | 1696 | <xsd:restriction base="oval-def:EntityStateSimpleBaseType">
|
1697 | 1697 | <xsd:simpleType>
|
1698 |
| - <xsd:union memberTypes="xsd:integer oval:EmptyStringType"/> |
| 1698 | + <xsd:restriction base="xsd:string"/> |
1699 | 1699 | </xsd:simpleType>
|
1700 | 1700 | <xsd:attribute name="datatype" type="oval:SimpleDatatypeEnumeration" use="required" fixed="int"/>
|
1701 | 1701 | </xsd:restriction>
|
|
0 commit comments