<xs:simpleType name="InlineID"> <xs:restriction base="xs:string"> <xs:pattern value="i[0-9]+(\.[0-9]+)+"/> </xs:restriction> </xs:simpleType>