The prose text in some places suggests that simple identifiers can be used for type names when the usage is in the same schema as the type definition.
The schema on the other hand only allows primitive types in the Edm namespace to be used without a qualifier.
Always providing a qualifier is more expressive, and specifying Alias="Self" on the Schema element seems to be a commonly used convention anyway.