| Namespace | http://www.isotc211.org/2005/gco | 
                     
                        | Diagram |  | 
                     
                        | Type | extension of xs:nonNegativeInteger | 
                     
                        | Used by |  | 
                     
                        | Attributes | 
                              
                                 
                                    
                                       | QName | Type | Fixed | Default | Use | Annotation |  
                                    | isInfinite | xs:boolean |  |  | optional |  |  | 
                     
                        | Source | 
                              
                                 
                                    | <xs:complexType name="UnlimitedInteger_Type">
  <xs:simpleContent>
    <xs:extension base="xs:nonNegativeInteger">
      <xs:attribute name="isInfinite" type="xs:boolean"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType> |  | 
                     
                        | Schema location | http://schemas.opengis.net/iso/19139/20070417/gco/basicTypes.xsd |