Definition Type: SimpleType
Name: DomainName
Namespace: https://www.gamingcommission.gov.gr
Containing Schema: CommonElements.xsd
Documentation:
Όνομα Χώρου:
Το όνομα χώρου του Κατόχου Άδειας (website), από τον οποίο οι Παίκτες συμμετείχαν στο Παίγνιο (π.χ.: www.sportabet.gr).

Domain Name:
The domain name of the Licensee's webpage where the Players placed their bets or participated in a game (e.g.: www.sportabet.gr).
Collapse XSD Schema Diagram:
XSD Diagram of DomainName
Collapse XSD Schema Code:
<xs:simpleType name="DomainName">
    <xs:annotation>
        <xs:documentation>
                Όνομα Χώρου:
                Το όνομα χώρου του Κατόχου Άδειας (website), από τον οποίο οι Παίκτες συμμετείχαν στο Παίγνιο (π.χ.: www.sportabet.gr).

                Domain Name:
                The domain name of the Licensee's webpage where the Players placed their bets or participated in a game (e.g.: www.sportabet.gr).
            </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="8" />
        <xs:maxLength value="40" />
        <xs:pattern value="([a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,}" />
        <xs:whiteSpace value="collapse" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 40
MinLength 8
Pattern ([a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,}
Whitespace Collapse
Collapse Derivation Tree:
Collapse References:
mstns:DomainName