Rinchi-XMLSchema

 view release on metacpan or  search on metacpan

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::All::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Any::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::AnyAttribute::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Appinfo::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Attribute::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::AttributeGroup::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Choice::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::ComplexContent::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::ComplexType::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Documentation::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Element::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Enumeration::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Extension::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Field::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::FractionDigits::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Group::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Import::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Include::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Key::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Keyref::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Length::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::List::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::MaxExclusive::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::MaxInclusive::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::MaxLength::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::MinExclusive::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::MinInclusive::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::MinLength::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Notation::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Pattern::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Redefine::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Restriction::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Schema::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Selector::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Sequence::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::SimpleContent::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::SimpleType::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::TotalDigits::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Union::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::Unique::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}

lib/Rinchi/XMLSchema.pm  view on Meta::CPAN


#===============================================================================
# Rinchi::XMLSchema::WhiteSpace::id

=item $value = $Object->id([$new_value]);

Set or get value of the 'id' attribute.

=cut

sub id() {
  my $self = shift;
  if (@_) {
    if ($_[0] =~ /^[A-Za-z_][-0-9A-Za-z_.:]*$/) {
      $self->{'_id'} = shift;
    } else {
      carp 'Found value \'' . $_[0] . '\', expecting ID.'
    }
  }
  return $self->{'_id'};
}



( run in 2.187 seconds using v1.01-cache-2.11-cpan-4ab04211f4c )