Sha256: fddcc375f35be2e132538b9ed6b895a1c4f3be8b5b4f164379564c222712d28f

Contents?: true

Size: 919 Bytes

Versions: 9

Compression:

Stored size: 919 Bytes

Contents

<esri:Domain xsi:type='esri:CodedValueDomain' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:esri='http://www.esri.com/schemas/ArcGIS/10.1'>
  <DomainName>RoadSurfaceType</DomainName>
  <FieldType>esriFieldTypeInteger</FieldType>
  <MergePolicy>esriMPTDefaultValue</MergePolicy>
  <SplitPolicy>esriSPTDefaultValue</SplitPolicy>
  <Description>The road surface type</Description>
  <Owner></Owner>
  <CodedValues xsi:type='esri:ArrayOfCodedValue'>
    <CodedValue xsi:type='esri:CodedValue'>
      <Name>Asphalt</Name>
      <Code xsi:type='xs:int'>1</Code>
    </CodedValue>
    <CodedValue xsi:type='esri:CodedValue'>
      <Name>Gravel</Name>
      <Code xsi:type='xs:int'>2</Code>
    </CodedValue>
    <CodedValue xsi:type='esri:CodedValue'>
      <Name>Dirt</Name>
      <Code xsi:type='xs:int'>4</Code>
    </CodedValue>
  </CodedValues>
</esri:Domain>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
filegdb-1.1.1 spec/data/domain_definition.xml
filegdb-1.1.0 spec/data/domain_definition.xml
filegdb-1.0.0 spec/data/domain_definition.xml
filegdb-0.0.6 spec/data/domain_definition.xml
filegdb-0.0.5 spec/data/domain_definition.xml
filegdb-0.0.4 spec/data/domain_definition.xml
filegdb-0.0.3 spec/data/domain_definition.xml
filegdb-0.0.2 spec/data/domain_definition.xml
filegdb-0.0.1 spec/data/domain_definition.xml