Numeric value capturing a cost. Can only be interpreted in combination with the currency attribute. |
Element | mei:price |
<xs:attribute name="amount"> <xs:annotation> <xs:documentation>Numeric value capturing a cost. Can only be interpreted in combination with the currency attribute.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:pattern value="[0-9]+\.[0-9]{2}"/> </xs:restriction> </xs:simpleType> </xs:attribute> |