Class GSSSchema

    • 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 GM_OBJECT_PROPERTYTYPE_TYPE
      <xs:complexType name="GM_Object_PropertyType"> <xs:sequence minOccurs="0"> <xs:element ref="gml:AbstractGeometry"/> </xs:sequence> <xs:attributeGroup ref="gco:ObjectReference"/> <xs:attribute ref="gco:nilReason"/> </xs:complexType>
      static ComplexType GM_POINT_PROPERTYTYPE_TYPE
      <xs:complexType name="GM_Point_PropertyType"> <xs:sequence minOccurs="0"> <xs:element ref="gml:Point"/> </xs:sequence> <xs:attributeGroup ref="gco:ObjectReference"/> <xs:attribute ref="gco:nilReason"/> </xs:complexType>
    • Constructor Summary

      Constructors 
      Constructor Description
      GSSSchema()  
    • Field Detail

      • GM_OBJECT_PROPERTYTYPE_TYPE

        public static final ComplexType GM_OBJECT_PROPERTYTYPE_TYPE
           
          <xs:complexType name="GM_Object_PropertyType">
              <xs:sequence minOccurs="0">
                  <xs:element ref="gml:AbstractGeometry"/>
              </xs:sequence>
              <xs:attributeGroup ref="gco:ObjectReference"/>
              <xs:attribute ref="gco:nilReason"/>
          </xs:complexType>
        
            
           
      • GM_POINT_PROPERTYTYPE_TYPE

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

      • GSSSchema

        public GSSSchema()