element Core
diagram taf_cat_complete_sector_p111.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
content simple
used by
complexTypes CompositIdentifierOperationalType CompositIdentifierPlannedType
facets
Kind Value Annotation
minLength 12
maxLength 12
whiteSpace replace
pattern [\-\*0-9A-Z]{12}
annotation
documentation
It is the main part of identifier and is determent by the company that creates  it.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy