| # List of XSD types that can be defined as a type hint parameter.
# The associated XSD type's type is not used yet. 
xsd_types:
    int: "string"
    byte: "string"
    bool: "string"
    date: "string"
    long: "string"
    Name: "string"
    IDREF: "string"
    token: "string"
    float: "string"
    short: "string"
    gYear: "string"
    QName: "string"
    IDREFS: "string"
    NCName: "string"
    string: "string"
    double: "string"
    anyURI: "string"
    gMonth: "string"
    boolean: "string"
    decimal: "string"
    integer: "string"
    NMTOKEN: "string"
    NMTOKENS: "string"
    duration: "string"
    dateTime: "string"
    language: "string"
    timeStamp: "string"
    timestamp: "string"
    gMonthDay: "string"
    gYearMonth: "string"
    unsignedInt: "string"
    unsignedLong: "string"
    unsignedByte: "string"
    unsignedShort: "string"
    DayOfWeekType: "string"
    negativeInteger: "string"
    positiveInteger: "string"
    normalizedString: "string"
    nonNegativeInteger: "string"
    nonPositiveInteger: "string"
 |