Definition Type: SimpleType
Name: Currency
Namespace: https://www.gamingcommission.gov.gr
Containing Schema: CommonElements.xsd
Documentation:
Νόμισμα:
Ο τριψήφιος ISO (ISO 4217) κωδικός του νομίσματος στο οποίο τοποθετήθηκε το στοίχημα (π.χ.: EUR).

Currency:
The three digit ISO code (ISO 4217) of the currency that the bet was placed (e.g.: EUR).
Collapse XSD Schema Diagram:
XSD Diagram of Currency
Collapse XSD Schema Code:
<xs:simpleType name="Currency">
    <xs:annotation>
        <xs:documentation>
                Νόμισμα:
                Ο τριψήφιος ISO (ISO 4217) κωδικός του νομίσματος στο οποίο τοποθετήθηκε το στοίχημα (π.χ.: EUR).

                Currency:
                The three digit ISO code (ISO 4217) of the currency that the bet was placed (e.g.: EUR).
            </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:pattern value="[A-Z]{3}" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Pattern [A-Z]{3}