Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

Commit

Permalink
fixed some attributes in corp/MemberTracking.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmg12 committed Jun 22, 2014
1 parent c4b4594 commit 2cca11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Database/Corp/MemberTracking.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<xs:attribute type="xs:string" name="name"/>
<xs:attribute type="eveNEDTType" name="startDateTime"/>
<xs:attribute type="eveIDType" name="baseID"/>
<xs:attribute type="xs:string" name="base"/>
<xs:attribute type="xs:string" name="title"/>
<xs:attribute type="eveNEDTType" name="logonDateTime"/>
<xs:attribute type="eveNEDTType" name="logoffDateTime"/>
<xs:attribute type="eveIDType" name="locationID"/>
<xs:attribute type="xs:string" name="location"/>
<xs:attribute type="eveIDType" name="shipTypeID"/>
<xs:attribute type="eveIDType" name="shipType"/>
<xs:attribute type="eveIDType" name="shipTypeID"/>
<xs:attribute type="eveIDType" name="roles"/>
<xs:attribute type="eveIDType" name="grantableRoles"/>
</xs:extension>
Expand Down

0 comments on commit 2cca11b

Please sign in to comment.