Updated shared.xsd file.
Contributed by manax182.
This commit is contained in:
		@@ -174,6 +174,16 @@
 | 
			
		||||
		<xs:attribute name="name" type="xs:string" />
 | 
			
		||||
		<xs:attribute name="minZ" type="xs:integer" use="required" />
 | 
			
		||||
		<xs:attribute name="maxZ" type="xs:integer" use="required" />
 | 
			
		||||
		<xs:attribute name="rad" type="xs:positiveInteger" />
 | 
			
		||||
		<xs:attribute name="shape" use="optional">
 | 
			
		||||
			<xs:simpleType>
 | 
			
		||||
				<xs:restriction base="xs:token">
 | 
			
		||||
					<xs:enumeration value="Cuboid" />
 | 
			
		||||
					<xs:enumeration value="Cylinder" />
 | 
			
		||||
					<xs:enumeration value="NPoly" />
 | 
			
		||||
				</xs:restriction>
 | 
			
		||||
			</xs:simpleType>
 | 
			
		||||
		</xs:attribute>
 | 
			
		||||
	</xs:complexType>
 | 
			
		||||
 | 
			
		||||
	<xs:complexType name="spawn">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user