Schema Central > niem40 > catalogues.xsd > gmx:CT_UomCatalogue
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gmx:CT_UomCatalogue

Element information

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom group gco:ObjectIdentification
uuid [0..1]xsd:stringfrom group gco:ObjectIdentification

Used in

Substitution hierarchy

Sample instance

<gmx:CT_UomCatalogue>
   <gmx:name>
      <gco:CharacterString>string</gco:CharacterString>
   </gmx:name>
   <gmx:scope>
      <gco:CharacterString>string</gco:CharacterString>
   </gmx:scope>
   <gmx:fieldOfApplication>
      <gco:CharacterString>string</gco:CharacterString>
   </gmx:fieldOfApplication>
   <gmx:versionNumber>
      <gco:CharacterString>string</gco:CharacterString>
   </gmx:versionNumber>
   <gmx:versionDate>
      <gco:Date>2000-01-01</gco:Date>
   </gmx:versionDate>
   <gmx:language>
      <gco:CharacterString>string</gco:CharacterString>
   </gmx:language>
   <gmx:characterSet>
      <gmd:MD_CharacterSetCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:MD_CharacterSetCode>
   </gmx:characterSet>
   <gmx:locale>
      <gmd:PT_Locale>
         <gmd:languageCode>...
         </gmd:languageCode>
         <gmd:country>...
         </gmd:country>
         <gmd:characterEncoding>...
         </gmd:characterEncoding>
      </gmd:PT_Locale>
   </gmx:locale>
   <gmx:subCatalogue>
      <gmx:CT_CodelistCatalogue>
         <gmx:name>...
         </gmx:name>
         <gmx:scope>...
         </gmx:scope>
         <gmx:fieldOfApplication>...
         </gmx:fieldOfApplication>
         <gmx:versionNumber>...
         </gmx:versionNumber>
         <gmx:versionDate>...
         </gmx:versionDate>
         <gmx:language>...
         </gmx:language>
         <gmx:characterSet>...
         </gmx:characterSet>
         <gmx:locale>...
         </gmx:locale>
         <gmx:subCatalogue>...
         </gmx:subCatalogue>
         <gmx:codelistItem>...
         </gmx:codelistItem>
      </gmx:CT_CodelistCatalogue>
   </gmx:subCatalogue>
   <gmx:uomItem>
      <gml:UnitDefinition gml:id="ID">
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:descriptionReference/>
         <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier>
         <gml:name>string</gml:name>
         <gml:remarks>string</gml:remarks>
         <gml:quantityType>string</gml:quantityType>
         <gml:quantityTypeReference/>
         <gml:catalogSymbol>string</gml:catalogSymbol>
      </gml:UnitDefinition>
   </gmx:uomItem>
</gmx:CT_UomCatalogue>