Definition Type: SimpleType
Name: ISBNType
Namespace: http://www.hr-xml.org/3
Containing Schema: Fields.xsd
Documentation:
The International Standard Book Number is a 10-digit number that uniquely identifies books and book-like products published internationally. The ISBN is defined by the ISO ISO 2108 standard.
Collapse XSD Schema Diagram:
XSD Diagram of ISBNType in schema fields_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="ISBNType">
    <xsd:annotation>
        <xsd:documentation>The International Standard Book Number is a 10-digit number that uniquely identifies books and book-like products published internationally. The ISBN is defined by the ISO ISO 2108 standard. </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="oa:StringType">
        <xsd:pattern value="[0-9]{9}[0-9,X]{1}" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern [0-9]{9}[0-9,X]{1}
Collapse Derivation Tree:
Collapse References:
nsA:ISBN