complexType CostCenter
diagram mmixm_diagrams/mmixm_p84.png
namespace https://mmixm.aero/base/2.1.0
children mb:costCenterCode
used by
element Asset/costCenterCode
annotation
documentation
Complex type containing the cost center code.
source <xs:complexType name="CostCenter">
 
<xs:annotation>
   
<xs:documentation>Complex type containing the cost center code.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="costCenterCode" type="mb:CostCenterType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>This five-character code field contains the organization assigned maintenance responsibility.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CostCenter/costCenterCode
diagram mmixm_diagrams/mmixm_p85.png
namespace https://mmixm.aero/base/2.1.0
type mb:CostCenterType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern [A-Z0-9]{5}
annotation
documentation
This five-character code field contains the organization assigned maintenance responsibility.
source <xs:element name="costCenterCode" type="mb:CostCenterType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>This five-character code field contains the organization assigned maintenance responsibility.</xs:documentation>
 
</xs:annotation>
</xs:element>


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