| diagram | ![]() |
|||||||||||||||
| namespace | http://taf-jsg.info/schemes | |||||||||||||||
| type | restriction of xs:string | |||||||||||||||
| properties |
|
|||||||||||||||
| used by |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <xs:element name="Core"> <xs:annotation> <xs:documentation>It is the main part of identifier and is determent by the company that creates it.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="12"/> <xs:whiteSpace value="replace"/> <xs:maxLength value="12"/> <xs:pattern value="[\-\*0-9A-Z]{12}"/> </xs:restriction> </xs:simpleType> </xs:element> |