impl/src/main/java/org/apache/tuscany/sdo/util/metadata/impl/TypeMetaDataImpl.java [161:170]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public void unset(int propertyIndex)
  {
    switch (propertyIndex)
    {
      case LOCATION:
        setLocation(LOCATION_DEFAULT_);
        return;
    }
    super.unset(propertyIndex);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



impl/src/main/java/org/apache/tuscany/sdo/util/metadata/impl/XSDMetaDataImpl.java [161:170]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public void unset(int propertyIndex)
  {
    switch (propertyIndex)
    {
      case LOCATION:
        setLocation(LOCATION_DEFAULT_);
        return;
    }
    super.unset(propertyIndex);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



