namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |