Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /proc/thread-self/root/proc/self/root/usr/share/perl5/vendor_perl/SOAP/WSDL/XSD/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/thread-self/root/proc/self/root/usr/share/perl5/vendor_perl/SOAP/WSDL/XSD/Attribute.pm
package SOAP::WSDL::XSD::Attribute;
use strict;
use warnings;
use Class::Std::Fast::Storable constructor => 'none';
use base qw(SOAP::WSDL::Base);

our $VERSION = 3.003;

#<attribute
#  default = string
#  fixed = string
#  form = (qualified | unqualified)
#  id = ID
#  name = NCName
#  ref = QName
#  type = QName
#  use = (optional | prohibited | required) : optional
#  {any attributes with non-schema namespace . . .}>
#  Content: (annotation?, (simpleType?))
#</attribute>

# id provided by Base
# name provided by Base
# annotation provided by Base

my %default_of      :ATTR(:name<default>    :default<()>);
my %fixed_of        :ATTR(:name<fixed>      :default<()>);
my %form_of         :ATTR(:name<form>       :default<()>);

my %type_of         :ATTR(:name<type>       :default<()>);
my %use_of          :ATTR(:name<use>        :default<()>);
my %ref_of          :ATTR(:name<ref>        :default<()>);

# may be defined as atomic simpleType
my %simpleType_of   :ATTR(:name<simpleType> :default<()>);

1;

Hry