PHP Classes

File: vendor/symfony/dependency-injection/Tests/Fixtures/includes/schema/project-1.0.xsd

Recommend this page to a friend!
  Classes of Gavin Gordon Markowski   Helphp PHP Class Generator   vendor/symfony/dependency-injection/Tests/Fixtures/includes/schema/project-1.0.xsd   Download  
File: vendor/symfony/dependency-injection/Tests/Fixtures/includes/schema/project-1.0.xsd
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Helphp PHP Class Generator
Generate classes from configuration parameters
Author: By
Last change:
Date: 1 year ago
Size: 417 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?> <xsd:schema xmlns="http://www.example.com/schema/projectwithxsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.com/schema/projectwithxsd" elementFormDefault="qualified"> <xsd:element name="bar" type="bar" /> <xsd:complexType name="bar"> <xsd:attribute name="foo" type="xsd:string" /> </xsd:complexType> </xsd:schema>