Solution AJBM Posted April 20, 2013 at 10:02 AM Solution Report #504121 Posted April 20, 2013 at 10:02 AM Boas! Eu tenho que fazer isto,Year – admites valores apenas a partir do ano de 1950, e não sei como fazer, para já tenho isto <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="Song"> <xs:complexType> <xs:sequence> <xs:element name= "Title"> <xs:simpleType> <xs:restriction base="xs:string"> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name= "Year"> <xs:simpleType> <xs:restriction base="xs:date"> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name= "Artist"> <xs:simpleType> <xs:restriction base="xs:string"> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> ja consegui 👍 <xs:minInclusive value="1950-01-01"></xs:minInclusive> 1 Report
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now