Class GSRSchema

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface Map

        Map.Entry<K extends Object,​V extends Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ComplexType SC_CRS_PROPERTYTYPE_TYPE
      <xs:complexType name="SC_CRS_PropertyType"> <xs:sequence minOccurs="0"> <xs:element ref="gml:AbstractCRS"/> </xs:sequence> <xs:attributeGroup ref="gco:ObjectReference"/> <xs:attribute ref="gco:nilReason"/> </xs:complexType>
    • Constructor Summary

      Constructors 
      Constructor Description
      GSRSchema()  
    • Field Detail

      • SC_CRS_PROPERTYTYPE_TYPE

        public static final ComplexType SC_CRS_PROPERTYTYPE_TYPE
           
          <xs:complexType name="SC_CRS_PropertyType">
              <xs:sequence minOccurs="0">
                  <xs:element ref="gml:AbstractCRS"/>
              </xs:sequence>
              <xs:attributeGroup ref="gco:ObjectReference"/>
              <xs:attribute ref="gco:nilReason"/>
          </xs:complexType>
        
            
           
    • Constructor Detail

      • GSRSchema

        public GSRSchema()