Definition Type: SimpleType
Name: isbnType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PublicationHistory.xsd
Documentation:
International Standard Book Number. The ISBN is defined by the ISO ISO 2108 standard. The International Standard Book Number (ISBN) is a 10-digit system to identify books and monographic publications.
Collapse XSD Schema Diagram:
XSD Diagram of isbnType in schema publicationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="isbnType">
    <xsd:annotation>
        <xsd:documentation>International Standard Book Number. The ISBN is defined by the ISO ISO 2108 standard. The International Standard Book Number (ISBN) is a 10-digit system to identify books and monographic publications.

			</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <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:
hr:ISBN, hr:ISBN