Looking for help!
NAME
SemanticWeb::Schema::PostalCodeRangeSpecification - Indicates a range of postalcodes
VERSION
version v9.0.0
DESCRIPTION
Indicates a range of postalcodes, usually defined as the set of valid codes between postalCodeBegin and postalCodeEnd, inclusively.
ATTRIBUTES
postal_code_begin
postalCodeBegin
First postal code in a range (included).
A postal_code_begin should be one of the following types:
Str
_has_postal_code_begin
A predicate for the "postal_code_begin" attribute.
postal_code_end
postalCodeEnd
Last postal code in the range (included). Needs to be after postalCodeBegin.
A postal_code_end should be one of the following types:
Str
_has_postal_code_end
A predicate for the "postal_code_end" attribute.
SEE ALSO
SemanticWeb::Schema::StructuredValue
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2020 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)