Define simple type such as xsd:string in a new namespace?
问题 This should be straight forward but everywhere I look it seems to have information only about complex types. Let's say that I have defined a namespace xmlns:address="http://...." . Now from what I have read it seams like I could do the following: <xsd:element name="street" type="address:sAdd"/> and then define the complex type <xsd:complexType name="sAdd"> . However, I cannot find what happens in the case of a non complex type like a xsd:string . My guess would be something like <xsd:element