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:
<hgc:simpleType name="Currency">
    <hgc:annotation>
        <hgc:documentation>Νόμισμα:
Ο τριψήφιος ISO (ISO 4217) κωδικός του νομίσματος στο οποίο τοποθετήθηκε το στοίχημα (π.χ.: EUR).

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