element Variant
diagram taf_cat_complete_sector_p648.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 2
maxLength 2
pattern [0-9A-Z]{2}
annotation
documentation
The variant shows a relationship between two identifiers referring to the same business case
source <xs:element name="Variant">
 
<xs:annotation>
   
<xs:documentation>The variant shows a relationship between two identifiers referring to the same business case</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="2"/>
     
<xs:maxLength value="2"/>
     
<xs:pattern value="[0-9A-Z]{2}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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