Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sex #5

Open
MitzyTorres opened this issue Dec 2, 2015 · 0 comments
Open

Sex #5

MitzyTorres opened this issue Dec 2, 2015 · 0 comments

Comments

@MitzyTorres
Copy link

Instead of Sex just a string. Let us also use what we had for the eCVI:
< xs:attribute name="Sex" type="SexType" use="optional"/>
< xs:simpleType name="SexType">
< xs:annotation>
< xs:documentation>This enforces the list of allowed codes for animal sex types that are supported.< /xs:documentation>
< /xs:annotation>
< xs:restriction base="xs:string">
< xs:enumeration value="Female"/>
< xs:enumeration value="Male"/>
< xs:enumeration value="Gender Unknown"/>
< xs:enumeration value="Spayed Female"/>
< xs:enumeration value="Neutered Male"/>
< xs:enumeration value="True Hermaphrodite"/>
< xs:enumeration value="Other"/>
< /xs:restriction>
< /xs:simpleType>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@MitzyTorres and others