Changed CapturePointSystem in light of new enums in the components and a teamcomponent. Half the tests are currently working

This commit is contained in:
verysecrethero
2016-01-19 15:31:15 +01:00
parent 4c1a49a8a4
commit f197993beb
17 changed files with 190 additions and 189 deletions
+2 -2
View File
@@ -39,7 +39,7 @@
<xs:element name="EntityRef" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:all>
<xs:attribute name="file" type="xs:string" minOccurs="0"/>
<!-- <xs:attribute name="file" type="xs:string" minOccurs="0"/> -->
</xs:all>
</xs:complexType>
</xs:element>
@@ -48,7 +48,7 @@
</xs:element>
</xs:all>
<xs:attribute ref="xml:base"/>
<xs:attribute name="name" type="xs:string" minOccurs="0" default=""/>
<!-- <xs:attribute name="name" type="xs:string" minOccurs="0" default=""/> -->
</xs:complexType>
</xs:element>
</xs:schema>