We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xml and then convert xml to dtd/ schema
****************************************""
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="doctors"> <xs:complexType> <xs:sequence> <xs:element name="doctor" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="type" type="xs:string"/> <xs:element name="name" type="xs:string"/> </xs:sequence> <xs:attribute name="type" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="doctor"> <xs:complexType> <xs:sequence> <xs:element name="type" type="xs:string"/> <xs:element name="name" type="xs:string"/> </xs:sequence> <xs:attribute name="type" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="name"> <xs:simpleType> <xs:restriction base="xs:string"/> </xs:simpleType> </xs:element>
</xs:schema>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
xml and then convert xml to dtd/ schema
abc efc
****************************************""
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
</xs:schema>
abc efc
The text was updated successfully, but these errors were encountered: