Code: Select all
<xs:element name="set_object_hull">
<xs:annotation>
<xs:documentation>
Set an objects hull value (percentage)
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="object" type="object" use="required" />
<xs:attributeGroup ref="random" />
<xs:attributeGroup ref="action" />
</xs:complexType>
</xs:element>
Those functions/definitions aren't defined anywhere else in any other files.
I just don't get it how this is supposed to work...
Equal values except the name and docu for different functions?
Just how? xD
Is this stuff just all about making it somewhat debugable, showing errors in editors and enabling IntelliSense like behaviour?
Is it even possible to create additional functions?
Help a newbie out here, will ya?
I almost never dealt with .xsd's before.
Thanks in advance,
ifor