simpleType CostCenterType
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
element CostCenter/costCenterCode
facets
Kind Value Annotation
pattern [A-Z0-9]{5}
annotation
documentation
Five character alphanumeric string representing the cost center.
source <xs:simpleType name="CostCenterType">
 
<xs:annotation>
   
<xs:documentation>Five character alphanumeric string representing the cost center.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{5}"/>
 
</xs:restriction>
</xs:simpleType>


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