for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace GoetasWebservices\XML\XSDReader\Schema\Attribute;
/**
* An Attribute represents an element inside a type.
* It must not be referenced by an AttributeRef.
*/
class Attribute extends AbstractAttributeItem
{
}